Skip to content

Commit

Permalink
update docker version of metawrap
Browse files Browse the repository at this point in the history
  • Loading branch information
RVanDamme committed Aug 11, 2020
1 parent 78bd513 commit 85fc2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/container.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ process {
withLabel: maxbin2 { cpus = 8 ; memory = '30g' ; container = 'nanozoo/maxbin2:2.2.7--b643a6b' }
withLabel: medaka { cpus = 8 ; memory = '30g' ; container = 'nanozoo/medaka:1.0.3--7c62d67' }
withLabel: metabat2 { cpus = 8 ; memory = '30g' ; container = 'nanozoo/metabat2:2.13--0e2577e' }
withLabel: metawrap { cpus = 24 ; memory = '150g' ; container = 'nanozoo/metawrap:1.2.2--de94241' }
withLabel: metawrap { cpus = 24 ; memory = '150g' ; container = 'nanozoo/metawrap:v1.3--a7eb9af' }
withLabel: minimap2 { cpus = 8 ; memory = '30g' ; container = 'nanozoo/minimap2:2.17--caba7af' }
withLabel: checkm { cpus = 24 ; memory = '150g' ; container = 'nanozoo/checkm:1.0.13--248242f' }
// withLabel: nanoplot { cpus = ; memory = '32g' ; container = 'nanozoo/nanoplot:1.25.0--4e2882f' }
Expand Down

0 comments on commit 85fc2da

Please sign in to comment.