
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
igv_wrapper
Advanced tools
This is an UMD compatible wrapper around [igv.js](https://github.com/igvteam/igv.js) with additional TypeScript typings.
This is an UMD compatible wrapper around igv.js with additional TypeScript typings.
npm install github:datavisyn/igv_wrapper
import 'font-awesome/scss/font-awesome.scss';
import 'jquery-ui-dist/jquery-ui';
import 'jquery-ui-dist/jquery-ui.css';
import 'igv_wrapper/lib/igv-1.0.9.css';
import * as igv from 'igv_wrapper';
const options: igv.IIGVBrowserOptions = {
palette: ['#00A0B0', '#6A4A3C', '#CC333F', '#EB6841'],
locus: '7:55,085,725-55,276,031',
reference: {
id: 'hg19',
fastaURL: '//igv.broadinstitute.org/genomes/seq/1kg_v37/human_g1k_v37_decoy.fasta',
cytobandURL: '//igv.broadinstitute.org/genomes/seq/b37/b37_cytoband.txt'
},
trackDefaults: {
bam: {
coverageThreshold: 0.2,
coverageQualityWeight: true
}
},
tracks: [
{
name: 'Genes',
url: '//igv.broadinstitute.org/annotations/hg19/genes/gencode.v18.collapsed.bed',
indexURL: '//igv.broadinstitute.org/annotations/hg19/genes/gencode.v18.collapsed.bed.idx',
displayMode: 'EXPANDED'
}
]
}
const browser: igv.IGVBrowser = igv.createBrowser(document.querySelector('div'), options);
This repository is part of the Target Discovery Platform (TDP). For tutorials, API docs, and more information about the build and deployment process, see the documentation page.
FAQs
This is an UMD compatible wrapper around [igv.js](https://github.com/igvteam/igv.js) with additional TypeScript typings.
The npm package igv_wrapper receives a total of 4 weekly downloads. As such, igv_wrapper popularity was classified as not popular.
We found that igv_wrapper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.