forked from nf-core/bacass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_long_dragonflye.config
27 lines (22 loc) · 1001 Bytes
/
test_long_dragonflye.config
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
/*
========================================================================================
Nextflow config file for running minimal tests
========================================================================================
Defines input files and everything required to run a fast and simple pipeline test.
Use as follows:
nextflow run nf-core/bacass -profile test_long_dragonflye,<docker/singularity>
----------------------------------------------------------------------------------------
*/
params {
config_profile_name = 'Test_long_dragonfyle profile'
config_profile_description = 'Minimal test dataset to check pipeline function'
// Input data
input = params.pipelines_testdata_base_path + 'bacass/bacass_long_miniasm.tsv'
// some extra args to speed tests up
prokka_args = " --fast"
assembly_type = 'long'
assembler = 'dragonflye'
skip_kraken2 = true
skip_polish = true
skip_kmerfinder = true
}