We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6d88a commit 72aea64Copy full SHA for 72aea64
1 file changed
conf/test_glosed.config
@@ -10,6 +10,14 @@
10
----------------------------------------------------------------------------------------
11
*/
12
13
+process {
14
+ resourceLimits = [
15
+ cpus: 4,
16
+ memory: '15.GB',
17
+ time: '1.h'
18
+ ]
19
+}
20
+
21
params {
22
config_profile_name = 'Test profile for GloSED database'
23
config_profile_description = 'Minimal test dataset to verify pipeline function with GloSED reference database'
0 commit comments