Last updated:
0 purchases
kSpider2 2.0.1
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}
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.