DRL / kinfin

Taxon-aware analysis of clustered protein sequences

Home Page:https://kinfin.readme.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Citing KinFin

Laetsch DR and Blaxter ML, 2017. KinFin: Software for Taxon-Aware Analysis of Clustered Protein Sequences. G3: Genes, Genomes, Genetics. Doi:10.1534/g3.117.300233

Dependencies

  • UNIX system

Installation

  • Create Conda environment
$ conda create -n kinfin -c conda-forge docopt==0.6.2 scipy==0.19.0 matplotlib networkx==1.11 ete3
$ conda activate kinfin
  • Clone github repo
$ git clone https://github.com/DRL/kinfin.git
  • Run install script for fetching databases
$ cd kinfin
$ ./install
  • Test kinfin
$ ./test

Usage

$ ./kinfin -h

Documentation

kinfin.readme.io

About

Taxon-aware analysis of clustered protein sequences

https://kinfin.readme.io

License:GNU General Public License v3.0


Languages

Language:Python 99.1%Language:Shell 0.9%