-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error: maximum supported read length for this version = 1024 #5
Comments
I think the bug is that you do not support read files with path in them? So |
As you can see, LightAssembler supports the path to read files. |
The path suggestion was just one idea I had. Can you suggest any other reasons why we are unable to get any results with your software? |
Can you give me the exact command line that you are using for your dataset? |
I believe @jfroula was having the same problem running the software here at the JGI. Jeff, perhaps you could outline the problem you were having, if you have your code samples at hand? |
My experience is that this appears to be related to the |
Sorry for late reply, LightAssembler generates a general message if it fails to assemble the given data set saying some suggestions that cause the failure such as read length, gap size or kmer size. I will also mention that the genome size value should be relatively accurate in this generated message. I sent an email to @jfroula to know his issues with LightAssembler so I can fix them. Thank you so much. |
Thanks for following up. I believe it may not be possible to have an accurate estimate of the genome size ahead of time, for example when assembling a novel genome for the first time. It can be possible to approximate size from the observation rate of unique kmers when sampling from the reads however this could be error prone if light assembler is particularly sensitive to this value. |
I can't seem to assemble my data, 5 Mbp bacterial genome, PE reads. I've tried various
k
andg
etc.The text was updated successfully, but these errors were encountered: