Skip to content

pg-space/fcgr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fcgr

Installation

git clone https://github.com/pg-space/fcgr.git
cd fcgr
mkdir build ; cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
cd ..

Usage

fcgr takes as input the list of KMC databases (prefix used while running KMC). For each of them, it outputs the FCGR in .npy format.

./fcgr <in-kmc-list>

Example

cd example
KMC=../build/kmc-prefix/src/kmc/bin/kmc
for fa in *.fa ; do $KMC -v -m4 -sm -b -ci0 -cs65535 -k6 -fm $fa $fa . ; done
ls $PWD/*.fa > list
../fcgr list
ls *.npy # <- these are the FCGR

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published