Skip to content

nothing #4603

Discussion options

You must be logged in to vote

There is an option called hideUris that you can set on a track that prevents the URIs from being shown in the "About track" dialog. Here is an example:

{
"type": "VariantTrack",
"trackId": "volvox_test_vcf",
"formatAbout": {
"hideUris": true
},
"name": "volvox 1000genomes vcf",
"assemblyNames": ["volvox"],
"category": ["Variants"],
"adapter": {
"type": "VcfTabixAdapter",
"vcfGzLocation": {
"uri": "volvox.test.vcf.gz",
"locationType": "UriLocation"
},
"index": {
"location": {
"uri": "volvox.test.vcf.gz.tbi",
"locat…

Replies: 1 comment

Comment options

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