-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.nf-core.yml
More file actions
32 lines (29 loc) · 719 Bytes
/
.nf-core.yml
File metadata and controls
32 lines (29 loc) · 719 Bytes
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
repository_type: pipeline
nf_core_version: 3.3.0.dev0
lint:
files_unchanged:
- .github/CONTRIBUTING.md
- assets/sendmail_template.txt
- .github/CONTRIBUTING.md
- assets/sendmail_template.txt
multiqc_config: false
files_exist:
- conf/igenomes.config
- conf/igenomes_ignored.config
- assets/multiqc_config.yml
- conf/igenomes.config
- conf/igenomes_ignored.config
- assets/multiqc_config.yml
template:
org: nf-core
name: transcriptclean
description: An implementation of TranscriptClean tool into Nextflow
author: "B\xE1rbara Borges"
version: 1.0.0dev
force: true
outdir: nextflow
skip_features:
- igenomes
- multiqc
- fastqc
is_nfcore: true