generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.nf-core.yml
125 lines (122 loc) · 3.51 KB
/
.nf-core.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
repository_type: pipeline
nf_core_version: 3.2.0
lint:
files_unchanged:
- .github/ISSUE_TEMPLATE/bug_report.yml
- .github/ISSUE_TEMPLATE/config.yml
- .github/ISSUE_TEMPLATE/feature_request.yml
- .github/PULL_REQUEST_TEMPLATE.md
- .github/workflows/branch.yml
- .github/workflows/linting_comment.yml
- .github/workflows/linting.yml
- .github/CONTRIBUTING.md
- .github/.dockstore.yml
- .github/CONTRIBUTING.md
- .github/CONTRIBUTING.md
- assets/sendmail_template.txt
- LICENSE
- .prettierignore
- .prettierignore
- .github/CONTRIBUTING.md
- .github/PULL_REQUEST_TEMPLATE.md
- .github/ISSUE_TEMPLATE/bug_report.yml
- .github/ISSUE_TEMPLATE/config.yml
- .github/ISSUE_TEMPLATE/feature_request.yml
- .github/PULL_REQUEST_TEMPLATE.md
- .github/workflows/branch.yml
- .github/workflows/linting_comment.yml
- .github/workflows/linting.yml
- .github/CONTRIBUTING.md
- .github/.dockstore.yml
- .github/CONTRIBUTING.md
- .github/CONTRIBUTING.md
- assets/sendmail_template.txt
- LICENSE
- .prettierignore
- .prettierignore
- .github/CONTRIBUTING.md
- .github/PULL_REQUEST_TEMPLATE.md
- CODE_OF_CONDUCT.md
- assets/nf-core-aquascope_logo_light.png
- docs/images/nf-core-aquascope_logo_light.png
- docs/images/nf-core-aquascope_logo_dark.png
- .github/ISSUE_TEMPLATE/bug_report.yml
- .github/CONTRIBUTING.md
- .github/PULL_REQUEST_TEMPLATE.md
- assets/email_template.txt
- docs/README.md
nextflow_config: false
multiqc_config: false
files_exist:
- .github/ISSUE_TEMPLATE/bug_report.yml
- .github/ISSUE_TEMPLATE/feature_request.yml
- .github/PULL_REQUEST_TEMPLATE.md
- .github/CONTRIBUTING.md
- .github/.dockstore.yml
- conf/igenomes.config
- conf/igenomes_ignored.config
- assets/multiqc_config.yml
- LICENSE
- assets/email_template.html
- assets/sendmail_template.txt
- assets/email_template.txt
- docs/output.md
- docs/README.md
- docs/usage.md
- conf/test.config
- conf/test_full.config
- .github/workflows/ci.yml
- .github/ISSUE_TEMPLATE/bug_report.yml
- .github/ISSUE_TEMPLATE/feature_request.yml
- .github/PULL_REQUEST_TEMPLATE.md
- .github/CONTRIBUTING.md
- .github/.dockstore.yml
- conf/igenomes.config
- conf/igenomes_ignored.config
- assets/multiqc_config.yml
- LICENSE
- assets/email_template.html
- assets/sendmail_template.txt
- assets/email_template.txt
- docs/output.md
- docs/README.md
- docs/usage.md
- conf/test.config
- conf/test_full.config
- .github/workflows/ci.yml
- CODE_OF_CONDUCT.md
- assets/nf-core-aquascope_logo_light.png
- docs/images/nf-core-aquascope_logo_light.png
- docs/images/nf-core-aquascope_logo_dark.png
- .github/ISSUE_TEMPLATE/config.yml
- .github/workflows/awstest.yml
- .github/workflows/awsfulltest.yml
readme:
- nextflow_badge
- nextflow_badge
- nextflow_badge
template:
org: CDCgov
name: Aquascope
description: This project is a successor to the C-WAP pipeline and is intended to
process SARS-CoV-2 wastewater samples to determine relative variant abundance.
author: S. Sevilla
version: 4.0.0
force: true
outdir: .
skip_features:
- github
- igenomes
- github_badges
- gitpod
- codespaces
- multiqc
- fastqc
- license
- email
- slackreport
- documentation
- test_config
- seqera_platform
- vscode
is_nfcore: false