add nextflow d30e48d
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
echo = true
|
||||
foo = 'bar'
|
||||
|
||||
profiles {
|
||||
standard {
|
||||
process {
|
||||
cpus = 2
|
||||
memory = '2GB'
|
||||
}
|
||||
}
|
||||
advanced {
|
||||
process {
|
||||
cpus = 8
|
||||
memory = '10GB'
|
||||
disk = '300GB'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user