{
  "name": "bodo-module-classification",
  "profile": "tabular-data-package",
  "title": "Per-module host/symbiont KEGG completeness classification",
  "licenses": [
    {
      "name": "CC-BY-4.0",
      "path": "https://creativecommons.org/licenses/by/4.0/"
    }
  ],
  "sources": [
    {
      "title": "figshare 10.6084/m9.figshare.31362613",
      "path": "https://doi.org/10.6084/m9.figshare.31362613"
    }
  ],
  "resources": [
    {
      "name": "module-classification",
      "path": "tbl-1-module-classification.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "schema": {
        "fields": [
          {
            "name": "module_accession",
            "type": "string"
          },
          {
            "name": "pathway_class",
            "type": "string"
          },
          {
            "name": "pathway_name",
            "type": "string"
          },
          {
            "name": "host_bsal_completeness",
            "type": "number"
          },
          {
            "name": "symbiont_Cbv_completeness",
            "type": "number"
          },
          {
            "name": "host_minus_symbiont",
            "type": "number"
          },
          {
            "name": "category_at_67",
            "type": "string"
          }
        ]
      }
    }
  ]
}