Skip to content

Commit

Permalink
v.0.2.0 - report mapq in pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
golobor committed Nov 18, 2018
1 parent 08724b2 commit 4aaa60b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distiller.nf
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ process parse_chunks {
"""
mkdir ./tmp4sort
pairtools parse ${dropsam_flag} ${dropreadid_flag} ${dropseq_flag} \
--add-columns mapq \
-c ${chrom_sizes} ${bam} \
| pairtools sort --nproc ${task.cpus} \
-o ${library}.${run}.${chunk}.pairsam.${suffix} \
Expand Down

0 comments on commit 4aaa60b

Please sign in to comment.