Skip to content

Commit 21ec4e0

Browse files
authored
Put correct DamageProfiler yaxis flag
1 parent f9c076f commit 21ec4e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ process damageprofiler {
15201520
script:
15211521
base = "${bam.baseName}"
15221522
"""
1523-
damageprofiler -i $bam -r $fasta -l ${params.damageprofiler_length} -t ${params.damageprofiler_threshold} -o . -yaxis ${params.damageprofiler_yaxis}
1523+
damageprofiler -i $bam -r $fasta -l ${params.damageprofiler_length} -t ${params.damageprofiler_threshold} -o . -yaxis_damageplot ${params.damageprofiler_yaxis}
15241524
"""
15251525
}
15261526

0 commit comments

Comments
 (0)