Skip to content

How to hide the uri of adapter.vcfGzLocation in the jbrowse2 config? #3915

Closed Answered by cmdcolin
Boer223 asked this question in Q&A
Discussion options

You must be logged in to vote

you can add formatAbout:{hideUris:true} to your track config

an example is here

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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cmdcolin
Comment options

Answer selected by Boer223
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