-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathnf-cascade-params.yml
More file actions
28 lines (28 loc) · 933 Bytes
/
nf-cascade-params.yml
File metadata and controls
28 lines (28 loc) · 933 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
# workflows: 'demo'
# workflows: 'fetchngs'
# workflows: 'fetchngs,rnaseq'
workflows: 'fetchngs,taxprofiler,mag,funcscan'
general:
wf_opts: '-resume -ansi-log false'
# demo:
# wf_opts: '-profile docker,test'
# add_config: 'configs/multiqc.config'
fetchngs:
params_file: 'tests/data/fetchngs_taxprofiler_params.yml'
input: 'tests/data/fetchngs_taxprofiler_samplesheet.csv'
wf_opts: '-profile docker,test -r 1.12.0'
# add_config: 'configs/multiqc.config'
# rnaseq:
# wf_opts: '-profile docker,test -r 3.18.0'
# add_config: 'configs/multiqc.config'
taxprofiler:
wf_opts: '-profile docker,test -r 1.2.6'
# add_config: 'configs/multiqc.config'
mag:
params_file: 'tests/data/mag_params.yml'
wf_opts: '-profile docker,test -r 5.4.0'
# add_config: 'configs/multiqc.config'
funcscan:
params_file: 'tests/data/funcscan_params.yml'
wf_opts: '-profile docker,test -r 3.0.0'
add_config: 'configs/multiqc.config'