Skip to content

Commit

Permalink
Switched to the default btk biocontainers because the pacbio one is gone
Browse files Browse the repository at this point in the history
All we need is Python and the yaml package
  • Loading branch information
muffato committed Jul 1, 2024
1 parent 075dce3 commit aef0532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/blobtoolkit/updatemeta.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process BLOBTOOLKIT_UPDATEMETA {
if (workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) {
exit 1, "BLOBTOOLKIT_UPDATEMETA module does not support Conda. Please use Docker / Singularity / Podman instead."
}
container "docker.io/pacificbiosciences/pyyaml:5.3.1"
container "docker.io/genomehubs/blobtoolkit:4.3.9"

input:
tuple val(meta), path(input)
Expand Down

0 comments on commit aef0532

Please sign in to comment.