]> git.donarmstrong.com Git - biopieces.git/commit
read_solexa now handles both decimal and octal scores
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 1 Sep 2008 01:27:36 +0000 (01:27 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 1 Sep 2008 01:27:36 +0000 (01:27 +0000)
commit7c9609e8a165301350118cde21387c8a2e63dd42
tree80a3573a421f16a58c2f3d36240846f054cfa690
parentddc8ea04afe06f6501e9fb6caad52685ee49d6e1
read_solexa now handles both decimal and octal scores

git-svn-id: http://biopieces.googlecode.com/svn/trunk@235 74ccb610-7750-0410-82ae-013aeee3265d
15 files changed:
code_c/Maasha/src/inc/bits.h [new file with mode: 0644]
code_c/Maasha/src/inc/list.h
code_c/Maasha/src/inc/seq.h
code_c/Maasha/src/lib/Makefile
code_c/Maasha/src/lib/bits.c [new file with mode: 0644]
code_c/Maasha/src/lib/list.c
code_c/Maasha/src/lib/mem.c
code_c/Maasha/src/lib/seq.c
code_c/Maasha/src/test/Makefile
code_c/Maasha/src/test/test_bits.c [new file with mode: 0644]
code_c/Maasha/src/test/test_list.c [new file with mode: 0644]
code_c/Maasha/src/test/test_seq.c
code_perl/Maasha/Biopieces.pm
code_perl/Maasha/Seq.pm
code_perl/Maasha/Solexa.pm