![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
jbrowse2-plugin-nuccontent
Advanced tools
This NucContent plugin for JBrowse2 is designed to allow easy calculation of statistics like GC content, but is also customizable enough for calculating other kinds of statistics (e.g. soft-masked nucleotides).
@jbrowse/react-linear-view
yarn add jbrowse2-plugin-nuccontent
Add the appropriate plugin and track settings based on the example below.
"plugins": [
{
"name": "NucContent",
"url": "https://unpkg.com/jbrowse2-plugin-nuccontent/dist/jbrowsepluginnuccontent.umd.production.min.js"
}
}
This plugin takes a standard Sequence Adapter configuration to load the sequence data that will be used for statistics. This could be the sequence files used for the main assembly, but could also be other kinds of sequence data that are mapped to the main assembly.
"tracks": [
{
"name": "GC Content (Dynamic)",
"trackId": "gc_content_dynamic",
"type": "NucContentTrack",
"assemblyNames": [
"SL4.0"
],
"adapter": {
"type": "NucContentAdapter",
"sequenceAdapter": {
"type": "BgzipFastaAdapter",
"faiLocation": {
"uri": "./sample_config/S_lycopersicum_chromosomes.4.00.fa.gz.fai"
},
"fastaLocation": {
"uri": "./sample_config/S_lycopersicum_chromosomes.4.00.fa.gz"
},
"gziLocation": {
"uri": "./sample_config/S_lycopersicum_chromosomes.4.00.fa.gz.gzi"
}
},
"charactersA": "Gg",
"charactersB": "Cc",
"charactersAll": "AaTtGgCc",
"windowSize": 10000,
"windowOverlap": 0
},
"displays": [
{
"displayId": "gc_content_dynamic-NucContentDisplay",
"maxScore": 0.7,
"minScore": 0.3,
"renderers": {
"DensityRenderer": {
"type": "DensityRenderer"
},
"LinePlotRenderer": {
"type": "LinePlotRenderer"
},
"XYPlotRenderer": {
"type": "XYPlotRenderer"
}
},
"type": "NucContentDisplay"
}
]
}
]
Bug reports and issues for this plugin can be submitted via this Github repository:
Pull requests that include documentation of improvements/fixes will be considered, but may not be immediately accepted.
Dependencies for this project can be downloaded through yarn
:
npx yarn
This project can be built with the command:
npx yarn build
FAQs
JBrowse 2 statistics sequence adapter
The npm package jbrowse2-plugin-nuccontent receives a total of 4 weekly downloads. As such, jbrowse2-plugin-nuccontent popularity was classified as not popular.
We found that jbrowse2-plugin-nuccontent demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.