]> git.donarmstrong.com Git - biopieces.git/history - code_ruby/test
adding bzip2 support in ruby
[biopieces.git] / code_ruby / test /
2013-09-18 martinahansenimplemented hamming_dist in inline C
2013-09-18 martinahansenfixed broken tests not workin with Ruby2
2013-09-18 martinahansenadded ambiguity to hamming_distance
2013-06-21 martinahansenadded edit_distance method to seq.rb
2013-06-20 martinahansenadded levenshtein edit distance calculator
2013-06-04 martinahansenadded missing files
2013-06-04 martinahansenrevamped find_homopolymers
2013-03-16 martinahansenchanged upper/lower case output in assemble_pairs
2013-03-13 martinahansenfixed minor upcase bug in assemble.rb
2013-03-13 martinahansenupgraded assemble.rb to chose proper residue when mismatch
2013-03-12 martinahansenadded seq/assemble.rb
2013-03-11 martinahansenadded [] og []= to seq.rb
2013-03-08 martinahansenadded new Biopiece merge_pair_seq
2013-03-08 martinahansenrefactoring of ruby code converting sequences types...
2013-03-08 martinahansenadded << method to Seq.rb
2013-03-08 martinahansenrewrite of FASTQ internals
2013-02-28 martinahansenrefactoring of revcomp in seq.rb
2013-02-28 martinahansenadded Seq.shuffle method and tests
2013-02-08 martinahansenfixed quality score validity check
2013-02-04 martinahansenadded qual_valid? method to Seq.rb
2013-01-16 martinahansenfixed bad tests in match.rb
2013-01-02 martinahansenadded new match.rb and tests
2013-01-02 martinahansenadded test for align dir
2012-12-11 martinahansenadded unit test to backtrack code
2012-12-10 martinahansenfixed unit tests for backtrack.rb
2012-12-06 martinahansenfixed unit tests
2012-12-05 martinahansenrenamed patternmatcher to dynamic
2012-12-05 martinahansenfixing name space collision
2012-12-05 martinahansenrefactorying PatternMatcher to Dynamic
2012-12-05 martinahansenrefactor match->patmatch scan->patscan
2012-12-04 martinahansenfixed unit tests for patternmatcher
2012-12-04 martinahansenadded some text
2012-11-30 martinahansenfinished backtrack drama
2012-11-30 martinahansendone revert of test_backtrack.rb
2012-11-30 martinahansenreverted test_backtrack.rb to r1827
2012-11-28 martinahansenfixing up backtrack code
2012-11-28 martinahansenadded output of mis ind and del to backtrack code
2012-09-11 martinahansenworking on pair.rb
2012-09-04 martinahansenadded test_math_aux.rb
2012-06-29 martinahansenclean-up of ruby code to remove rake warnings
2012-06-29 martinahansenadded scores_mean method to seq.rb
2012-06-08 martinahansenfixed unit tests for test_trim.rb
2012-05-24 martinahansenmoved backtrack.rb
2012-05-24 martinahansenmoved patternmatcher.rb
2012-05-24 martinahansenmoving digest.rb
2012-05-23 martinahansenrefactored SeqError/TrimError
2012-05-23 martinahansenrewrite of seq.rb and addition of seq/trim.rb
2012-04-11 martinahansenported write_fastq to ruby and allowed different encodi...
2012-02-03 martinahansenrounding up work on denoise_seq
2012-01-23 martinahansenrewrote mask_seq_hard and mask_seq_soft methods to...
2012-01-11 martinahansenadded remove_indels method
2011-12-12 martinahansensplit off locator stuff from genbank.rb to locator.rb
2011-11-23 martinahansenremoved stale unit tests from test_biopieces.rb
2011-11-23 martinahansenfixed glob unit test in test_biopieces.rb
2011-11-22 martinahansengot rid of nasty to_sym in biopieces.rb
2011-11-22 martinahansengot rid of type in filesys.rb
2011-11-17 martinahansenadded requirement of RubyInline
2011-11-16 martinahansenfixed bug in backtrack.rb
2011-11-15 martinahansenfixed digest.rb
2011-11-15 martinahansenadded backtrack.rb
2011-11-13 martinahansencleaning up digest.rb
2011-11-09 martinahansenfixed bug in seq.to_fasta
2011-11-01 martinahansenadded quality_trim to seq.rb along with unit tests
2011-11-01 martinahansenfixed unit tests for reverse and revcomp in seq.rb
2011-10-19 martinahansenrevoked to old working version of each_interval in...
2011-10-19 martinahansenspeed optimized interval_set and interval_unset in...
2011-10-17 martinahansenadded more methods to bitarray.rb
2011-10-17 martinahansenadded methods to bitarray.rb
2011-10-13 martinahansenadded Class method Seq.new_bp to seq.rb
2011-10-13 martinahansenadded to_fastq method seq.rb
2011-10-06 martinahansenfixed alignment descriptors in sam.rb
2011-09-23 martinahansenfixed mistakes in test_fasta.rb
2011-09-06 martinahansenfixed typo in test_biopieces.rb
2011-09-05 martinahansenadded hamming_distance method to seq.rb
2011-09-05 martinahansenpolishing on sam.rb
2011-09-05 martinahansenspeedup of bits.rb
2011-09-05 martinahansenpolished test_cigar.rb
2011-08-31 martinahansensam update
2011-08-29 martinahansenadded cigar.rb and test_cigar.rb
2011-08-24 martinahansenworked on unit tests for sam.rb
2011-08-24 martinahansenworked on unit tests for sam.rb
2011-08-24 martinahansenworked on unit tests for sam.rb
2011-08-24 martinahansenworked on unit tests for sam.rb
2011-08-24 martinahansenworked on unit tests for sam.rb
2011-08-23 martinahansenworked on unit tests for sam.rb
2011-08-23 martinahansenworked on unit tests for sam.rb
2011-08-23 martinahansenworked on unit tests for sam.rb
2011-08-23 martinahansenworked on unit tests for sam.rb
2011-08-22 martinahansenworked on sam.rb
2011-06-17 martinahansenadded sam.rb to ruby trunk
2011-06-13 martinahansenadded Seq.type_guess to ruby code
2011-05-23 martinahansencommitting major ruby overhaul
2011-05-19 martinahansenpreparing biopieces.rb rewrite
2011-05-13 martinahansenchanged layout of ruby source