-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.nf-core.yml
More file actions
50 lines (47 loc) · 1.59 KB
/
Copy path.nf-core.yml
File metadata and controls
50 lines (47 loc) · 1.59 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
repository_type: pipeline
nf_core_version: 4.0.2
lint:
files_unchanged:
- CODE_OF_CONDUCT.md
- assets/nf-core-nf-cellpose_logo_light.png
- docs/images/nf-core-nf-cellpose_logo_light.png
- docs/images/nf-core-nf-cellpose_logo_dark.png
- .github/ISSUE_TEMPLATE/bug_report.yml
- .github/CONTRIBUTING.md
- .github/PULL_REQUEST_TEMPLATE.md
- assets/email_template.txt
- docs/README.md
nextflow_config:
- manifest.name
- manifest.homePage
- validation.help.beforeText
- validation.help.afterText
- validation.summary.beforeText
- validation.summary.afterText
- config_defaults:
# value contains single quotes that Nextflow escapes and the linter cannot round-trip
- params.zarr_compression_opts
# resolves to a machine-specific absolute path via ${projectDir}
- params.dask_config
# this pipeline does not produce a MultiQC report
multiqc_config: false
# only subworkflows (no modules) are installed from nf-core/modules, which trips
# the linter's requirement that every repo entry have a "modules" key
modules_json: false
files_exist:
- CODE_OF_CONDUCT.md
- assets/nf-core-nf-cellpose_logo_light.png
- docs/images/nf-core-nf-cellpose_logo_light.png
- docs/images/nf-core-nf-cellpose_logo_dark.png
- .github/ISSUE_TEMPLATE/config.yml
- .github/workflows/awstest.yml
- .github/workflows/awsfulltest.yml
template:
org: JaneliaSciComp
name: nf_cellpose
description: Cellpose segmentation pipeline
author: Cristian Goina
version: 1.0.0dev
force: true
outdir: .
is_nfcore: false