Mercurial > repos > bgruening > antismash
comparison test-data/sideload.json @ 5:bc88856eddab draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
author | bgruening |
---|---|
date | Tue, 05 Jul 2022 10:37:38 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
4:e78e25d3b4bd | 5:bc88856eddab |
---|---|
1 { | |
2 "tool": { | |
3 "name": "Example tool", | |
4 "version": "1.2.3", | |
5 "description": "Example of external result sideloading in antiSMASH", | |
6 "configuration": { | |
7 "verbose": "true", | |
8 "multisetting": [ | |
9 "first", | |
10 "second" | |
11 ] | |
12 } | |
13 }, | |
14 "records": [ | |
15 { | |
16 "name": "ARBH01000003.1", | |
17 "subregions": [ | |
18 { | |
19 "start": 2, | |
20 "end": 3500, | |
21 "label": "dhpg biosynthesis", | |
22 "details": { | |
23 "score": "6.5" | |
24 } | |
25 } | |
26 ], | |
27 "protoclusters": [ | |
28 { | |
29 "core_start": 2, | |
30 "core_end": 3500, | |
31 "product": "bht", | |
32 "details": { | |
33 "score": "6.5", | |
34 "some_option_name": "no" | |
35 } | |
36 } | |
37 ] | |
38 } | |
39 ] | |
40 } |