-
Notifications
You must be signed in to change notification settings - Fork 1
/
.nf-core.yml
53 lines (53 loc) · 1.57 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
bump_version: null
nf_core_version: 3.0.2
org_path: null
repository_type: pipeline
lint:
files_unchanged:
- docs/images/nf-core-viralgenie_logo_light.png
- docs/images/nf-core-viralgenie_logo_dark.png
- docs/README.md
- .github/ISSUE_TEMPLATE/bug_report.yml
- .github/ISSUE_TEMPLATE/config.yml
- .github/ISSUE_TEMPLATE/feature_request.yml
- .github/PULL_REQUEST_TEMPLATE.md
- .github/workflows/branch.yml
- .github/workflows/linting.yml
- .github/workflows/linting_comment.yml
- assets/email_template.html
- assets/email_template.txt
- assets/sendmail_template.txt
- pyproject.toml
- .gitignore
nextflow_config:
- manifest:
- manifest.name
- manifest.homePage
- config_defaults:
- params.multiqc_comment_headers
- params.custom_table_headers
multiqc_config:
- report_section_order
- report_comment
files_exist:
- .github/CONTRIBUTING.md
- CITATIONS.md
- conf/test.config
- conf/test_full.config
- lib/Utils.groovy
- lib/WorkflowMain.groovy
- lib/NfcoreTemplate.groovy
- lib/WorkflowViralgenie.groovy
actions_ci: false
template:
name: viralgenie
description: a bioinformatics best-practice analysis pipeline for reconstructing consensus genomes and to identify intra-host variants from metagenomic sequencing data or enriched based sequencing data like hybrid capture.
author: "Joon Klaps, Philippe Lemey, Liana Kafetzopoulou"
is_nfcore: false
org: Joon-Klaps
skip_features:
- igenomes
force: false
outdir: .
version: 0.1.1dev
update: null