2 Copyright (C) The Arvados Authors. All rights reserved.
4 SPDX-License-Identifier: CC-BY-SA-3.0
8 "name":"run-command example pipeline",
11 "script": "run-command",
12 "script_version": "master",
13 "repository": "arvados",
14 "script_parameters": {
16 "$(dir $(bwa_collection))/bwa",
21 "@RG\\\tID:group_id\\\tPL:illumina\\\tSM:sample_id",
22 "$(glob $(dir $(reference_collection))/*.fasta)",
23 "$(glob $(dir $(sample))/*_1.fastq)",
24 "$(glob $(dir $(sample))/*_2.fastq)"
26 "reference_collection": {
28 "dataclass": "Collection"
32 "dataclass": "Collection",
33 "default": "39c6f22d40001074f4200a72559ae7eb+5745"
37 "dataclass": "Collection"
39 "task.stdout": "$(basename $(glob $(dir $(sample))/*_1.fastq)).sam"