-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy path.nf-core.yml
More file actions
36 lines (33 loc) · 898 Bytes
/
Copy path.nf-core.yml
File metadata and controls
36 lines (33 loc) · 898 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
33
34
35
36
repository_type: pipeline
nf_core_version: 4.0.3
lint:
files_exist:
- .github/workflows/nf-test.yml
- lib/Utils.groovy
- lib/WorkflowMain.groovy
- lib/WorkflowOncoanalyser.groovy
- .github/workflows/linting_comment.yml
files_unchanged:
- assets/nf-core-oncoanalyser_logo_light.png
- docs/images/nf-core-oncoanalyser_logo_dark.png
- docs/images/nf-core-oncoanalyser_logo_light.png
- .github/workflows/branch.yml
- .github/workflows/linting.yml
multiqc_config: false
nextflow_config:
- config_defaults:
- params.fastp_umi_length
- params.fastp_umi_skip
nf_test_content: false
template:
org: nf-core
name: oncoanalyser
description: A comprehensive cancer DNA/RNA analysis and reporting pipeline
author: Stephen Watts
version: 3.0.0
force: false
outdir: .
skip_features:
- gpu
- nf-test
is_nfcore: true