-
Notifications
You must be signed in to change notification settings - Fork 446
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
Samtools sort error #1479
Comments
Yeah, that is similar to galaxyproject/tools-devteam#478. |
This should be fixed in #1964 using the qname sorted bam data type. Still the bam/sam/cram data types in Galaxy bother me a bit. Wouldn't it be fine to have a single data type for each and the tools may access the sorting state via the metadata (which is implemented in at least one of the data types). Having separate data types for each sort order seem a bit crazy to me, given that you can sort (with samtools) by coordinate, name, and tag (+ you can have primary and secondary sort keys)... |
Just closing this for now hoping that #1964 fixed it |
A little bug one of our users encountered (on 17.05):
Using samtools sort with the -n option produces a bame file sorted by read names (hich is intended), but galaxy then fails to set metadata on the result with this error:
I don't really see how to solve this, the bam file is indeed not indexable but it was asked by the user to have it unsorted...
Any idea?
(ping @cmonjeau)
The text was updated successfully, but these errors were encountered: