Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
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
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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.