tools-iuc
tools-iuc copied to clipboard
STARSolo add --outBAMsortingBinsN an add a param to force samtools sort
Quick fix to https://github.com/galaxyproject/tools-iuc/issues/7043
- This PR does NOT export
--outSAMtype. This patch should still keep the existing functionality of the tool. It adds an extra boolean paramuse_samtools_sortwhich forces--outSAMtype BAM Unsortedand usessamtools sortto sort the BAM file. - It also exposes
--outBAMsortingBinsNand--winAnchorMultimapNmaxparams which already exist in STAR.