Skip to content
Snippets Groups Projects

Resolve "BUG: thread error on Astrocyte"

Merged Gervaise Henry requested to merge 40-BUG.thread.error into develop
Viewing commit 09cb56b3
Prev
Show latest version
8 files
+ 33
60
Preferences
File browser
Compare changes
+ 4
0
workDir = 's3://'
aws.client.storageEncryption = 'AES256'
aws {
region = ''
batch {
cliPath = '/home/ec2-user/miniconda/bin/aws'
}
}
process {
executor = 'awsbatch'
queue = 'default-'
cpus = 1
memory = '10 GB'
}
\ No newline at end of file