diff options
author | Pjotr Prins | 2020-11-10 11:08:26 +0000 |
---|---|---|
committer | Pjotr Prins | 2020-11-10 11:24:31 +0000 |
commit | 6eef898f8080e64a2eab9b60f54cacbd419c279e (patch) | |
tree | c9825bbda4f1858dcaddd639c52492263b86364c /doc/blog/using-covid-19-pubseq-part2.org | |
parent | 11812bbf95ddf1771a159b7ef6580a9179c0cad1 (diff) | |
download | bh20-seq-resource-6eef898f8080e64a2eab9b60f54cacbd419c279e.tar.gz bh20-seq-resource-6eef898f8080e64a2eab9b60f54cacbd419c279e.tar.lz bh20-seq-resource-6eef898f8080e64a2eab9b60f54cacbd419c279e.zip |
Document Arvados runner
Diffstat (limited to 'doc/blog/using-covid-19-pubseq-part2.org')
-rw-r--r-- | doc/blog/using-covid-19-pubseq-part2.org | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/blog/using-covid-19-pubseq-part2.org b/doc/blog/using-covid-19-pubseq-part2.org index 4b827f5..d7816ba 100644 --- a/doc/blog/using-covid-19-pubseq-part2.org +++ b/doc/blog/using-covid-19-pubseq-part2.org @@ -96,6 +96,27 @@ the git repo and starts a new run calling into /data/pubseq/bh20-seq-resource/venv3/bin/bh20-seq-analyzer which is essentially [[https://github.com/arvados/bh20-seq-resource/blob/2baa88b766ec540bd34b96599014dd16e393af39/bh20seqanalyzer/main.py#L354][monitoring]] for uploads. +On ~run --help~ + +#+begin_example +optional arguments: + -h, --help show this help message and exit + --uploader-project UPLOADER_PROJECT + --pangenome-analysis-project PANGENOME_ANALYSIS_PROJECT + --fastq-project FASTQ_PROJECT + --validated-project VALIDATED_PROJECT + --workflow-def-project WORKFLOW_DEF_PROJECT + --pangenome-workflow-uuid PANGENOME_WORKFLOW_UUID + --fastq-workflow-uuid FASTQ_WORKFLOW_UUID + --exclude-list EXCLUDE_LIST + --latest-result-collection LATEST_RESULT_COLLECTION + --kickoff + --no-start-analysis + --once + --print-status PRINT_STATUS + --revalidate +#+end_example + * Wiring up CWL In above script ~bh20-seq-analyzer~ you can see that the [[https://www.commonwl.org/][Common |