vgteam / sequenceTubeMap

displays multiple genomic sequences in the form of a tube map
MIT License
180 stars 25 forks source link

Get rid of the dataPath in the examples and tests #390

Closed adamnovak closed 7 months ago

adamnovak commented 8 months ago

We no longer use the dataPath field on view targets, but it is still set on the examples in config.js and still checked in the link to view tests. We should get rid of it and only use the one global dataPath.

adamnovak commented 8 months ago

We have two concepts of a dataPath: the one at the top level of config.json which specifies where to find the exampleData directory (and which we still use), and the one inside the ViewTarget (which doesn't seem to be used anymore).

We want to get rid of the one that is inside of a view target/data source, and keep only the concept of a top level config dataPath which is just where all the example data lives.

So we want to keep:

And we want to get rid of: