Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
bio2bel-wikipathways
Advanced tools
This package allows the enrichment of BEL networks with WikiPathways information by wrapping its RESTful API.
Furthermore, it is integrated in the ComPath environment <https://github.com/ComPath>
_ for pathway database
comparison.
bio2bel_wikipathways
can be installed easily from PyPI <https://pypi.python.org/pypi/bio2bel_wikipathways>
_ with
the following code in your favorite terminal:
.. code-block:: sh
$ python3 -m pip install bio2bel_wikipathways
or from the latest code on GitHub <https://github.com/bio2bel/wikipathways>
_ with:
.. code-block:: sh
$ python3 -m pip install git+https://github.com/bio2bel/wikipathways.git@master
WikiPathways can be downloaded and populated from either the Python REPL or the automatically installed command line utility.
The following resources will be automatically installed and loaded in order to fully populate the tables of the database:
Bio2BEL HGNC <https://github.com/bio2bel/hgnc>
_Python REPL
.. code-block:: python
>>> import bio2bel_wikipathways
>>> wikipathways_manager = bio2bel_wikipathways.Manager()
>>> wikipathways_manager.populate()
Command Line Utility
.. code-block:: bash
bio2bel_wikipathways populate
python3 -m bio2bel_wikipathways web
(http://localhost:5000/admin/)python3 -m bio2bel_wikipathways export
.. |build| image:: https://travis-ci.org/bio2bel/wikipathways.svg?branch=master :target: https://travis-ci.org/bio2bel/wikipathways :alt: Build Status
.. |coverage| image:: https://codecov.io/gh/bio2bel/wikipathways/coverage.svg?branch=master :target: https://codecov.io/gh/bio2bel/wikipathways?branch=master :alt: Coverage Status
.. |documentation| image:: http://readthedocs.org/projects/bio2bel-interpro/badge/?version=latest :target: http://bio2bel.readthedocs.io/projects/wikipathways/en/latest/?badge=latest :alt: Documentation Status
.. |climate| image:: https://codeclimate.com/github/bio2bel/wikipathways/badges/gpa.svg :target: https://codeclimate.com/github/bio2bel/wikipathways :alt: Code Climate
.. |python_versions| image:: https://img.shields.io/pypi/pyversions/bio2bel_wikipathways.svg :alt: Stable Supported Python Versions
.. |pypi_version| image:: https://img.shields.io/pypi/v/bio2bel_wikipathways.svg :alt: Current version on PyPI
.. |pypi_license| image:: https://img.shields.io/pypi/l/bio2bel_wikipathways.svg :alt: MIT License
.. |zenodo| image:: https://zenodo.org/badge/118924155.svg :target: https://zenodo.org/badge/latestdoi/118924155
FAQs
A package for converting Wikipathways to BEL
We found that bio2bel-wikipathways demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.