-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.nf-core.yml
47 lines (47 loc) · 1.28 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
lint:
files_exist:
- CODE_OF_CONDUCT.md
- assets/nf-core-vcftomat_logo_light.png
- docs/images/nf-core-vcftomat_logo_light.png
- docs/images/nf-core-vcftomat_logo_dark.png
- .github/ISSUE_TEMPLATE/config.yml
- .github/workflows/awstest.yml
- .github/workflows/awsfulltest.yml
files_unchanged:
- .github/CONTRIBUTING.md
- .prettierignore
- .github/CONTRIBUTING.md
- .prettierignore
- CODE_OF_CONDUCT.md
- assets/nf-core-vcftomat_logo_light.png
- docs/images/nf-core-vcftomat_logo_light.png
- docs/images/nf-core-vcftomat_logo_dark.png
- .github/ISSUE_TEMPLATE/bug_report.yml
included_configs: false
actions_ci: false
multiqc_config:
- report_comment
nextflow_config:
- manifest.name
- manifest.homePage
- validation.help.beforeText
- validation.help.afterText
- validation.summary.beforeText
- validation.summary.afterText
nf_core_version: 3.1.0
repository_type: pipeline
template:
author: "Famke Bäuerle, Dorothy Ellis"
description: Nextflow pipeline to convert (g)vcfs to matrices suitable for statistical
analysis
force: false
is_nfcore: false
name: vcftomat
org: qbic-pipelines
outdir: .
skip_features:
- gitpod
- codespaces
- fastqc
- adaptivecard
version: 1.1.0