Skip to content

Commit

Permalink
fixed ram variable for pilon
Browse files Browse the repository at this point in the history
  • Loading branch information
RVanDamme committed Jul 6, 2020
1 parent 8af11b8 commit 1d5889f
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 @@ -13,7 +13,7 @@ process {
withLabel: checkm { cpus = 8 ; memory = '14g' ; container = 'nanozoo/checkm:1.0.13--248242f' }
// withLabel: nanoplot { cpus = ; memory = '32g' ; container = 'nanozoo/nanoplot:1.25.0--4e2882f' }
//withLabel: checkm(withLabel: metawrap)
withLabel: pilon { cpus = 8 ; memory = '30g'; container = 'nanozoo/shovill:1.0.9--dc1de54' }
withLabel: pilon { cpus = 48 ; memory = '200g'; container = 'nanozoo/shovill:1.0.9--dc1de54' }
withLabel: racon { cpus = 8 ; memory = '30g' ; container = 'nanozoo/racon:1.4.13--bb8a908' }
withLabel: seqtk { cpus = 8 ; memory = '20g' ; container = 'nanozoo/seqtk:1.3--dc0d16b' }
withLabel: sourmash { cpus = 8 ; memory = '24g' ; container = 'nanozoo/sourmash:2.0.1--6970ddc' }
Expand Down

0 comments on commit 1d5889f

Please sign in to comment.