-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.nf-core.yml
39 lines (36 loc) · 1.13 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
lint:
files_exist:
- .github/ISSUE_TEMPLATE/bug_report.yml
- .github/ISSUE_TEMPLATE/feature_request.yml
- .github/workflows/branch.yml
- .github/workflows/ci.yml
- .github/workflows/awstest.yml
- .github/workflows/awsfulltest.yml
- assets/nf-core-autometa_logo_light.png
- docs/usage.md
- docs/output.md
- docs/images/nf-core-autometa_logo.png
- docs/images/nf-core-autometa_logo_light.png
- docs/images/nf-core-autometa_logo_dark.png
- .github/ISSUE_TEMPLATE/bug_report.md
- .github/ISSUE_TEMPLATE/feature_request.md
files_unchanged:
- manifest
- .github/CONTRIBUTING.md
- .github/ISSUE_TEMPLATE/bug_report.md
- .github/ISSUE_TEMPLATE/feature_request.md
- .github/workflows/linting_comment.yml
- .github/workflows/linting.yml
- assets/email_template.html
- assets/email_template.txt
- bin/scrape_software_versions.py
- docs/README.md
- .gitignore
- LICENSE
- .github/PULL_REQUEST_TEMPLATE.md
- lib/NfcoreTemplate.groovy
actions_ci:
- .github/workflows/ci.yml
schema_lint: true
template_strings: false
nextflow_config: false