Skip to content

Commit

Permalink
Renaming docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
atrull314 committed Jul 11, 2024
1 parent 32bb9f3 commit 47329fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/blaze.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process BLAZE {

conda "atrull314::fast_edit_distance=1.2.1 conda-forge::matplotlib=3.8.4 conda-forge::biopython=1.83 conda-forge::pandas=2.2.2 conda-forge::numpy=2.0.0rc2 conda-forge::tqdm=4.66.4"

container "docker://agtrull314/blaze:2.2.0"
container "agtrull314/blaze:2.2.0"

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

0 comments on commit 47329fc

Please sign in to comment.