Mercurial > repos > bgruening > antismash
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/sideload.json Tue Jul 05 10:37:38 2022 +0000 @@ -0,0 +1,40 @@ +{ + "tool": { + "name": "Example tool", + "version": "1.2.3", + "description": "Example of external result sideloading in antiSMASH", + "configuration": { + "verbose": "true", + "multisetting": [ + "first", + "second" + ] + } + }, + "records": [ + { + "name": "ARBH01000003.1", + "subregions": [ + { + "start": 2, + "end": 3500, + "label": "dhpg biosynthesis", + "details": { + "score": "6.5" + } + } + ], + "protoclusters": [ + { + "core_start": 2, + "core_end": 3500, + "product": "bht", + "details": { + "score": "6.5", + "some_option_name": "no" + } + } + ] + } + ] +}