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": {
20 "$(glob $(dir $(reference_collection))/*.fasta)",
22 "foreach": "read_pair",
23 "command": "$(read_pair)"
26 "task.stdout": "$(basename $(glob $(dir $(sample))/*_1.fastq)).sam",
27 "task.foreach": ["sample_subdir", "read_pair"],
28 "reference_collection": {
30 "dataclass": "Collection"
34 "dataclass": "Collection"
36 "sample_subdir": "$(dir $(sample))",
39 "group": "sample_subdir",
40 "regex": "(.*)_[12]\\.fastq(\\.gz)?$"