Skip to content

Commit

Permalink
disk size 100
Browse files Browse the repository at this point in the history
  • Loading branch information
mult1fractal committed Aug 2, 2024
1 parent fd9109b commit 81bf440
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions configs/node.config
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@

process {
withLabel: altair { cpus = 4; memory = '8 GB' }
withLabel: checkV { cpus = 24; memory = '32 GB' }
withLabel: altair { cpus = 4; memory = '8 GB'; disk = '100 GB' }
withLabel: checkV { cpus = 24; memory = '32 GB'; disk = '100 GB' }
withLabel: chromomap { cpus = 2; memory = '4 GB' }
withLabel: deepvirfinder { cpus = 24; memory = '32 GB' }
withLabel: deepvirfinder { cpus = 24; memory = '32 GB'; disk = '100 GB' }
withLabel: emboss { cpus = 4; memory = '8 GB' }
withLabel: ggplot2 { cpus = 4; memory = '8 GB' }
withLabel: hmmscan { cpus = 4; memory = '8 GB' }
withLabel: marvel { cpus = 24; memory = '32 GB' }
withLabel: metaphinder { cpus = 24; memory = '32 GB' }
withLabel: pprmeta { cpus = 24; memory = '32 GB' }
withLabel: hmmscan { cpus = 4; memory = '8 GB'; disk = '100 GB' }
withLabel: marvel { cpus = 24; memory = '32 GB'; disk = '100 GB' }
withLabel: metaphinder { cpus = 24; memory = '32 GB'; disk = '100 GB' }
withLabel: pprmeta { cpus = 24; memory = '32 GB'; disk = '100 GB' }
withLabel: prodigal { cpus = 4; memory = '8 GB' }
withLabel: python { cpus = 2; memory = '3 GB' }
withLabel: r_plot { cpus = 4; memory = '4 GB' }
withLabel: samtools { cpus = 4 ; memory = '6 GB' }
withLabel: seqkit { cpus = 2 ; memory = '8 GB' }
withLabel: sourmash { cpus = 8 ; memory = '32 GB' }
withLabel: seqkit { cpus = 2 ; memory = '8 GB'; disk = '100 GB' }
withLabel: sourmash { cpus = 8 ; memory = '32 GB'; disk = '100 GB' }
withLabel: ubuntu { cpus = 4; memory = '4 GB' }
withLabel: upsetr { cpus = 2; memory = '8 GB' }
withLabel: vibrant { cpus = 4; memory = '8 GB' }
withLabel: virfinder { cpus = 24; memory = '32 GB' }
withLabel: virnet { cpus = 24; memory = '32 GB' }
withLabel: virsorter { cpus = 24; memory = '32 GB' }
withLabel: virfinder { cpus = 24; memory = '32 GB'; disk = '100 GB' }
withLabel: virnet { cpus = 24; memory = '32 GB'; disk = '100 GB' }
withLabel: virsorter { cpus = 24; memory = '32 GB'; disk = '100 GB' }
withLabel: noDocker { cpus = 4; memory = '4 GB' }
withLabel: phigaro { cpus = 24; memory = '32 GB' }
withLabel: seeker { cpus = 24; memory = '32 GB' }
withLabel: virsorter2 { cpus = 24; memory = '32 GB' }
withLabel: pharokka { cpus = 24; memory = '32 GB' }
withLabel: phigaro { cpus = 24; memory = '32 GB'; disk = '100 GB' }
withLabel: seeker { cpus = 24; memory = '32 GB'; disk = '100 GB' }
withLabel: virsorter2 { cpus = 24; memory = '32 GB'; disk = '100 GB' }
withLabel: pharokka { cpus = 24; memory = '32 GB'; disk = '100 GB' }
}

0 comments on commit 81bf440

Please sign in to comment.