Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spxiwh committed Jul 5, 2017
1 parent ecaf36e commit 2ff99b3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions O2/pipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,17 @@ The files
are the primary workflow configuration files. All three are required to run
the analysis.

To directly pull these files at runtime you can do something like:

```
GITHUB_URL="https://github.com/raw/ligo-cbc/pycbc-config/v1.7.1/O2/pipeline"
pycbc_make_coinc_search_workflow \
--workflow-name ${WORKFLOW_NAME} --output-dir output \
--config-files \
${GITHUB_URL}/analysis.ini \
${GITHUB_URL}/data.ini \
${GITHUB_URL}/executables.ini \
${GITHUB_URL}/injections.ini \
${GITHUB_URL}/plotting.ini \
```

0 comments on commit 2ff99b3

Please sign in to comment.