jbrowse icon indicating copy to clipboard operation
jbrowse copied to clipboard

trackMetadata sources overridden in multiple json config files

Open nathanhaigh opened this issue 5 years ago • 1 comments

JBrowse 1.16.3

My configuration files are split across multiple json files so that each contains all the relevant info for a given data set. These include trackMetadata such as:

{
   "trackMetadata": {
      "sources": [
           { "type": "csv", "url": "data/my_dataset_1/metadata.csv" },
           { "type": "csv", "url": "data/my_dataset_2/metadata.csv"},
           { "type": "csv", "url": "data/data/my_dataset_3/metadata.csv"}
      ]
   }
}

However, I don't think that the metadata isn't been aggregated across all my json files as I had expected.

Is this intentional or should this be aggregated?

nathanhaigh avatar Mar 17 '19 23:03 nathanhaigh

Can you provide a small sample data instance?

cmdcolin avatar Mar 19 '19 17:03 cmdcolin