You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running with the --fasta option (generate indexes on the fly) with a genome larger than 4Gbp, bowtie2 gives the indexes it generates the extension "bt2l" rather than "bt2", and the index doesn't get picked up by subsequent steps, causing the workflow to halt.
Hm, ran the pipeline with a 6 Gbp diploid human genome the other day and it seems to have worked fine.
Some update to the bowtie module must have fixed it in the meantime.
Propose closing this, unless someone else can replicate the issue (in that case, would be happy to have a look).
Check Documentation
I have checked the following places for your error:
Description of the bug
When running with the --fasta option (generate indexes on the fly) with a genome larger than 4Gbp, bowtie2 gives the indexes it generates the extension "bt2l" rather than "bt2", and the index doesn't get picked up by subsequent steps, causing the workflow to halt.
See http://bowtie-bio.sourceforge.net/bowtie2/manual.shtml#small-and-large-indexes
Steps to reproduce
Steps to reproduce the behaviour:
--bwt2_index
optionThe text was updated successfully, but these errors were encountered: