Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmschrei/antz
Bioinformatic tools for biologists, made pythonic!
https://github.com/jmschrei/antz
Last synced: 29 days ago
JSON representation
Bioinformatic tools for biologists, made pythonic!
- Host: GitHub
- URL: https://github.com/jmschrei/antz
- Owner: jmschrei
- License: mit
- Created: 2013-11-05T06:54:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-09T21:10:13.000Z (almost 10 years ago)
- Last Synced: 2023-08-04T05:06:33.307Z (over 1 year ago)
- Language: Python
- Size: 176 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
antz
=====antz is a collection of bioinformatics tools I found useful, written in a
pythonic manner for ease of use. It focuses heavily on easy to use
visualizations and basic statistical analyses of the data, as opposed to
simply moving the data around.## Installation
In addition to cloning the repo or downloading the zip file, antz is
pip installable, meaning you can get it simply with:```
pip install antz
```