Skip to content

Commit

Permalink
chore: Bump microview version and add conda (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe authored Apr 9, 2024
1 parent 93c08ba commit dc79549
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/local/microview.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ process MICROVIEW {
tag 'report'
label 'process_low'

conda "bioconda::microview=0.10.1"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker://docker.io/jvfe/microview:v0.10.0':
'docker.io/jvfe/microview:v0.10.0' }"
'docker://docker.io/jvfe/microview:v0.10.1':
'docker.io/jvfe/microview:v0.10.1' }"

input:
path reports
Expand Down

0 comments on commit dc79549

Please sign in to comment.