8000 GitHub - jlumpe/midas: Early version of the GAMBIT tool.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

jlumpe/midas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIDAS (precursor to GAMBIT)

Build Status

MIDAS is an early version of GAMBIT, a tool for taxonomic identifiction of bacterial genomes. The final v2.4.0 release was reclassified as GAMBIT v0.1.0 and moved to a new repo. This repository has been kept for reference purposes, the code is way out of date and there's no reason to use it instead of the most recent GAMBIT release.

Installation

Prerequisites:

pip install Cython

Clone:

git clone https://github.com/jlumpe/midas

Build and install:

cd midas
python setup.py build_ext --inplace
python setup.py install
0