]> git.donarmstrong.com Git - biopieces.git/commit
rewrite of FASTQ internals
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Fri, 8 Mar 2013 09:29:16 +0000 (09:29 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Fri, 8 Mar 2013 09:29:16 +0000 (09:29 +0000)
commit4c74f0aa5b9a572a2552767d4c4c0c15166e092a
tree1a64204a382cc62850ac1eee0aaa200efa876501
parent8bf958c931357441fca189e45986285e2d1f2476
rewrite of FASTQ internals

git-svn-id: http://biopieces.googlecode.com/svn/trunk@2111 74ccb610-7750-0410-82ae-013aeee3265d
68 files changed:
bp_bin/assemble_pairs
bp_bin/blast_seq
bp_bin/patscan_seq
bp_bin/read_fastq
bp_bin/scores_to_dec
bp_bin/trim_seq
bp_bin/write_fastq
bp_bin/write_fastq_files
bp_test/in/assemble_pairs.in
bp_test/in/mask_seq.in
bp_test/in/mean_scores.in
bp_test/in/read_fastq.in.1
bp_test/in/read_fastq.in.1.gz [new file with mode: 0644]
bp_test/in/read_fastq.in.2
bp_test/in/read_fastq.in.2.gz [deleted file]
bp_test/in/trim_seq.in
bp_test/in/write_fastq.in
bp_test/in/write_fastq_files.in
bp_test/out/assemble_pairs.out.1
bp_test/out/assemble_pairs.out.2
bp_test/out/mask_seq.out.1
bp_test/out/mask_seq.out.2
bp_test/out/mask_seq.out.3
bp_test/out/mean_scores.out.1
bp_test/out/mean_scores.out.2
bp_test/out/mean_scores.out.3
bp_test/out/read_fastq.out.1
bp_test/out/read_fastq.out.2
bp_test/out/read_fastq.out.3
bp_test/out/scores_to_dec.out.1
bp_test/out/trim_seq.out.1
bp_test/out/trim_seq.out.2
bp_test/out/trim_seq.out.3
bp_test/out/trim_seq.out.4
bp_test/out/trim_seq.out.5
bp_test/out/trim_seq.out.6
bp_test/out/write_fastq.out.1
bp_test/out/write_fastq.out.2
bp_test/out/write_fastq_files.out.1/ILLUMINA-52179E.fastq [deleted file]
bp_test/out/write_fastq_files.out.1/ILLUMINA.fastq [deleted file]
bp_test/out/write_fastq_files.out.1/test.fastq [new file with mode: 0644]
bp_test/out/write_fastq_files.out.1/test2.fastq [new file with mode: 0644]
bp_test/out/write_fastq_files.out.2/test.fastq [new file with mode: 0644]
bp_test/out/write_fastq_files.out.2/test2.fastq [new file with mode: 0644]
bp_test/test/test_read_fastq
bp_test/test/test_write_fastq
bp_test/test/test_write_fastq_files
code_ruby/lib/maasha/seq.rb
code_ruby/test/helper.rb [new file with mode: 0644]
code_ruby/test/maasha/align/test_match.rb
code_ruby/test/maasha/align/test_matches.rb
code_ruby/test/maasha/align/test_mem.rb
code_ruby/test/maasha/seq/test_backtrack.rb
code_ruby/test/maasha/seq/test_digest.rb
code_ruby/test/maasha/seq/test_dynamic.rb
code_ruby/test/maasha/seq/test_trim.rb
code_ruby/test/maasha/test_base36.rb
code_ruby/test/maasha/test_biopieces.rb
code_ruby/test/maasha/test_bitarray.rb
code_ruby/test/maasha/test_bits.rb
code_ruby/test/maasha/test_boulder.rb
code_ruby/test/maasha/test_cigar.rb
code_ruby/test/maasha/test_fasta.rb
code_ruby/test/maasha/test_fastq.rb
code_ruby/test/maasha/test_locator.rb
code_ruby/test/maasha/test_math_aux.rb
code_ruby/test/maasha/test_sam.rb
code_ruby/test/maasha/test_seq.rb