You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cft-templates/nextflow-advanced.yaml
+21-13Lines changed: 21 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,8 @@ Metadata:
16
16
Parameters:
17
17
- PipelineName
18
18
- PipelineContainer
19
-
- InputDataLocation
19
+
- InputDataLocation
20
+
- InputDataPattern
20
21
- OutputDataLocation
21
22
- Label:
22
23
default: Head Node Configuration
@@ -58,7 +59,12 @@ Parameters:
58
59
Description: >-
59
60
An S3 bucket which holds input data for the Nextflow pipeline. The bucket name must respect the S3 bucket naming conventions
60
61
(can contain lowercase letters, numbers, periods and hyphens).
61
-
Type: String
62
+
Type: String
63
+
InputDataPattern:
64
+
Description: >-
65
+
The pattern to match samples to be processed as inputs to the pipeline. E.g. data/ggal/*_{1,2}.fq. It can also point to a csv or tsv file that contains details of the files to be processed.
66
+
Type: String
67
+
Default: samplesheet.csv
62
68
OutputDataLocation:
63
69
Description: >-
64
70
The full path on the local disk where outputs of the pipeline should be stored. The default path above will enable you to view the outputs via the browser. The path should be accessible to the user ec2-user.
0 commit comments