Skip to content

Commit ef54c54

Browse files
committed
update config for test
1 parent 8e3b4f5 commit ef54c54

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

testing.config

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ params {
5151
output_dir = "${baseDir}/tests"
5252

5353
// unmix myco 'yes' or 'no'
54-
unmix_myco = 'yes'
54+
unmix_myco = true
5555

5656
// principal species in each sample, assuming genus Mycobacterium, default null
5757
// otherwise takes 1 of 10 values: abscessus, africanum, avium, bovis, chelonae, chimaera, fortuitum, intracellulare, kansasii, tuberculosis
@@ -66,28 +66,19 @@ params {
6666
// name of the bowtie index, e.g. hg19_1kgmaj
6767
bowtie_index_name = "hg19_1kgmaj"
6868

69-
// run VCFMIX 'yes' or 'no' (set to no for synthetic samples)
70-
vcfmix = 'yes'
71-
72-
// path to AMR catalogue for gnomon
73-
// https://github.com/oxfordmmm/tuberculosis_amr_catalogues available at path /tuberculosis_amr_catalogues in container
74-
amr_cat = "/tuberculosis_amr_catalogues/catalogues/NC_000962.3/NC_000962.3_CRyPTIC_v1.311_GARC1_RUS.csv"
75-
7669
// path to singularity recipes (needed for getversion)
7770
sing_dir = "${baseDir}/singularity"
7871

79-
// 'yes' to include mykrobe on final report, 'no' to include afanc in final report
80-
mykrobe = 'yes'
8172

8273
// path to the Afanc Myco database
8374
afanc_myco_db = "${baseDir}/Mycobacteriaciae_DB_3.0/"
8475

8576
//resistance profiling
8677
resistance_profiler = "tb-profiler"
87-
collate = "no"
78+
collate = false
8879

8980
//decontamination
90-
permissive = "no"
81+
permissive = false
9182

9283

9384
}

0 commit comments

Comments
 (0)