Skip to content

Limit download of files and sequences #3143

Answered by cmdcolin
andreaminio asked this question in General
Discussion options

You must be logged in to vote

We have the hideUris setting for the "about dialog" now. Example config showing the usage of this setting:

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

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@andreaminio
Comment options

@garrettjstevens
Comment options

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
Labels
None yet
3 participants