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

Unsorted BAM output for bwa mem? #478

Open
dpryan79 opened this issue Jul 25, 2017 · 2 comments
Open

Unsorted BAM output for bwa mem? #478

dpryan79 opened this issue Jul 25, 2017 · 2 comments

Comments

@dpryan79
Copy link
Contributor

We have a HiC-related tool that's available in Galaxy that requires SAM/BAM input that is not coordinate sorted. As input, we normally use BAM files produced by bwa mem, which work well except for the fact that one needs to undo the coordinate sorting. Would people be open to me making a PR that adds a "do not sort the output BAM file" option? I would propose to hide this under a conditional (as is done with all of the "analysis_type" stuff currently) and have it default to "No", so people are less likely to accidentally select it.

This would save people time and disk space when doing this sort of analysis.

@mvdbeek
Copy link
Member

mvdbeek commented Jul 25, 2017

I would support this, but we should perhaps also introduce an unsorted BAM datatype for this purpose.

@dpryan79
Copy link
Contributor Author

I think the new datatype ship has already sailed, though that would be a nice orthogonal change.

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

2 participants