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: .github/ISSUE_TEMPLATE/new_pipeline.yml
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -4,38 +4,37 @@ title: "New pipeline: nf-core/<add provisional pipeline name here>"
4
4
labels: "new-pipeline,proposed"
5
5
projects: nf-core/104
6
6
body:
7
-
8
7
- type: input
9
8
attributes:
10
9
label: Pipeline title/name
11
10
description: Names should be [lower case, without punctuation, and descriptive](https://nf-co.re/docs/guidelines/pipelines/requirements/workflow_name) (not 'fun' names).
12
11
placeholder: rnaseq
13
12
validations:
14
-
required: true
13
+
required: true
15
14
16
15
- type: input
17
16
attributes:
18
17
label: Keywords
19
18
description: Provide a comma separated list of useful keywords for data type/analysis type/research field of the proposal (e.g. genomics, cancer, variant calling).
20
19
placeholder: genomics, cancer, variant calling
21
20
validations:
22
-
required: true
21
+
required: true
23
22
24
23
- type: textarea
25
24
attributes:
26
25
label: What is it about?
27
26
description: Give a short summary of the purpose of the pipeline.
28
-
placeholder: An RNA sequencing analysis pipeline using STAR, RSEM, HISAT2 or Salmon with gene/isoform counts and extensive quality control.
27
+
placeholder: An RNA sequencing analysis pipeline using STAR, RSEM, HISAT2 or Salmon with gene/isoform counts and extensive quality control.
29
28
validations:
30
-
required: true
29
+
required: true
31
30
32
31
- type: textarea
33
32
attributes:
34
33
label: Please provide a schematic diagram of the proposed pipeline
35
34
description: Please use tool names as each 'node'. Drag and drop the image file into the text area to upload.
36
-
placeholder: 
35
+
placeholder: ""
37
36
validations:
38
-
required: true
37
+
required: true
39
38
40
39
- type: checkboxes
41
40
attributes:
@@ -66,23 +65,23 @@ body:
66
65
label: Why do we need a new pipeline?
67
66
description: Describe the 'usefuless' or 'novelty' of the pipeline whether analytically or within nf-core.
68
67
validations:
69
-
required: true
68
+
required: true
70
69
71
70
- type: textarea
72
71
attributes:
73
72
label: Who would be interested?
74
73
description: Please give possible target audiences of the pipelines.
75
74
placeholder: Researchers working on transcriptomics.
76
75
validations:
77
-
required: true
76
+
required: true
78
77
79
78
- type: textarea
80
79
attributes:
81
80
label: What has been done so far
82
81
description: Please describe the current status of the concept or code, or say if you have not stated.
83
82
placeholder: I have started making nf-core modules for tools I would use in the proposed pipeline.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,13 @@ To make a new proposal for a special interest group, please create a new issue i
23
23
24
24
The curator workflow is as follows:
25
25
26
-
-[ ]Once a issue is made, update the 'Project' status to 'proposed' (right hand side bar, under 'new-<TYPE>-proposals')
26
+
-[ ] Once a issue is made, update the 'Project' status to 'proposed' (right hand side bar, under 'new-<TYPE>-proposals')
27
27
-[ ] Facilitate discussion on the the Issue thread, following the guidance [here](https://nf-co.re/docs/checklists/community_governance/core_team#new-pipeline-proposals-and-onboarding).
28
28
-[ ] Acceptance requires a minimum of OKs from:
29
-
- Two members of the core team.
30
-
- One member of the core team and one member of the maintainers team.
29
+
- Two members of the core team.
30
+
- One member of the core team and one member of the maintainers team.
31
31
-[ ] If a proposal is accepted, update both the label AND status to 'accepted', and when closing select 'Close as completed'
32
-
-[ ] If a proposal is turned down, update both the label AND status to 'turned-down', and when closing select 'Close as not planned'
32
+
-[ ] If a proposal is turned down, update both the label AND status to 'turned-down', and when closing select 'Close as not planned'
33
33
-[ ] If a proposal is not completed or abandoned after a year, update both the label AND status to 'timed-out', and when closing select 'Close as not planned'
34
34
-[ ] Complete the reemaining new-pipeline onboarding tasks listed [here](https://nf-co.re/docs/checklists/community_governance/core_team#new-pipeline-proposals-and-onboarding)
35
35
@@ -40,7 +40,7 @@ The curator workflow is as follows:
40
40
-[ ] Once a issue is made, update the 'Project' status to 'proposed' (right hand side bar, under 'new-<TYPE>-proposals')
41
41
-[ ] Facilitate discussion on the the Issue thread, following the guidance [here](https://nf-co.re/blog/2024/special_interest_groups).
42
42
-[ ] Acceptance requires a minimum of OKs from:
43
-
- Two members of the core team.
43
+
- Two members of the core team.
44
44
-[ ] If a proposal is accepted, update both the label AND status to 'accepted', and when closing select 'Close as completed'
45
-
-[ ] If a proposal is turned down, update both the label AND status to 'turned-down', and when closing select 'Close as not planned'
45
+
-[ ] If a proposal is turned down, update both the label AND status to 'turned-down', and when closing select 'Close as not planned'
46
46
-[ ] If a proposal is not completed or abandoned after a year, update both the label AND status to 'timed-out', and when closing select 'Close as not planned'
0 commit comments