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

ShortSequence: Sequence is too long #55

Open
sleepvet opened this issue Mar 23, 2020 · 4 comments
Open

ShortSequence: Sequence is too long #55

sleepvet opened this issue Mar 23, 2020 · 4 comments

Comments

@sleepvet
Copy link

I combined paired fq files into a fa file through " fq2fa --merge --filter 10.1.fa 10.2.fa 10.fa", then got the error hit when I run command "idba_ud -r 10.fa -o ../01assembly/".
the sequences I used is 150-300 bp.
the 10.fa file looks good.
the error hit is:terminate called after throwing an instance of 'std::logic_error'
what(): ShortSequence: Sequence is too long.
Aborted (core dumped)
I donot know what is wrong, could you please help me?

@sleepvet
Copy link
Author

I assumed I should use fq files in fq2fa, then I run "" fq2fa --merge --filter 10.1.fq 10.2.fq 10.fa".Still, the fa file merged is not qualified.

@mrxuzj
Copy link

mrxuzj commented Mar 6, 2024

I combined paired fq files into a fa file through " fq2fa --merge --filter 10.1.fa 10.2.fa 10.fa", then got the error hit when I run command "idba_ud -r 10.fa -o ../01assembly/". the sequences I used is 150-300 bp. the 10.fa file looks good. the error hit is:terminate called after throwing an instance of 'std::logic_error' what(): ShortSequence: Sequence is too long. Aborted (core dumped) I donot know what is wrong, could you please help me?

same error, have you solved this problem?

@gingerbuffy
Copy link

I also got the same error and I followed the solution posted by akinori@jp in https://www.seqanswers.com/forum/bioinformatics/bioinformatics-aa/24625-250bp-reads-in-idba_ud and it works for me.

@mrxuzj
Copy link

mrxuzj commented Mar 23, 2024 via email

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

3 participants