Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example for resolutionMultiplier config slot to BigWigAdapter #4619

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cmdcolin
Copy link
Collaborator

@cmdcolin cmdcolin commented Oct 23, 2024

Allows a default multiplier to adjust the initially shown resolution in bigwig files

So e.g. setting it to 10 makes it quite low resolution on a whole genome coverage bigwig file

http://jbrowse.org/code/jb2/resolution_multiplier/?config=test_data%2Fconfig_demo.json&session=share-8ItYciPZqJ&password=LsY0O

the example config

    {
      "type": "QuantitativeTrack",
      "trackId": "ngmlr_cov",
      "name": "SKBR3 pacbio coverage (NGMLR)",
      "assemblyNames": ["hg19"],
      "adapter": {
        "type": "BigWigAdapter",
        "resolutionMultiplier": 10,
        "bigWigLocation": {
          "uri": "https://s3.amazonaws.com/jbrowse.org/genomes/hg19/reads_lr_skbr3.fa_ngmlr-0.2.3_mapped.bam.regions.bw"
        }
      }
    },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant