Skip to content
Discussion options

You must be logged in to vote

the settings are actually on the 'renderer' (full config docs https://jbrowse.org/jb2/docs/config/svgfeaturerenderer/)

here is a sample config that does it

{
      "type": "FeatureTrack",
      "trackId": "gff3tabix_genes",
      "assemblyNames": ["volvox"],
      "name": "GFF3Tabix genes",
      "adapter": {
        "type": "Gff3TabixAdapter",
        "gffGzLocation": {
          "uri": "volvox.sort.gff3.gz"
        },
        "index": {
          "location": {
            "uri": "volvox.sort.gff3.gz.tbi"
          }
        }
      },
      "displays": [
        {
          "type": "LinearBasicDisplay",
          "displayId": "gff3tabix_genes-LinearVariantDisplay",
          "renderer":…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Jasonzzzzzzzzzzzzzz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants