-
Notifications
You must be signed in to change notification settings - Fork 1
/
.nf-core.yml
37 lines (37 loc) · 1.02 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
lint:
files_exist:
- CODE_OF_CONDUCT.md
- assets/nf-core-prepngs_logo_light.png
- docs/images/nf-core-prepngs_logo_light.png
- docs/images/nf-core-prepngs_logo_dark.png
- .github/ISSUE_TEMPLATE/config.yml
- .github/workflows/awstest.yml
- .github/workflows/awsfulltest.yml
- conf/igenomes.config
files_unchanged:
- CODE_OF_CONDUCT.md
- assets/nf-core-prepngs_logo_light.png
- docs/images/nf-core-prepngs_logo_light.png
- docs/images/nf-core-prepngs_logo_dark.png
- .github/ISSUE_TEMPLATE/bug_report.yml
multiqc_config:
- report_comment
nextflow_config:
- manifest.name
- manifest.homePage
- config_defaults:
- params.additional_adapters
nf_core_version: 2.14.2.dev0
repository_type: pipeline
template:
author: Usman Rashid
description: A pipeline to pre-process raw NGS data for downstream reuse across various
pipelines
force: true
is_nfcore: false
name: prepngs
org: gallvp
outdir: .
skip_features:
- igenomes
version: 0.1.0dev