Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
pending difficulty with finding long index #28
Comments
gbottu
closed this
Jun 7, 2016
gbottu
reopened this
Jun 7, 2016
gbottu
closed this
Jun 7, 2016
gbottu
reopened this
Jun 8, 2016
mluypaert
commented
Nov 1, 2016
•
|
@val-antonescu @gbottu @BenLangmead |
|
@mluypaert -- I am working on a fix for this (will reply with ETA). In the meantime if you intend on running bowtie with a large index can you please include the --large-index option. That should resolve the issue in the interim. |
mluypaert
commented
Nov 2, 2016
|
@ch4rr0 |
gbottu commentedJun 7, 2016
•
edited
Following an earlier issue report the line
idx_basename = arguments[-1]
in the script "bowtie" was changed into
idx_basename = arguments[-2]
This however does not solve the problem, because a command line is like
bowtie [options]* {-1 -2 | --12 |
} []Hence the index can have a position index anything from -1 to -5.