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

BAMtools "Convert, Merge, Randomize" - "Random" option requires sorted input #338

Open
jennaj opened this issue Feb 24, 2016 · 0 comments
Open

Comments

@jennaj
Copy link
Member

jennaj commented Feb 24, 2016

Maybe not a true bug, but unexpected input requirements that are not defined on the tool form.

The "Random" function requires that the input BAM/SAM is coordinate sorted. Meaning that SortSam should be run on it. This is true even for Tophat2 BAMs, which are already labeled as being coordinate sorted.

Several tools do not recognize Tophat2 BAMs as being in strict enough coord sort order when required in the input - BAMtools, Picard.

This tool's potential solution: Add comments to the tool form for the option "Random" specifying that the input must be coordinate sorted and to use SortSam first (on ALL?).

Other tool's potential solution: Add comments to use SortSam first, as a default.

Moved from Trello: https://trello.com/c/3nR6TXS0

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

1 participant