Skip to content

Commit

Permalink
Merge pull request #302 from ypriverol/dev
Browse files Browse the repository at this point in the history
error fixed docker hub diann
  • Loading branch information
ypriverol committed Oct 13, 2023
2 parents 982d2e3 + 5d53165 commit 60a2517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/silicolibrarygeneration/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process SILICOLIBRARYGENERATION {

container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://containers.biocontainers.pro/s3/SingImgsRepo/diann/v1.8.1_cv1/diann_v1.8.1_cv1.img' :
'biocontainers/diann:v1.8.1_cv1' }"
'docker.io/biocontainers/diann:v1.8.1_cv1' }"

input:
file(fasta)
Expand Down

0 comments on commit 60a2517

Please sign in to comment.