Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions conf/conda_local.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,26 @@ process {
}


withName:
'TBPROFILER.*' {
withName:
'GATK.*|LOFREQ.*|DELLY.*|TBPROFILER.*|MULTIQC.*|FASTQC.*|UTILS.*|FASTQ.*|SAMPLESHEET.*' {
//environment does exist:
conda = "${params.conda_envs_location}/magma-tbprofiler-env"
conda = "${params.conda_envs_location}/magma-env-1"

//environment does NOT exist: the env file contains all the info to create the environment "magma-env-1"
//conda = "${params.conda_envs_location}/magma-tbprofiler-env.yml"
//conda = "${params.conda_envs_location}/magma-env-1.yml"
}


withName:
'GATK.*|LOFREQ.*|DELLY.*|TBPROFILER.*|MULTIQC.*|FASTQC.*|UTILS.*|FASTQ.*|SAMPLESHEET.*' {
withName:
'TBPROFILER.*' {
//environment does exist:
conda = "${params.conda_envs_location}/magma-env-1"
conda = "${params.conda_envs_location}/magma-tbprofiler-env"

//environment does NOT exist: the env file contains all the info to create the environment "magma-env-1"
//conda = "${params.conda_envs_location}/magma-env-1.yml"
//conda = "${params.conda_envs_location}/magma-tbprofiler-env.yml"
}


withName:
'BWA.*|IQTREE.*|SNPDISTS.*|SNPSITES.*|BCFTOOLS.*|BGZIP.*|SAMTOOLS.*|SNPEFF.*|CLUSTERPICKER.*' {
//environment does exist:
Expand Down