-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.nf-core.yml
89 lines (89 loc) · 2.34 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
bump_version: null
lint:
files_exist:
- conf/igenomes.config
- conf/igenomes_ignored.config
- conf/igenomes.config
- assets/multiqc_config.yml
- assets/email_template.html
- assets/sendmail_template.txt
- assets/email_template.txt
- conf/igenomes.config
- conf/modules.config
- conf/igenomes_ignored.config
- assets/multiqc_config.yml
- assets/email_template.html
- assets/sendmail_template.txt
- assets/email_template.txt
- CODE_OF_CONDUCT.md
- assets/nf-core-nf-chai_logo_light.png
- docs/images/nf-core-nf-chai_logo_light.png
- docs/images/nf-core-nf-chai_logo_dark.png
- docs/output.md
- docs/README.md
- docs/usage.md
- .github/ISSUE_TEMPLATE/config.yml
- .github/workflows/awstest.yml
- .github/workflows/awsfulltest.yml
- .github/workflows/linting_comment.yml
files_unchanged:
- .github/CONTRIBUTING.md
- .github/CONTRIBUTING.md
- assets/sendmail_template.txt
- .prettierignore
- .prettierignore
- .prettierignore
- .github/CONTRIBUTING.md
- .github/CONTRIBUTING.md
- assets/sendmail_template.txt
- .prettierignore
- .prettierignore
- .prettierignore
- CODE_OF_CONDUCT.md
- assets/nf-core-nf-chai_logo_light.png
- docs/images/nf-core-nf-chai_logo_light.png
- docs/images/nf-core-nf-chai_logo_dark.png
- .github/ISSUE_TEMPLATE/bug_report.yml
- LICENSE
- .github/workflows/branch.yml
- .github/workflows/linting.yml
included_configs: false
multiqc_config: false
modules_config: false
nextflow_config:
- process.cpus
- process.memory
- process.time
- custom_config
- params.custom_config_version
- params.custom_config_base
- manifest.name
- manifest.homePage
- validation.help.beforeText
- validation.help.afterText
- validation.summary.beforeText
- validation.summary.afterText
nf_core_version: 3.0.2
org_path: null
repository_type: pipeline
template:
author: Seqera Team
description: Nextflow pipeline to run the Chai-1, SOTA model for biomolecular structure
prediction
force: true
is_nfcore: false
name: nf-chai
org: seqeralabs
outdir: .
skip_features:
- igenomes
- nf_core_configs
- gitpod
- codespaces
- multiqc
- fastqc
- email
- adaptivecard
- slackreport
version: 1.0.0dev
update: null