Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

moped

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moped

Stoichiometric metabolic modelling

  • 1.13.91
  • PyPI
  • Socket score

Maintainers
2

moped

DOI pipeline status coverage report Documentation Status PyPi Code style: black Checked with mypy security: bandit Downloads

Installation

You can install moped using pip

pip install moped

However, you will still need to install NCBI Blast if you want to use the genome / proteome reconstruction methods

If you are using conda or mamba, you can install blast from bioconda:

conda install -c bioconda blast==2.12.0 mamba install -c bioconda blast==2.12.0

If you want to install BLAST yourself:

  • download the latest blast version from NCBI
  • Extract the downloaded folder to a path of your liking
  • Add blast to your path e.g. by adding the following line to your .bashrc
    • export PATH="your_blast_directory/bin:$PATH"

Documentation

Check out our tutorial on readthedocs

Contributing

All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome. If you want to contribute code to the project, please consider our contribution guide

License

moped is licensed under GPL 3

Issues and support

If you experience issues using the software please contact us through our issues page.

Keywords

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc