nunofonseca / irap

integrated RNA-seq Analysis Pipeline
GNU General Public License v3.0
82 stars 33 forks source link

Restore coordinate-sorted bam output #90

Closed pinin4fjords closed 5 years ago

pinin4fjords commented 6 years ago

For some reason the content of bam_files has been changed in recent iRAP updates, such that paired-end libraries return name-sorted bams from print_bam_filenames(), with single- end returning coordinate-sorted. This causes cram files generated by irap_single_lib to be name-sorted also, causing us problems in track generation.

This PR makes paired-end consistent with single-end, i.e. a coordinate-sorted bam.