Skip to content

Commit

Permalink
Merge pull request #154 from wbau/patch-1
Browse files Browse the repository at this point in the history
Update mirdeep2_run.nf
  • Loading branch information
apeltzer authored May 31, 2022
2 parents 83d3e2a + c53a579 commit 837ee70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/mirdeep2_run.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process MIRDEEP2_RUN {
label 'process_medium'
errorStrategy 'ignore'

conda (params.enable_conda ? 'bioconda::mirdeep2:2.0.1' : null)
conda (params.enable_conda ? 'bioconda::mirdeep2=2.0.1' : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/mirdeep2:2.0.1.3--hdfd78af_1' :
'quay.io/biocontainers/mirdeep2:2.0.1.3--hdfd78af_1' }"
Expand Down

0 comments on commit 837ee70

Please sign in to comment.