Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
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 1 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.