-
Notifications
You must be signed in to change notification settings - Fork 2
/
.nf-core.yml
55 lines (55 loc) · 1.52 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
lint:
files_exist:
- CODE_OF_CONDUCT.md
- assets/nf-core-metamicrobes_logo_light.png
- docs/images/nf-core-metamicrobes_logo_light.png
- docs/images/nf-core-metamicrobes_logo_dark.png
- .github/ISSUE_TEMPLATE/config.yml
- .github/workflows/awstest.yml
- .github/workflows/awsfulltest.yml
- .github/ISSUE_TEMPLATE/bug_report.yml
- .github/ISSUE_TEMPLATE/feature_request.yml
- .github/PULL_REQUEST_TEMPLATE.md
- .github/CONTRIBUTING.md
- .github/.dockstore.yml
- .gitignore
- .github/workflows/branch.yml
- .github/workflows/ci.yml
- .github/workflows/linting_comment.yml
- .github/workflows/linting.yml
- conf/igenomes.config
files_unchanged:
- CODE_OF_CONDUCT.md
- assets/nf-core-metamicrobes_logo_light.png
- docs/images/nf-core-metamicrobes_logo_light.png
- docs/images/nf-core-metamicrobes_logo_dark.png
- .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/ISSUE_TEMPLATE/bug_report.yml
multiqc_config:
- report_comment
nextflow_config:
- manifest.name
- manifest.homePage
- process.cpus
- process.memory
- process.time
- custom_config
readme:
- nextflow_badge
nf_core_version: 2.14.1
repository_type: pipeline
template:
prefix: EMC
skip:
- github
- ci
- github_badges
- nf_core_configs