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
I have some old Illumina files to align. I believe they require the bowtie flag "--solexa1.3-quals". Can I set this flag through rum_runner? I didn't see anything in the docs about sending arguments to bowtie.
Thanks.
The text was updated successfully, but these errors were encountered:
This is not an option at this time, though it would be pretty easy to add.
I'll just add a '--bowtie-flags' option that takes a string of arbitrary
parameters to pass into Bowtie.
In the meantime, you can modify the lib/RUM/Bowtie.pm file locally to add
those flags, if you need to.
I have some old Illumina files to align. I believe they require the bowtie
flag "--solexa1.3-quals". Can I set this flag through rum_runner? I didn't
see anything in the docs about sending arguments to bowtie.
Thanks.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/157.
I have some old Illumina files to align. I believe they require the bowtie flag "--solexa1.3-quals". Can I set this flag through rum_runner? I didn't see anything in the docs about sending arguments to bowtie.
Thanks.
The text was updated successfully, but these errors were encountered: