Skip to content

Commit

Permalink
fix: typo in tumour
Browse files Browse the repository at this point in the history
  • Loading branch information
dnousome committed Dec 5, 2024
1 parent 7e672b9 commit dd35373
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions modules/local/ascat.nf
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ process ascat_tn {
output:
tuple val(tumorname),
path("After_correction_${tumorname}.germline.png"),
path("After_correction_${tumorname}.tumor.png"),
path("After_correction_${tumorname}.tumour.png"),
path("Before_correction_${tumorname}.germline.png"),
path("Before_correction_${tumorname}.tumor.png"),
path("Before_correction_${tumorname}.tumour.png"),
path("${tumorname}.ASCATprofile.png"),
path("${tumorname}.ASPCF.png"),
path("${tumorname}.sunrise.png"),
Expand All @@ -38,9 +38,9 @@ process ascat_tn {
stub:
"""
touch After_correction_${tumorname}.germline.png
touch After_correction_${tumorname}.tumor.png
touch After_correction_${tumorname}.tumour.png
touch Before_correction_${tumorname}.germline.png
touch Before_correction_${tumorname}.tumor.png
touch Before_correction_${tumorname}.tumour.png
touch ${tumorname}.ASCATprofile.png
touch ${tumorname}.ASPCF.png
touch ${tumorname}.sunrise.png
Expand All @@ -66,7 +66,8 @@ process ascat_tn_exome {
path(bed)

output:
tuple path("After_correction_${tumorname}.germline.png"),
tuple val(tumorname),
path("After_correction_${tumorname}.germline.png"),
path("After_correction_${tumorname}.tumour.png"),
path("Before_correction_${tumorname}.germline.png"),
path("Before_correction_${tumorname}.tumour.png"),
Expand Down

0 comments on commit dd35373

Please sign in to comment.