1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-13 05:03:10 +00:00

Update config

This commit is contained in:
drpatelh 2019-12-12 13:44:37 +00:00
parent 0779d25255
commit 089b5b8e3b

View file

@ -1,10 +1,12 @@
//Nextflow config file for running on AWS batch //Nextflow config file for running on AWS batch
params { params {
config_profile_description = 'AWSBATCH Cloud Profile' config_profile_description = 'AWSBATCH Cloud Profile'
config_profile_contact = 'Alexander Peltzer (@apeltzer)' config_profile_contact = 'Alexander Peltzer (@apeltzer)'
config_profile_url = 'https://aws.amazon.com/de/batch/' config_profile_url = 'https://aws.amazon.com/batch/'
awsqueue = false
awsregion = 'eu-west-1'
awscli = '/home/ec2-user/miniconda/bin/aws'
tracedir = './' tracedir = './'
} }