-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.nf-core.yml
46 lines (46 loc) · 1.25 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
bump_version:
lint:
actions_ci: false
files_exist:
- CODE_OF_CONDUCT.md
- assets/nf-core-germline_logo_light.png
- docs/images/nf-core-germline_logo_light.png
- docs/images/nf-core-germline_logo_dark.png
- .github/ISSUE_TEMPLATE/config.yml
- .github/workflows/awstest.yml
- .github/workflows/awsfulltest.yml
- .github/workflows/template_version_comment.yml
- docs/README.md
files_unchanged:
- .github/CONTRIBUTING.md
- .github/PULL_REQUEST_TEMPLATE.md
- .github/workflows/branch.yml
- .github/workflows/linting_comment.yml
- .github/workflows/linting.yml
- CODE_OF_CONDUCT.md
- .github/ISSUE_TEMPLATE/bug_report.yml
- .prettierignore
multiqc_config:
- report_comment
nextflow_config:
- custom_config
- manifest.name
- manifest.homePage
- validation.help.afterText
- validation.summary.afterText
subworkflow_changes: false
nf_core_version: 3.0.2
repository_type: pipeline
template:
author: nvnieuwk
description: A nextflow pipeline for calling and annotating small germline variants
from short DNA reads for WES and WGS data
force: false
is_nfcore: false
name: germline
org: nf-cmgg
outdir: .
skip_features:
- fastqc
- is_nfcore
version: 1.9.3