-
Notifications
You must be signed in to change notification settings - Fork 10
/
.nf-core.yml
53 lines (53 loc) · 1.41 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
repository_type: pipeline
nf_core_version: 2.14.1
lint:
actions_ci: False
base_config: False
files_exist:
- .github/.dockstore.yml
- .github/ISSUE_TEMPLATE/config.yml
- .github/workflows/awsfulltest.yml
- .github/workflows/awstest.yml
- .github/workflows/branch.yml
- .github/workflows/linting_comment.yml
- CODE_OF_CONDUCT.md
- LICENSE
- assets/email_template.html
- assets/email_template.txt
- assets/multiqc_config.yml
- assets/nf-core-nf-aggregate_logo_light.png
- assets/sendmail_template.txt
- conf/base.config
- conf/igenomes.config
- conf/modules.config
- conf/test.config
- conf/test_full.config
- docs/README.md
- docs/images/nf-core-nf-aggregate_logo_dark.png
- docs/images/nf-core-nf-aggregate_logo_light.png
- docs/output.md
- docs/usage.md
files_unchanged:
- .github/ISSUE_TEMPLATE/bug_report.yml
- .github/workflows/linting.yml
- CODE_OF_CONDUCT.md
- assets/nf-aggregate_logo_light.png
- docs/images/nf-aggregate_logo_dark.png
- docs/images/nf-aggregate_logo_light.png
modules_config: False
multiqc_config: False
nextflow_config:
- custom_config
- manifest.homePage
- manifest.name
- process.cpus
- process.memory
- process.time
schema_lint: False
pipeline_name_conventions: False
template:
prefix: seqeralabs
skip:
- ci
- igenomes
- nf_core_configs