Skip to content

Commit

Permalink
update config for test
Browse files Browse the repository at this point in the history
  • Loading branch information
WhalleyT committed Nov 7, 2024
1 parent 8e3b4f5 commit ef54c54
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions testing.config
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ params {
output_dir = "${baseDir}/tests"

// unmix myco 'yes' or 'no'
unmix_myco = 'yes'
unmix_myco = true

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

// run VCFMIX 'yes' or 'no' (set to no for synthetic samples)
vcfmix = 'yes'

// path to AMR catalogue for gnomon
// https://github.com/oxfordmmm/tuberculosis_amr_catalogues available at path /tuberculosis_amr_catalogues in container
amr_cat = "/tuberculosis_amr_catalogues/catalogues/NC_000962.3/NC_000962.3_CRyPTIC_v1.311_GARC1_RUS.csv"

// path to singularity recipes (needed for getversion)
sing_dir = "${baseDir}/singularity"

// 'yes' to include mykrobe on final report, 'no' to include afanc in final report
mykrobe = 'yes'

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

//resistance profiling
resistance_profiler = "tb-profiler"
collate = "no"
collate = false

//decontamination
permissive = "no"
permissive = false


}
Expand Down

0 comments on commit ef54c54

Please sign in to comment.