-
Notifications
You must be signed in to change notification settings - Fork 0
/
.nf-core.yml
45 lines (45 loc) · 1.26 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
lint:
actions_ci: False
files_exist:
- CODE_OF_CONDUCT.md
- assets/nf-core-postprocessing_logo_light.png
- docs/images/nf-core-postprocessing_logo_light.png
- docs/images/nf-core-postprocessing_logo_dark.png
- .github/ISSUE_TEMPLATE/config.yml
- .github/workflows/branch.yml
- .github/workflows/awstest.yml
- .github/workflows/awsfulltest.yml
- .github/workflows/linting_comment.yml
- .github/.dockstore.yml
- .editorconfig
- .prettierignore
- .prettierrc.yml
- LICENSE
- CITATIONS.md
- assets/email_template.html
- assets/email_template.txt
- assets/sendmail_template.txt
files_unchanged:
- CODE_OF_CONDUCT.md
- assets/nf-core-postprocessing_logo_light.png
- docs/images/nf-core-postprocessing_logo_light.png
- docs/images/nf-core-postprocessing_logo_dark.png
- docs/README.md
- .github/ISSUE_TEMPLATE/bug_report.yml
- .github/CONTRIBUTING.md
- .github/PULL_REQUEST_TEMPLATE.md
- .github/workflows/linting_comment.yml
- .github/workflows/linting.yml
- LICENSE
multiqc_config: False
nextflow_config:
- manifest.name
- manifest.homePage
- config_defaults:
- params.exomiser_analysis_wes
- params.exomiser_analysis_wgs
nf_core_version: 2.14.1
repository_type: pipeline
template:
prefix: ferlab
skip: []