Skip to content

Commit ee62a17

Browse files
authored
minor tweak for typo
1 parent fa1c460 commit ee62a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ process gzip {
4848
publishDir 'results/gzip', mode: params.saveBy
4949

5050
input:
51-
set genomeFileName, file(genomeReads) from from ch_in_gzip
51+
set genomeFileName, file(genomeReads) from ch_in_gzip
5252

5353
output:
5454
tuple path(genome_1_fq), path(genome_2_fq) into ch_out_gzip

0 commit comments

Comments
 (0)