Skip to content

Commit

Permalink
add podman [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi18av committed Jul 31, 2023
1 parent 1cb0cb2 commit 451e7c5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions conf/podman.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
process {

//----------------------------------------------
// Custom containers for all deps.
//----------------------------------------------

withName:
'GATK.*|LOFREQ.*|DELLY.*|TBPROFILER.*|MULTIQC.*|FASTQC.*|UTILS.*|FASTQ.*|SAMPLESHEET.*' {
container = "ghcr.io/torch-consortium/magma/magma-container-1:1.1.0"
}

withName:
'BWA.*|IQTREE.*|SNPDISTS.*|SNPSITES.*|BCFTOOLS.*|BGZIP.*|SAMTOOLS.*|SNPEFF.*|CLUSTERPICKER.*' {
container = "ghcr.io/torch-consortium/magma/magma-container-2:1.1.0"
}

}


podman {
enabled = true
}
1 change: 1 addition & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ profiles {
// Package management specific settings
conda_local { includeConfig 'conf/conda_local.config' }
docker { includeConfig 'conf/docker.config' }
podman { includeConfig 'conf/podman.config' }

// Executor specific settings
pbs { includeConfig 'conf/pbs.config' }
Expand Down

0 comments on commit 451e7c5

Please sign in to comment.