Skip to content

Commit

Permalink
gzip channel specification
Browse files Browse the repository at this point in the history
  • Loading branch information
Riley-Grindle committed Sep 11, 2024
1 parent 6e4c2a5 commit 290d2fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflows/scscape.nf
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ workflow SCSCAPE {
ch_samples = Channel.fromList(samplesheetToList(params.sample_sheet, "./assets/schema_input.json"))

GZIP(ch_samples.map { [ it[0], it[1]] })
.zip
.join( ch_samples, by: [0,0])
.map { meta, gz, orig, features -> [ meta, gz, features ] }
.set {ch_samples_compressed}
Expand Down

0 comments on commit 290d2fd

Please sign in to comment.