https://github.com/dcdanko/packagemega
Package Manager for Biological Data
https://github.com/dcdanko/packagemega
Last synced: about 1 year ago
JSON representation
Package Manager for Biological Data
- Host: GitHub
- URL: https://github.com/dcdanko/packagemega
- Owner: dcdanko
- License: mit
- Created: 2017-11-14T23:37:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:31:06.000Z (over 3 years ago)
- Last Synced: 2025-06-15T03:48:44.514Z (about 1 year ago)
- Language: Python
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
PackageMega
=========
|CircleCI master| |PyPI latest version| |PyPI Python version| |PyPI downloads| |GitHub license|
Simple package manager to download and keep track of biological databases.
Goals
-----
PackageMega is used to distribute `ModuleUltra `_ pipelines.
See `recipes <./recipes/>`_ for examples.
Installation
------------
Be aware that PackageMega is still an Alpha. There are still bugs and some unimplemented features.
PackageMega is currently being used on Ubuntu and RHEL systems. It should work on any *nix system.
To install:
.. code-block:: bash
pip install packagemega
Licence
-------
MIT License
Authors
-------
`ModuleUltra` was written by `David C. Danko `_.
.. |CircleCI master| image:: https://img.shields.io/circleci/project/github/dcdanko/PackageMega/master.svg
:alt: CircleCI master
.. |PyPI latest version| image:: https://img.shields.io/pypi/v/PackageMega.svg
:target: https://pypi.python.org/pypi/PackageMega
:alt: Latest PyPI version
.. |PyPI Python version| image:: https://img.shields.io/pypi/pyversions/PackageMega.svg
:alt: PyPI - Python version
.. |PyPI downloads| image:: https://img.shields.io/pypi/dm/PackageMega.svg
:alt: PyPI - Downloads
.. |GitHub license| image:: https://img.shields.io/github/license/dcdanko/PackageMega.svg
:alt: GitHub license