Mercurial > repos > shellac > guppy_basecaller
comparison env/lib/python3.7/site-packages/cwltool/tests/wf/conflict.cwl @ 0:26e78fe6e8c4 draft
"planemo upload commit c699937486c35866861690329de38ec1a5d9f783"
author | shellac |
---|---|
date | Sat, 02 May 2020 07:14:21 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:26e78fe6e8c4 |
---|---|
1 cwlVersion: v1.1 | |
2 $graph: | |
3 - class: CommandLineTool | |
4 id: makebzz | |
5 inputs: [] | |
6 outputs: | |
7 bzz: | |
8 type: File | |
9 outputBinding: | |
10 glob: bzz | |
11 requirements: | |
12 ShellCommandRequirement: {} | |
13 arguments: [{shellQuote: false, valueFrom: "touch bzz"}] | |
14 - class: Workflow | |
15 id: main | |
16 inputs: [] | |
17 outputs: | |
18 b1: | |
19 type: File | |
20 outputSource: step1/bzz | |
21 b2: | |
22 type: File | |
23 outputSource: step2/bzz | |
24 steps: | |
25 step1: | |
26 in: {} | |
27 out: [bzz] | |
28 run: '#makebzz' | |
29 step2: | |
30 in: {} | |
31 out: [bzz] | |
32 run: '#makebzz' |