Initial check in of c++ short read programming library. These classes give functional...
authorTim Reddy Tim <treddy@hudsonalpha.org>
Wed, 24 Dec 2008 21:12:44 +0000 (21:12 +0000)
committerTim Reddy Tim <treddy@hudsonalpha.org>
Wed, 24 Dec 2008 21:12:44 +0000 (21:12 +0000)
commit77ec969e1ed55530be8d8682a807cff4801834d8
tree06b49668dcb866e144d2ceec8421d836040be253
parent8d65240e9f54c38c1aa8f287e8849edacc52ed4d
Initial check in of c++ short read programming library. These classes give functionality to store and to basic processing on short read data and gneomic coordinates. Functions include loading in a list of reads, mapping them to selected windows, identifying variants and heterozygosities in the regions, and outputting the sequences and variants. The goal is to start to consolidate the various versions of these classes scattered amongst the existing code in order to create a more robust and easy to improve code base.
12 files changed:
htswanalysis/src/SRLib/Makefile [new file with mode: 0644]
htswanalysis/src/SRLib/chrom_list.cpp [new file with mode: 0644]
htswanalysis/src/SRLib/chrom_list.h [new file with mode: 0644]
htswanalysis/src/SRLib/defs.h [new file with mode: 0644]
htswanalysis/src/SRLib/loci.cpp [new file with mode: 0644]
htswanalysis/src/SRLib/loci.h [new file with mode: 0644]
htswanalysis/src/SRLib/nuc.cpp [new file with mode: 0644]
htswanalysis/src/SRLib/nuc.h [new file with mode: 0644]
htswanalysis/src/SRLib/read.cpp [new file with mode: 0644]
htswanalysis/src/SRLib/read.h [new file with mode: 0644]
htswanalysis/src/SRLib/util.cpp [new file with mode: 0644]
htswanalysis/src/SRLib/util.h [new file with mode: 0644]