-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.nf-core.yml
41 lines (41 loc) · 1.11 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
lint:
template_strings: False
files_exist:
- CODE_OF_CONDUCT.md
- assets/nf-core-nucleovar_logo_light.png
- docs/images/nf-core-nucleovar_logo_light.png
- docs/images/nf-core-nucleovar_logo_dark.png
- .github/ISSUE_TEMPLATE/config.yml
- .github/workflows/awstest.yml
- .github/workflows/awsfulltest.yml
- conf/igenomes.config
- conf/igenomes.config
files_unchanged:
- CODE_OF_CONDUCT.md
- assets/nf-core-nucleovar_logo_light.png
- docs/images/nf-core-nucleovar_logo_light.png
- docs/images/nf-core-nucleovar_logo_dark.png
- .github/ISSUE_TEMPLATE/bug_report.yml
- .github/PULL_REQUEST_TEMPLATE.md
- .prettierignore
- .github/workflows/linting.yml
- .github/workflows/linting_comment.yml
- .github/CONTRIBUTING.md
multiqc_config:
- report_comment
nextflow_config:
- manifest.name
- manifest.homePage
- process.cpus
- process.memory
- process.time
- custom_config
- params.max_cpus
- params.max_memory
- params.max_time
repository_type: pipeline
template:
prefix: msk
skip:
- igenomes
- nf_core_configs