Mercurial > repos > shellac > guppy_basecaller
comparison env/lib/python3.7/site-packages/cwltool/tests/wf/conflict.cwl @ 2:6af9afd405e9 draft
"planemo upload commit 0a63dd5f4d38a1f6944587f52a8cd79874177fc1"
author | shellac |
---|---|
date | Thu, 14 May 2020 14:56:58 -0400 |
parents | 26e78fe6e8c4 |
children |
comparison
equal
deleted
inserted
replaced
1:75ca89e9b81c | 2:6af9afd405e9 |
---|---|
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' |