-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.nf-core.yml
57 lines (57 loc) · 1.83 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
repository_type: pipeline
lint:
files_exist:
# I still use markdownlint for my editor
- .markdownlint.yml
# We have markdown templates instead of yaml
- .github/ISSUE_TEMPLATE/bug_report.yml
- .github/ISSUE_TEMPLATE/feature_request.yml
# Our pipeline name doesn't have nf-core in it, so the logo doesn't either
- assets/nf-core-v-met_logo_light.png
- docs/images/nf-core-v-met_logo_light.png
- docs/images/nf-core-v-met_logo_dark.png
# We don't have 'full' test data yet
- conf/test_full.config
# We use RST instead of markdown
- docs/output.md
- docs/README.md
- docs/usage.md
# We spin our own help text and validation
# Maybe someday we'll use the nf-core templates
- lib/nfcore_external_java_deps.jar
- lib/NfcoreSchema.groovy
- lib/NfcoreTemplate.groovy
- lib/Utils.groovy
- lib/WorkflowMain.groovy
- lib/WorkflowV-met.groovy
# We don't use igenomes
- conf/igenomes.config
# We don't use AWS
- .github/workflows/awstest.yml
- .github/workflows/awsfulltest.yml
nextflow_config: false
# Currently not supported, but hopefully soon!
# See https://github.com/nf-core/tools/issues/1031
# - mainfest.name
# - manifest.homePage
files_unchanged:
- .markdownlint.yml
- CODE_OF_CONDUCT.md
- LICENSE
- .github/CONTRIBUTING.md
- .github/ISSUE_TEMPLATE/config.yml
- .github/PULL_REQUEST_TEMPLATE.md
- .github/workflows/branch.yml
- .github/workflows/linting_comment.yml
- .github/workflows/linting.yml
- assets/email_template.html
- assets/email_template.txt
- assets/sendmail_template.txt
- .gitignore
- .gitattributes
- assets/multiqc_config.yaml
actions_ci:
false
# Can't find minimum NF version and doesn't like the addition of 'dispatch'
# to the events
template_strings: false