bhattlab / BacMetSearch

A command line tool to perform local DIAMOND searches against the BacMet database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BacMetSearch

A command line tool to perform local DIAMOND searches against the BacMet database.

About

Installation

Just type in

git clone https://github.com/bhattlab/BacMetSearch.git
cd BacMetSearch
pip install .

That's it, you are ready to go!

Usage

If you want to search a single isolate genome, type:

bacmetsearch isolate <myIsolate.fna>

If you want to perform a metagenomic search, use:

bacmetsearch meta <myMetagenome.fna>

Citation

This program is unpublished and has not been peer-reviewed. If you wish to cite the program, please submit an issue and we will help you.

About

A command line tool to perform local DIAMOND searches against the BacMet database.


Languages

Language:Python 99.5%Language:Shell 0.5%