
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
higlass-gff-datafetcher
Advanced tools
Quickly load data from a GFF file to create a gene annotations track in HiGlass.
This is the source code for multivec tracks in HiGlass only; for the rest of HiGlass, see these repositories:
The live scripts can be found at:
Configure the track in your view config; you should be all set from here!
[...
{
"type": "horizontal-gene-annotations",
"height": 80,
"data": {
"type": "gff",
"url": "https://pkerp.s3.amazonaws.com/public/GCF_001461035.1_ASM146103v1_genomic.gff.gz",
"chromSizesUrl": "https://domain.com/my.chrom.sizes",
"options": {
"namePaths": [
"gene",
"annotationName"
]
}
}
}
]
Note that the chromSizesUrl
option is optional and only needs to be provided if the gff file lacks the region
entries listing the chromosomes in the assembly.
For an example, see src/index.html
.
namePaths - A list (e.g. ['gene', 'annotationName']
) of attributes to look in when choosing the name of the region to display. The fetcher will go through the items in this option and use the first one that is present in the attributes.
excludeTypes - A list of types to exclude from the display.
To run the test suite:
npm run test-watch
$ git clone https://github.com/higlass/higlass-gff-datafetcher
$ cd higlass-gff-datafetcher
$ npm install
If you have a local copy of higlass, you can then run this command in the higlass-gff-datafetcher directory:
npm link higlass
npm start
npm run build
v0.3.1
FAQs
GFF Data Fetcher for HiGlass
The npm package higlass-gff-datafetcher receives a total of 6 weekly downloads. As such, higlass-gff-datafetcher popularity was classified as not popular.
We found that higlass-gff-datafetcher 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.