-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.nf-core.yml
More file actions
65 lines (65 loc) · 1.87 KB
/
Copy path.nf-core.yml
File metadata and controls
65 lines (65 loc) · 1.87 KB
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
lint:
files_exist:
- .github/ISSUE_TEMPLATE/config.yml
- conf/igenomes_ignored.config
- conf/igenomes.config
- assets/multiqc_config.yml
- assets/methods_description_template.yml
- CODE_OF_CONDUCT.md
- assets/nf-core-metagenomeassembly_logo_light.png
- docs/images/nf-core-metagenomeassembly_logo_light.png
- docs/images/nf-core-metagenomeassembly_logo_dark.png
- .github/workflows/awstest.yml
- .github/workflows/awsfulltest.yml
- ro-crate-metadata.json
files_unchanged:
- .github/CONTRIBUTING.md
- .prettierignore
- CODE_OF_CONDUCT.md
- assets/nf-core-metagenomeassembly_logo_light.png
- assets/multiqc_config.yml
- docs/images/nf-core-metagenomeassembly_logo_light.png
- docs/images/nf-core-metagenomeassembly_logo_dark.png
- .github/ISSUE_TEMPLATE/bug_report.yml
- .github/workflows/branch.yml
- .github/workflows/linting_comment.yml
- .github/workflows/linting.yml
- ro-crate-metadata.json
- LICENSE
- .github/PULL_REQUEST_TEMPLATE.md
included_configs: false
multiqc_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
- config_defaults:
- params.hmm_gtdb_pfam
- params.hmm_gtdb_tigrfam
- params.rfam_rrna_cm
readme:
- nextflow_badge
nf_core_version: 3.5.2
repository_type: pipeline
template:
author: Jim Downie, Will Eagles, Noah Gettle
description: Construct MAGs from long reads.
force: false
is_nfcore: false
name: metagenomeassembly
org: sanger-tol
outdir: .
skip_features:
- igenomes
- fastqc
- multiqc
version: 1.4.0