FelixKrueger / SNPsplit

Allele-specific alignment sorting
http://felixkrueger.github.io/SNPsplit/
GNU General Public License v3.0
51 stars 19 forks source link

Add option to skip sorting #37

Closed FelixKrueger closed 4 years ago

FelixKrueger commented 4 years ago

To allow easier implementation of allele-specific sorting into ChIP-seq, RNA-seq or BS-seq pipelines workflows via Nextflow (e.g. our in-house Nextflow pipelines) can we add an option that will only run the allele-tagging process, and then stop at generating the allele_flagged.bam files.

This will allow adding markdup or deduplicate_bismark steps, and then run the tag2sort step at a later point in time.