forked from nf-core/sarek
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_full.config
More file actions
24 lines (18 loc) · 905 Bytes
/
test_full.config
File metadata and controls
24 lines (18 loc) · 905 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
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Nextflow config file for running full-size tests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Defines input files and everything required to run a full size pipeline test.
Use as follows:
nextflow run nf-core/sarek -profile test_full,<docker/singularity> --outdir <OUTDIR>
----------------------------------------------------------------------------------------
*/
params {
config_profile_name = 'Full test profile'
config_profile_description = 'Full test dataset to check pipeline function'
// Input data for full size test
input = "${projectDir}/tests/csv/3.0/test_full_data.csv"
wes = true
// Ignore `--input` as otherwise the parameter validation will throw an error
schema_ignore_params = 'genomes'
}