-
Notifications
You must be signed in to change notification settings - Fork 0
/
.nf-core.yml
58 lines (58 loc) · 1.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
lint:
files_exist:
- CODE_OF_CONDUCT.md
- CHANGELOG.md
- assets/nf-core-shallowmapping_logo_light.png
- docs/
- docs/output.md
- docs/README.md
- docs/usage.md
- docs/images/nf-core-shallowmapping_logo_dark.png
- docs/images/nf-core-shallowmapping_logo_light.png
- pyproject.toml
- .gitignore
- .github/ISSUE_TEMPLATE/config.yml
- .github/workflows/*
- .github/workflows/branch.yml
- .github/CONTRIBUTING.md
- .github/PULL_REQUEST_TEMPLATE.md
- conf/igenomes.config
- conf/igenomes.config
- conf/test.config
- conf/test_full.config
- .github/workflows/ci.yml
- lib/Utils.groovy
- lib/WorkflowMain.groovy
- lib/NfcoreTemplate.groovy
- lib/WorkflowShallowmapping.groovy
- lib/nfcore_external_java_deps.jar
files_unchanged:
- CODE_OF_CONDUCT.md
- assets/nf-core-shallowmapping_logo_light.png
- .github/ISSUE_TEMPLATE/bug_report.yml
- .github/CONTRIBUTING.md
- .github/PULL_REQUEST_TEMPLATE.md
- .github/workflows/branch.yml
- .github/workflows/linting_comment.yml
- .github/workflows/linting.yml
- .gitignore
- pyproject.toml
- LICENSE
multiqc_config:
- report_comment
nextflow_config:
- manifest.name
- manifest.homePage
- process.cpus
- process.memory
- process.time
- custom_config
- params.max_cpus
- params.max_time
- params.max_memory
repository_type: pipeline
template:
prefix: ebi-metagenomics
skip:
- igenomes
- nf_core_configs