Closed alex-hancock closed 7 years ago
Alex please add the instance type to the call to RNA-Seq.py in run_Luigi_Deciders.sh; other than that the pull request looks OK; but what about the question in the install_boostrap script that asks for a 'flavour' instance type? Would that be the default?
Above commit adds instance type option in run_Luigi_Deciders.sh
The default is written in the RNA-Seq.py Luigi parameter, I set the default to c4.8xlarge. The install_boostrap script writes that information to the youxia script, but i will confirm this. I will also test running this with a different instance type.
Added Luigi parameter 'vm_instance_type' to accept variable instance, defaults to c4.8xlarge. Successfully integrated using current decider run script.