Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
anatomogram
Advanced tools
This is an anatomogram for Expression Atlas that we use to illustrate the experiments.
The ontology IDs are sourced from Uberon, EFO and Plant Ontology.
To install:
npm install --save anatomogram
You can reuse it as a React component or add a non-React wrapper. For example uses, see the code for the demo component and how we use it in github.com/gxa or get in touch.
Required:
npm, webpack, webpack-dev-server
To update the anatomograms or ontology IDs edit them in the resources/svg
directory, then run
scripts/idsForSvgs.py
This regenerates the file resources/json/idsForSvgs.svg
.
To add new anatomograms put them in the resources/svg
directory, then edit the config resources/json/svgsForSpecies.json
.
When you are finished run a local copy of the demo page:
webpack-dev-server -d
Go to localhost:9000/html and see that the tissues show up like you want them to.
Regenerate the bundled files:
webpack
Examine the output and see that there were no errors.
git add . && git commit -m "Example update"
git show # see the changes you made
git push
Go to the demo page and see that the change shows up there.
Optionally: bump the package version, publish on npm, then in Atlas require the newest version, and reinstall it.
FAQs
Anatomogram component for Expression Atlas heatmap
The npm package anatomogram receives a total of 8 weekly downloads. As such, anatomogram popularity was classified as not popular.
We found that anatomogram 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.