-
Notifications
You must be signed in to change notification settings - Fork 3
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
Empty files as output #11
Comments
The test data works fine but using your own data it does not? Odd. |
I didn't set the --k initially. I just tried with it set to 39 and still empty folders. Read length is 2x150 Github won't let me include a zip file so I've put one here: Thanks much! |
Hi sorry that it took so long, I have tested the read files you provided and found that for most of the files all the contig lengths were smaller than 500 bp. Haploflow does not report contigs shorter than 500 bp by default, so no contigs were reported. |
Hi, I am getting an issue (empty folders, 0 vertices) with the test data file also. Can you please help me with that |
Could you post the command you used and the output you received? |
Sure. The number of vertices is 0. |
Haploflow should probably use a meaningful value for |
I tried running the command with setting the k value, but it still shows 0 vertices. |
Could you post your |
Hi, I actually tried with the HIV_3_toy.fq dataset also, I got the same output. So, I can't really figure out what is happening. |
It is odd. The only explanation I have is that Haploflow tries to read a non-existing file. Could you maybe try absolute paths for all files? |
Yes, I tried giving absolute paths as well. I am still getting empty files as output. I installed Haploflow using conda, is there a possibility that I missed out on some step? |
Hi, I tried it on a linux machine as well but it still gives 0 vertices as output. I cannot really locate the problem. |
Hm okay, Haploflow was only tested on UNIX systems, but it is strange that it is not working on a linux machine either. Unfortunately I am not really sure what to do here, since I cannot reproduce this problem. |
I have been getting empty files as output for my data as well. When I attempt to run the toy dataset through haploflow I get the following error: |
Are you also using the conda version/install? If yes, can you try to unzip the read file first? |
Hi, I am sorry that Haploflow is not working out of the box for you. Unfortunately I will need a little bit more information to give you any feedback (since the command looks ok): Are you using the conda version or did you build Haploflow yourself? What do the log/Cov.tsv files say? How big is your sample.fastq and how long are the reads? |
Hi, I used both the conda version and the build. I have SARS-CoV-2 long read sequences (produced by using ONT) and I would like to know what parameters I can use to do de novo assembly. I uploaded my sample fastq in this gdrive. |
Apologies if I have missed a setup step. I installed successfully with conda and was able to run the test data fq without issue. If I input a fastq and run the output is empty. I've tried several different files and it's the same output: 0 vertices. Do reads require some kind of pre-processing first?
Log:
Building deBruijnGraph...
Building deBruijnGraph took 0.485469 seconds.
deBruijnGraph has 0 vertices
Building unitig graph from deBruijn graph...
Getting connected components
Getting CCs took 1.4e-05 seconds
Calculating coverage distribution
Calculating coverage distribution took 3.4e-05 seconds
Unitig graph successfully build in 0.000138 seconds.
Unitig graph has 0 vertices
Assembling...
Cleaning graph
Assembly complete
Assembly took 0.00033 seconds
The complete assembly process took 0.485904 seconds.
The text was updated successfully, but these errors were encountered: