@@ -4,30 +4,7 @@ title: "New pipeline: nf-core/<add provisional pipeline name here>"
44labels : " new-pipeline,proposed"
55projects : nf-core/104
66body :
7- - type : checkboxes
8- attributes :
9- label : " I confirm my proposed pipeline will follow nf-core guidelines. Most importantly, my pipeline will:"
10- description : You can see all the requirements [here](https://nf-co.re/docs/guidelines/pipelines/overview).
11- options :
12- - label : be built with Nextflow.
13- required : true
14- - label : pass nf-core lint tests and use standardized parameters.
15- required : true
16- - label : be community-owned and developed within the nf-core organization.
17- required : true
18- - label : open source under the MIT license with proper credits and acknowledgments.
19- required : true
20- - label : have a descriptive, all lowercase, and without punctuation name.
21- required : true
22- - label : use the nf-core pipeline template and predominantly use official nf-core modules.
23- required : true
24- - label : focus on a specific data/analysis type with appropriate scope.
25- required : true
26- - label : have properly maintained documentation.
27- required : true
28- - label : be bundled using versioned Docker/Singularity containers.
29- required : true
30-
7+
318 - type : input
329 attributes :
3310 label : Pipeline title/name
6037 validations :
6138 required : true
6239
40+ - type : checkboxes
41+ attributes :
42+ label : " I confirm my proposed pipeline will follow nf-core guidelines. Most importantly, my pipeline will:"
43+ description : You can see all the requirements [here](https://nf-co.re/docs/guidelines/pipelines/overview).
44+ options :
45+ - label : be built with Nextflow.
46+ required : true
47+ - label : pass nf-core lint tests and use standardized parameters.
48+ required : true
49+ - label : be community-owned and developed within the nf-core organization.
50+ required : true
51+ - label : open source under the MIT license with proper credits and acknowledgments.
52+ required : true
53+ - label : have a descriptive, all lowercase, and without punctuation name.
54+ required : true
55+ - label : use the nf-core pipeline template and predominantly use official nf-core modules.
56+ required : true
57+ - label : focus on a specific data/analysis type with appropriate scope.
58+ required : true
59+ - label : have properly maintained documentation.
60+ required : true
61+ - label : be bundled using versioned Docker/Singularity containers.
62+ required : true
63+
6364 - type : textarea
6465 attributes :
6566 label : Why do we need a new pipeline?
0 commit comments