Skip to content
Snippets Groups Projects
Unverified Commit 1676b26e authored by abaumann's avatar abaumann Committed by GitHub
Browse files

Added Readme

parent df05b333
No related branches found
No related tags found
No related merge requests found
## Convenience wrapper to get a WDL into a workspace in FireCloud
This script will take a WDL and inputs json you have locally and push it to the methods repo, either create a new method config for you in your workspace (if it does not exist) or update an existing method config to point to your new method snapshot. Optionally you can also launch the method config against a given entity. This allows you to quickly iterate on a WDL that you want to run within FireCloud.
Usage:
* `./run.sh scripts/submit_workflow_source_files/submit_workflow_source_files.py -wns \<workspace project\> -wn \<workspace name\> -cns \<method config namespace\> -cn \<method config name\> -e \<root entity type\> -mns \<method namespace\> -mn \<method name\> -w \<local path to the wdl\> -i \<local path to the inputs file\> -l \<optional entity to launch against (of the same entity type as the root entity type)\>`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment