Mercurial > repos > guerler > springsuite
comparison planemo/lib/python3.7/site-packages/cwltool/tests/secondary-files-string-v1.cwl @ 0:d30785e31577 draft
"planemo upload commit 6eee67778febed82ddd413c3ca40b3183a3898f1"
author | guerler |
---|---|
date | Fri, 31 Jul 2020 00:18:57 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d30785e31577 |
---|---|
1 #!/usr/bin/env cwl-runner | |
2 cwlVersion: v1.0 | |
3 class: CommandLineTool | |
4 baseCommand: | |
5 - touch | |
6 - 2.fastq | |
7 requirements: | |
8 - class: InitialWorkDirRequirement | |
9 listing: | |
10 - $(inputs.fasta_path) | |
11 inputs: | |
12 fasta_path: | |
13 type: File | |
14 secondaryFiles: ^.fastq | |
15 outputs: | |
16 fasta: | |
17 type: File | |
18 secondaryFiles: ^.fastq | |
19 outputBinding: | |
20 glob: $(inputs.fasta_path.basename) |