view 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 source

{
  "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"
          }
        }
      ]
    }
  ]
}