1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: Apache-2.0
7 label: Output glob test for bug 22466
10 arv: "http://arvados.org/cwl#"
13 - class: ShellCommandRequirement
14 - class: InitialWorkDirRequirement
17 - class: InlineJavascriptRequirement
24 label: Output BAM file name
34 doc: File to which the duplication metrics will be written.
40 doc: The output file to which marked records will be written.
50 var ext = inputs.input_bam.nameext.slice(1)
51 return ["*", inputs.output_bam_name, ext].join(".")
54 arguments: [touch, fake.deduped.bam, fake.deduped.bai, metrics.txt]