bowtie2 build - add build to conda definition

This commit is contained in:
drpatelh 2021-02-03 09:16:10 +00:00
parent d783e2d535
commit f913a55d85

View file

@ -11,7 +11,7 @@ process BOWTIE2_BUILD {
mode: params.publish_dir_mode,
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:'') }
conda (params.enable_conda ? 'bioconda::bowtie2=2.4.2' : null)
conda (params.enable_conda ? 'bioconda::bowtie2=2.4.2=py38h1c8e9b9_1' : null)
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
container 'https://depot.galaxyproject.org/singularity/bowtie2:2.4.2--py38h1c8e9b9_1'
} else {