Skip to content

Commit 5e71a68

Browse files
committed
Update comment
1 parent 1cdecf7 commit 5e71a68

File tree

1 file changed

+2
-2
lines changed
  • subworkflows/local/utils_nfcore_chipseq_pipeline

1 file changed

+2
-2
lines changed

subworkflows/local/utils_nfcore_chipseq_pipeline/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ workflow PIPELINE_INITIALISATION {
9898
validateInputParameters()
9999

100100
//
101-
// Create channel from input file provided through params.input
101+
// Create channel from input file provided through input
102102
//
103103

104-
ch_samplesheet = Channel.fromList(samplesheetToList(params.input, "assets/schema_input.json"))
104+
ch_samplesheet = Channel.fromList(samplesheetToList(input, "assets/schema_input.json"))
105105

106106
emit:
107107
samplesheet = ch_samplesheet

0 commit comments

Comments
 (0)