Skip to content

Commit c3d17b8

Browse files
authored
Update ASSEMBLE_GISTIC_OUTPUT with new container
Aside getting the code in shape, this changes the names of the alterations: - `focal` becomes `short` - `broad` becomes `long` The reason is that otherwise the terms conflicted with the official GISTIC terminology of focal and broad, sparking confusion.
1 parent 6c02573 commit c3d17b8

File tree

1 file changed

+1
-1
lines changed
  • modules/local/assemble_gistic_output

1 file changed

+1
-1
lines changed

modules/local/assemble_gistic_output/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ process ASSEMBLE_GISTIC_OUTPUT {
44

55
tag "Rearrange GISTIC2 output"
66
label "process_single"
7-
container "quay.io/dincalcilab/gistic-cli:0.4.5-0b35405"
7+
container "ghcr.io/dincalcilab/gistic-cli:0.5.4-ade3d88"
88

99
input:
1010
path gistic_folder

0 commit comments

Comments
 (0)