Closed e-koch closed 8 years ago
Yep, go ahead, I have no more changes.
Success!
Awesome! Nice work!
Alex Tetarenko PhD Student Department of Physics University of Alberta Edmonton, Canada http://www.ualberta.ca/~tetarenk
On Jan 7, 2016, at 7:45 PM, Eric Koch notifications@github.com wrote:
Success!
— Reply to this email directly or view it on GitHub.
@tetarenk - Here's a list of the changes I made to the parameters, etc...
runClean
is a string like the rest of the other optional parameters. This is just easier for the json read-in.utils.py
that converts the example in param.txt
into a JSON format (or a dictionary to give to run
).run
in aws_exec.py
runs the whole process. It requires some inputs which will be provided by the web-server. For now, it is setup through running test_aws_exec.py
. The upload and download locations will have to be changed. Also it defaults to using an m3.large instance, which is adequate for test runs. The maximum time allowed for the process to run is 1 day right now (line 80).
Scripts and alterations to work with the
aws_controller
package.@tetarenk - If you don't have any more changes, I'll merge this in.