Skip to content

jellyfish wrapper to extract unique kmers in fasta file compared to background set

Notifications You must be signed in to change notification settings

philippmuench/uniqueK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast detection of unique kmers in fasta file based on background fasta file

installation

git clone https://github.com/philippmuench/uniqueK.git
cd uniqueK && mkdir src && cd src
wget https://github.com/gmarcais/Jellyfish/releases/download/v2.2.6/jellyfish-2.2.6.tar.gz
tar xvzf jellyfish-2.2.6.tar.gz && rm jellyfish-2.2.6.tar.gz
cd jellyfish-2.2.6 && ./configure && make
sudo make install
cd ../../

usuage

./uniqueK set_a.fasta set_b.fasta

this will ouptut list of kmers to the files set_a_specific.txt and set_b_specific.txt

About

jellyfish wrapper to extract unique kmers in fasta file compared to background set

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages