Open kiprusov opened 5 months ago
is the primary request to hide the subfeatures with other requests being kinda secondary?
I would say so! Or probably just keep it closed by default.
If you add
"formatDetails": {
"maxDepth": 0
},
to your track config, it will hide all the subfeatures
example
{
"type": "FeatureTrack",
"trackId": "bigbed_genes",
"name": "BigBed genes",
"formatDetails": {
"maxDepth": 0
},
"assemblyNames": ["volvox"],
"category": ["Miscellaneous"],
"adapter": {
"type": "BigBedAdapter",
"bigBedLocation": {
"uri": "volvox.bb",
"locationType": "UriLocation"
}
}
},
hope that helps, i can also consider the collapse by default option also
It would be great if it would be possible to have an option to hide any subfeature level when clicking on the sequence.
It would be great to customize a little bit more the whole popup, eg. adding/removing buttons, removing sliding panels etc.