Skip to content

Commit ce432b9

Browse files
committed
sort by name before read count when using recalibration option
1 parent 709dca6 commit ce432b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNAseq.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ process quantification{
480480
buffer=''
481481
if(params.htseq_maxreads) buffer='--max-reads-in-buffer '+params.htseq_maxreads
482482

483-
if(params.sjtrim){
483+
if( (params.sjtrim)||(params.recalibration) ){
484484
'''
485485
htseq-count -h
486486
mv !{file_tag}.bam !{file_tag}_coordinate_sorted.bam

0 commit comments

Comments
 (0)