[ARVADOS] updated: 1.3.0-527-g708b39f72

Git user git at public.curoverse.com
Wed Mar 13 16:41:22 EDT 2019


Summary of changes:
 .../{bwa-mem-input.yml => bwa-mem-input-mixed.yml}  |  9 +++++++++
 doc/user/cwl/bwa-mem/bwa-mem-input-uuids.yml        | 21 +++++++++++++++++++++
 2 files changed, 30 insertions(+)
 copy doc/user/cwl/bwa-mem/{bwa-mem-input.yml => bwa-mem-input-mixed.yml} (61%)
 create mode 100755 doc/user/cwl/bwa-mem/bwa-mem-input-uuids.yml

       via  708b39f720d49119b022e9e6afddf173be8583df (commit)
      from  57e98dd9ab22e903b06940067433705498aacd2c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 708b39f720d49119b022e9e6afddf173be8583df
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Wed Mar 13 16:40:33 2019 -0400

    14322: Add additional example input files
    
    * with uuids
    * with both portable data hashes and uuids
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/doc/user/cwl/bwa-mem/bwa-mem-input-mixed.yml b/doc/user/cwl/bwa-mem/bwa-mem-input-mixed.yml
new file mode 100755
index 000000000..8863cba34
--- /dev/null
+++ b/doc/user/cwl/bwa-mem/bwa-mem-input-mixed.yml
@@ -0,0 +1,27 @@
+#!/usr/bin/env cwl-runner
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: CC-BY-SA-3.0
+
+# Example input file using UUIDs to reference input collections. These
+# will be resolved to content addresses before running the workflow.
+
+$namespaces:
+  arv: 'http://arvados.org/cwl#'
+
+cwl:tool: bwa-mem.cwl
+reference:
+  class: File
+  location: keep:2463fa9efeb75e099685528b3b9071e0+438/19.fasta.bwt
+  arv:collectionUUID: qr1hi-4zz18-pwid4w22a40jp8l
+read_p1:
+  class: File
+  location: keep:ae480c5099b81e17267b7445e35b4bc7+180/HWI-ST1027_129_D0THKACXX.1_1.fastq
+  arv:collectionUUID: qr1hi-4zz18-h615rgfmqt3wje0
+read_p2:
+  class: File
+  location: keep:ae480c5099b81e17267b7445e35b4bc7+180/HWI-ST1027_129_D0THKACXX.1_2.fastq
+  arv:collectionUUID: qr1hi-4zz18-h615rgfmqt3wje0
+group_id: arvados_tutorial
+sample_id: HWI-ST1027_129
+PL: illumina
diff --git a/doc/user/cwl/bwa-mem/bwa-mem-input-uuids.yml b/doc/user/cwl/bwa-mem/bwa-mem-input-uuids.yml
new file mode 100755
index 000000000..7e71e959e
--- /dev/null
+++ b/doc/user/cwl/bwa-mem/bwa-mem-input-uuids.yml
@@ -0,0 +1,21 @@
+#!/usr/bin/env cwl-runner
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: CC-BY-SA-3.0
+
+# Example input file using UUIDs to reference input collections. These
+# will be resolved to content addresses before running the workflow.
+
+cwl:tool: bwa-mem.cwl
+reference:
+  class: File
+  location: keep:qr1hi-4zz18-pwid4w22a40jp8l/19.fasta.bwt
+read_p1:
+  class: File
+  location: keep:qr1hi-4zz18-h615rgfmqt3wje0/HWI-ST1027_129_D0THKACXX.1_1.fastq
+read_p2:
+  class: File
+  location: keep:qr1hi-4zz18-h615rgfmqt3wje0/HWI-ST1027_129_D0THKACXX.1_2.fastq
+group_id: arvados_tutorial
+sample_id: HWI-ST1027_129
+PL: illumina

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list