Skip to content

high-performance next-gen sequencing tools based on htslib, seqtk, and klib

License

Notifications You must be signed in to change notification settings

mcieslik-mctp/hpseq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPSEQ - high-performance next-gen sequencing tools

Some fast tools for NGS data.

Available tools:

  • hpcut - Simple adapter trimming based on Hamming distance.
  • hpmerge - Simple paired-end read merging based on Hamming distance.
  • hpscan_cw - like grep for (pairs of) FASTQ files (GNU fgrep actually).
  • hpscan_sw - like the above but does full Smith-Waterman alignment

INSTALLATION

HPSEQ tools have build time dependencies on GNU grep, klib, and htslib. The dependencies can be downloaded and built if required using make deps.

HTSlib dependencies:

sudo apt-get install libz-dev
sudo apt-get install libbz2-dev
sudo apt-get install liblzma-dev
git clone "https://github.com/mcieslik-mctp/hpseq.git"
cd hpseq
make deps
make

About

high-performance next-gen sequencing tools based on htslib, seqtk, and klib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published