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.
.. code::
______ _____ ____
/ ____/___ _/ ___// __ \
/ / / __ `/\__ \/ / / /
/ /___/ /_/ /___/ / /_/ /
\____/\__,_//____/\___\_\
|pipeline status| |coverage report| |black| |rtd| |gpl|
|pypi-version| |pypi-python| |pypi-wheel| |pypi-downloads| |deps|
.. |pipeline status| image:: https://gitlab.inria.fr/soliman/casq/badges/master/pipeline.svg :target: https://gitlab.inria.fr/soliman/casq/commits/master :alt: pipeline status
.. |coverage report| image:: https://gitlab.inria.fr/soliman/casq/badges/master/coverage.svg :target: https://gitlab.inria.fr/soliman/casq/commits/master :alt: coverage report
.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/python/black :alt: Code style: black
.. |rtd| image:: https://readthedocs.org/projects/casq/badge/?version=latest :target: https://casq.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
.. |gpl| image:: https://img.shields.io/pypi/l/casq :target: https://gitlab.inria.fr/soliman/casq/raw/master/LICENSE :alt: PyPI - License
.. |pypi-version| image:: https://img.shields.io/pypi/v/casq :target: https://pypi.org/project/casq/ :alt: PyPI
.. |pypi-python| image:: https://img.shields.io/pypi/pyversions/casq :alt: PyPI - Python Version :target: https://pypi.org/project/casq/
.. |pypi-wheel| image:: https://img.shields.io/pypi/wheel/casq :target: https://pypi.org/project/casq/ :alt: PyPI - Wheel
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/casq :target: https://pypi.org/project/casq/ :alt: PyPI - Downloads
.. |deps| image:: https://img.shields.io/librariesio/release/pypi/casq :target: https://pypi.org/project/casq/ :alt: Libraries.io dependency status for latest release
CaSQ converts CellDesigner
_ models to Boolean models encoded in
SBML-Qual
_ with a rather strict semantics defined in a
published article
_.
.. _CellDesigner
: http://celldesigner.org
.. _SBML-Qual
: http://sbml.org
.. _published article
: https://academic.oup.com/bioinformatics/article/36/16/4473/5836892
CaSQ is provided as a Python3 package, you can install it from the Python package index
_ with pip
, conda
or your Python package manager of choice:
.. _Python package index
: https://pypi.org/project/casq/
.. code:: bash
$ python3 -m pip install casq
Just follow the instructions::
$ casq --help usage: casq [-h] [-v] [-D] [-c] [-s] [-r S] [-u [UPSTREAM ...]] [-d [DOWNSTREAM ...]] [-b] [-g GRANULARITY] [-i INPUT] [-C] [infile] [outfile]
Convert CellDesigner models to SBML-qual with a rather strict semantics. Copyright (C) 2019, Sylvain.Soliman@inria.fr GPLv3
positional arguments: infile CellDesigner File outfile SBML-Qual/BMA json File
optional arguments: -h, --help show this help message and exit -v, --version show program's version number and exit -D, --debug Display a lot of debug information -c, --csv Store the species information in a separate CSV file -s, --sif Store the influence information in a separate SIF file -r S, --remove S Delete connected components in the resulting model if their size is smaller than S. A negative S leads to keep only the biggest(s) connected component(s) -u [UPSTREAM ...], --upstream [UPSTREAM ...] Only species upstream of this/these species will be kept -d [DOWNSTREAM ...], --downstream [DOWNSTREAM ...] Only species downstream of this/these species will be kept -b, --bma Output to BMA json format -g GRANULARITY, --granularity GRANULARITY When exporting to BMA, use this granularity -i INPUT, --input INPUT When exporting to BMA, nodes with no input should be set to this value -C, --colourConstant When exporting to BMA, colour all variables pink (defaults to colour by compartment)
FAQs
CaSQ: Celldesigner as Sbml-Qual
We found that casq 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.