Skip to content

Add GRCm39 as Assembly track #4298

Closed Answered by cmdcolin
adaware-loxo asked this question in General
Discussion options

You must be logged in to vote

note that this config refers directly to files on the UCSC server so it fetches data remotely.

you could also download them to your server

other options include adding refNameAliases which would look maybe something like

{
      "name": "mm39",
      "sequence": {
        "type": "ReferenceSequenceTrack",
        "trackId": "mm39-ReferenceSequenceTrack",
        "adapter": {
          "type": "TwoBitAdapter",
          "twoBitLocation": {
            "uri": "https://hgdownload.soe.ucsc.edu/goldenPath/mm39/bigZips/mm39.2bit"
          },
          "chromSizesLocation": {
            "uri": "https://hgdownload.soe.ucsc.edu/goldenPath/mm39/bigZips/mm39.chrom.sizes"
          }
        }
    …

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by adaware-loxo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
2 participants
Converted from issue

This discussion was converted from issue #4295 on March 18, 2024 21:21.