Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
jbrowse-plugin-gdc
Advanced tools
jbrowse-plugin-gdc
JBrowse 2 plugin for the NCI Genomic Data Commons (GDC)
No installation required
@jbrowse/react-linear-view
yarn add jbrowse-plugin-gdc
git clone https://github.com/GMOD/jbrowse-plugin-gdc.git
cd jbrowse-plugin-gdc
yarn
yarn start
Then open JBrowse Web to (assuming it is running on port 3000):
http://localhost:3000/?config=http://localhost:9000/config.json
Add to the "plugins" of your JBrowse Web config:
{
"plugins": [
{
"name": "GDC",
"url": "https://unpkg.com/jbrowse-plugin-gdc/dist/jbrowse-plugin-gdc.umd.production.min.js"
}
]
}
You must manually add to the "internetAccounts" of your JBrowse Web config, and run locally to access controlled resources:
"internetAccounts": [
{
"type": "GDCInternetAccount",
"internetAccountId": "GDCExternalToken",
"name": "GDC",
"description": "GDC External Token",
"domains": ["portal.gdc.cancer.gov", "api.gdc.cancer.gov"],
"customEndpoint": "http://localhost:8010/proxy"
}
],
@jbrowse/react-linear-view
import React from 'react'
import 'fontsource-roboto'
import {
createViewState,
createJBrowseTheme,
JBrowseLinearGenomeView,
ThemeProvider,
} from '@jbrowse/react-linear-view'
import GDC from 'jbrowse-plugin-gdc'
const theme = createJBrowseTheme()
function View() {
const state = createViewState({
assembly: {
/* assembly */
},
tracks: [
/* tracks */
],
plugins: [GDC],
})
return (
<ThemeProvider theme={theme}>
<JBrowseLinearGenomeView viewState={state} />
</ThemeProvider>
)
}
FAQs
JBrowse 2 GDC plugin
The npm package jbrowse-plugin-gdc receives a total of 2 weekly downloads. As such, jbrowse-plugin-gdc popularity was classified as not popular.
We found that jbrowse-plugin-gdc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.