We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7c8d4 commit 1dd1df4Copy full SHA for 1dd1df4
1 file changed
main.nf
@@ -1052,9 +1052,10 @@ process damageprofiler {
1052
1053
output:
1054
file "*"
1055
- file "*/*.json" into ch_damageprofiler_results, ch_damageprofiler_for_software_versions
+ file "${base}/dmgprof.json" into ch_damageprofiler_results, ch_damageprofiler_for_software_versions
1056
1057
script:
1058
+ base = "${bam.baseName}"
1059
"""
1060
damageprofiler -i $bam -r $fasta -l ${params.damageprofiler_length} -t ${params.damageprofiler_threshold} -o .
1061
0 commit comments