We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c076f commit 21ec4e0Copy full SHA for 21ec4e0
1 file changed
main.nf
@@ -1520,7 +1520,7 @@ process damageprofiler {
1520
script:
1521
base = "${bam.baseName}"
1522
"""
1523
- damageprofiler -i $bam -r $fasta -l ${params.damageprofiler_length} -t ${params.damageprofiler_threshold} -o . -yaxis ${params.damageprofiler_yaxis}
+ damageprofiler -i $bam -r $fasta -l ${params.damageprofiler_length} -t ${params.damageprofiler_threshold} -o . -yaxis_damageplot ${params.damageprofiler_yaxis}
1524
1525
}
1526
0 commit comments