Skip to content

importing specs into a layer #121

Closed Answered by tuner
grsr asked this question in Q&A
Discussion options

You must be logged in to vote

Btw, this should work now.

I'm using the following:

      "spec": {
        "title": "Genomic data",

        "resolve": {
          "scale": { "color": "independent", "fill": "independent" }
        },

        "layer": [
          { "import": { "url": "cnv-segments.json" } },
          { "import": { "url": "short-variants.json" } }
        ]
      }

And it's now possible to do (some) parameterization: https://genomespy.app/docs/grammar/import/#repeating-with-named-templates

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tuner
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