Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't run REPdenovo #9

Open
warreg opened this issue Apr 25, 2018 · 2 comments
Open

can't run REPdenovo #9

warreg opened this issue Apr 25, 2018 · 2 comments

Comments

@warreg
Copy link

warreg commented Apr 25, 2018

Hi,
I'm student in intership in a Lab in France.
So i rread many times your review while my bibliography project.
So now i'm testing your tool and i get some problem.
Please find the output error
output_error.txt

my config file
config_file.txt

and the readfile
read_file_1.txt

Thanks you

@simoncchu
Copy link
Owner

simoncchu commented Apr 25, 2018

Change this:

SAMTOOLS_PATH GLOBAL /usr/bin/samtools
JELLYFISH_PATH GLOBAL /usr/bin/jellyfish
VELVET_PATH GLOBAL /usr/bin/

to:

SAMTOOLS_PATH /usr/bin/samtools
JELLYFISH_PATH /usr/bin/jellyfish
VELVET_PATH /usr/bin/

Also, please check whether your python is properly installed. And you can try step by step like:

python ./main.py -c Assembly -g configuration-file-name -r raw-reads-file-name

@warreg
Copy link
Author

warreg commented Apr 26, 2018

hi,

i changed config_file like this:
config_file.txt

here the new output error:
output_error.txt

and i get 3 new files in my REPdenovo_output file:
-contigs.fa (empty)
-dumped_30mers.txt (also empty)
and
-reads_coverage.txt
reads_coverage.txt

Ps: i've checked my python version, it's looks good to me and my jellyfish version is 2.2.4

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants