Mercurial > repos > shellac > guppy_basecaller
comparison env/lib/python3.7/site-packages/schema_salad/tests/pt.yml @ 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 $namespaces: | |
2 sld: "https://w3id.org/cwl/salad#" | |
3 dct: "http://purl.org/dc/terms/" | |
4 rdf: "http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
5 rdfs: "http://www.w3.org/2000/01/rdf-schema#" | |
6 xsd: "http://www.w3.org/2001/XMLSchema#" | |
7 name: PrimitiveType | |
8 type: enum | |
9 symbols: | |
10 - "sld:null" | |
11 - "xsd:boolean" | |
12 - "xsd:int" | |
13 - "xsd:long" | |
14 - "xsd:float" | |
15 - "xsd:double" | |
16 - "xsd:string" | |
17 doc: | |
18 - | | |
19 Salad data types are based on Avro schema declarations. Refer to the | |
20 [Avro schema declaration documentation](https://avro.apache.org/docs/current/spec.html#schemas) for | |
21 detailed information. | |
22 - "null: no value" | |
23 - "boolean: a binary value" | |
24 - "int: 32-bit signed integer" | |
25 - "long: 64-bit signed integer" | |
26 - "float: single precision (32-bit) IEEE 754 floating-point number" | |
27 - "double: double precision (64-bit) IEEE 754 floating-point number" | |
28 - "string: Unicode character sequence" |