pending difficulty with finding long index #28

Open
gbottu opened this Issue Jun 7, 2016 · 3 comments

Comments

Projects
None yet
3 participants

gbottu commented Jun 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.

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 edited

@val-antonescu @gbottu @BenLangmead
This is still an issue (in the current Bowtie 1.1.2). For more details, see the latest comments on this sourgeforge ticket.
Can anyone please fix this for good?

Collaborator

ch4rr0 commented Nov 1, 2016

@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.

@ch4rr0
Thanks for the tip (I was aware of it). Before publishing a new release (after fixing this issue), please ensure that #35 (an issue I just created) gets fixed as well. To my opinion, issue #35 is even more urgent than this issue, as there is no easy fix for it (as far as I know) and it probably happens unnoticed with many other users (since bowtie does not report any errors).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment