
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.
biojs2galaxy
Advanced tools
A fast tool to convert BioJS components into Galaxy visualization plugins.
Warning: This tool is in a ALPHA stage. Use at your own risk.
It was tested so far with the
"galaxy": {
"datatypes": ["sequence.Fasta", "sequences", "msa.clustal"]
}
galaxy-vis
keyword to your package.jsonSo your keyword list could look like this.
keywords = ["biojs", "galaxy-vis"]
galaxy.mako
(package root)galaxy.getData(response){
galaxy.el.textContent = response;
console.log("datatype", galaxy.dataType);
});
There are some predefined variables in the galaxy
namespace.
url
raw URL to your data filedataType
dataType of your fileconfig
galaxy config parameters (e.g. id)meta
galaxy meta information (e.g. timestamps)el
an existing div for your componentrelativeURL
URL to your galaxy vis pluginjsonURL
URL to your data file (wrapped in a JSON object - only use this if the API throws an error for the raw fileTODO: read more settings like a data provider from the package.json
galaxy.mako
into a mako templateInstall:
npm install -g biojs2galaxy
Run:
biojs2galaxy
Specify a specific output folder (default: $(pwd)/build
biojs2galaxy <folder>
(You need npm & node, of course)
Usage: biojs2galaxy [packages]
Automated import of biojs components into galaxy
Options:
-h, --help output usage information
-V, --version output the version number
-v, --verbose Increase verbosity
-a, --all Download all packages from npm
-o, --output [folder] Output folder
-p, --path [path] Path to local package
-r, --remove Clear output folder
biojs2galaxy msa,biojs-vis-sequence
biojs2galaxy --all
biojs2galaxy -p ../msa
git clone https://github.com/biojs/biojs2galaxy
cd biojs2galaxy
npm install
node biojs2galaxy.js
FAQs
Continous integration of BioJS components into Galay
The npm package biojs2galaxy receives a total of 0 weekly downloads. As such, biojs2galaxy popularity was classified as not popular.
We found that biojs2galaxy 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.