Skip to content

Commit

Permalink
🛠️ add indentation and fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ddomenico committed Aug 7, 2024
1 parent f64a0ae commit f4cafa5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ process binCobalt {
last_idx = cobalt_ratio_pcf_probes_logR.index[-1]
cobalt_ratio_pcf_probes_logR.to_csv("${tumor}.cobalt.ratio.pcf", sep='\\t', index=False)
"""
""".stripIndent()
}

process runPurple {
Expand Down
10 changes: 7 additions & 3 deletions tests/main.runcobalt.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,20 @@
"TEST.cobalt.ratio.tsv.gz:md5,87cf8451b04e4373fc4dd7ccda3e6afe"
],
"1": [
"TEST.cobalt.ratio.pcf:md5,7fa4142d0d102e1f3b633d61d154d9c0"
"TEST.cobalt.ratio.pcf:md5,cd95f6b56cecfd80461bf1bd13c7a9fd"
],
"cobalt_ratio_pcf": [
"TEST.cobalt.ratio.pcf:md5,7fa4142d0d102e1f3b633d61d154d9c0"
"TEST.cobalt.ratio.pcf:md5,cd95f6b56cecfd80461bf1bd13c7a9fd"
],
"cobalt_ratio_tsv": [
"TEST.cobalt.ratio.tsv.gz:md5,87cf8451b04e4373fc4dd7ccda3e6afe"
]
}
],
"timestamp": "2024-01-23T10:50:58.292541"
"meta": {
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-08-07T14:27:19.908802"
}
}

0 comments on commit f4cafa5

Please sign in to comment.