Skip to content

DBRetina/kSpider2

 
 

Repository files navigation

kSpider2 | C++ verison of the kSpider software tool.

Installation

Clone

git clone https://github.com/mr-eyes/kSpider2.git
cd kSpider2
git submodule update --init --recursive

Install

# pwd = kSpider2
PROJECT=$(pwd)
cd lib/kProcessor
mkdir build && cd build && cmake .. && make
cd $PROJECT
mkdir build && cd build/
cmake .. && make
cd ..

Usage

INDEX_PREFIX=idx_seq

./kSpider_pairwise ${INDEX_PREFIX}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.5%
  • C++ 29.5%
  • CMake 11.8%
  • Shell 6.7%
  • SWIG 1.5%