tree: 15f326a62bcd4a5327ae3a1e04d1e7362f21b263 [path history] [tgz]
  1. apache/
  2. credential_store_data_models/
  3. airavata-client.ini.template
  4. api.py
  5. arguments.yml
  6. experiment_launched.jpg
  7. FinalReport.pdf
  8. README.md
  9. requirements.txt
  10. script_runner.cwl
  11. test.py
  12. workflow-tool.cwl
cwl-workflows/README.md

Running

  1. Create an account on https://testdrive.airavata.org/
  2. Get dev admin access on this account
  3. Run the following command with your credentials to get the access token:
    curl --data "username=myusername&password=mypassword" https://dev.testdrive.airavata.org/api-login
    
  4. Copy airavata-client.ini.template to airavata-client.ini and fill your username and accesstoken in it
  5. Install Python 3
  6. create a virtual environment and activate it
    python3 -m venv ENV
    . ENV/bin/activate
    
  7. Install dependencies
    pip install -r requirements.txt
    

8: Run the test program: python test.py