add nextflow d30e48d
This commit is contained in:
17
nextflow/tests/checks/profiles.nf/.expected_profile_all.txt
Normal file
17
nextflow/tests/checks/profiles.nf/.expected_profile_all.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
outputDir = 'results'
|
||||
|
||||
profiles {
|
||||
standard {
|
||||
process {
|
||||
cpus = 2
|
||||
memory = '2GB'
|
||||
}
|
||||
}
|
||||
advanced {
|
||||
process {
|
||||
cpus = 8
|
||||
memory = '10GB'
|
||||
disk = '300GB'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user