]> git.donarmstrong.com Git - biopieces.git/history - code_ruby
removed debug message
[biopieces.git] / code_ruby /
2014-03-18 martinahansenremoved debug message master
2014-03-18 martinahansenfixed file bug
2014-03-18 martinahansenadded file check
2014-03-18 martinahansenpolish of fastq
2014-01-13 martinahansenfixed each_orf
2014-01-13 martinahansenremoved subseq and subseq! methods in favor of []
2014-01-13 martinahansenexchanged subseq with seq[]
2014-01-13 martinahansenexchanged subseq with seq[]
2014-01-13 martinahansenrefactor foo to record
2013-12-13 martinahansenchanged fasta parse to allow leading empty lines
2013-12-11 martinahansenfixed wrap bug in seq.rb
2013-12-05 martinahansenfixed qual scores in sam.rb
2013-12-05 martinahansenfixed qual scores in sam.rb
2013-12-02 martinahansenfixed bug in assemble_pairs
2013-11-29 martinahansenfixed another each_orf bug
2013-11-29 martinahansenfixed bug in find_orfs
2013-10-30 martinahansenfixed bug in pair assembler
2013-10-30 martinahansenadded patscan_trim method to Seq
2013-10-25 martinahansenadded -o and -x to analyze_vals
2013-10-24 martinahansenrefactored backtrack methods to use options hash in...
2013-10-24 martinahansenfixed Seq object creation in sff.rb
2013-10-24 martinahansennow using roche mid module for find_barcodes
2013-10-24 martinahansenadded roche mid module
2013-10-24 martinahansenadding table.rb
2013-10-23 martinahansenremoved commented out stale code
2013-10-18 martinahansenfixed method name change
2013-10-08 martinahansenrefactoring of assemble_pairs
2013-10-08 martinahansenfixed seq qual length check
2013-10-07 martinahansenDRY refactorying of backtrack code
2013-10-07 martinahansengzip fiddling
2013-10-07 martinahansenexchanged zlib code with commandline gzip
2013-10-07 martinahansenfixed symlink flaw in file type detection
2013-10-01 martinahansenchanged Seq.new argument to hash
2013-09-26 martinahansenadded test for length of seq/qual mismatch
2013-09-26 martinahansendisabling buggy bzip2-ruby
2013-09-26 martinahansentemporary fix of bzip2 read problem
2013-09-25 martinahansenadding bzip2 support in ruby
2013-09-18 martinahansenbeautifing ambiguity.rb
2013-09-18 martinahansenimplemented hamming_dist in inline C
2013-09-18 martinahansenadd comments to ambiguity.rb
2013-09-18 martinahansenfixed broken tests not workin with Ruby2
2013-09-18 martinahansenadded amiguity.rb
2013-09-18 martinahansenadded mem.rb
2013-09-18 martinahansenadded ambiguity to hamming_distance
2013-09-09 martinahansenfixing usearch upgrade
2013-09-06 martinahansenupgraded uclust_seq to support usearch7
2013-06-24 martinahansenfixed genbank and embl parsing of 5'UTR and 3'UTR
2013-06-24 martinahansenadded \r remove hack to genbank/embl parsers
2013-06-23 martinahansenmoved inline C code to seperate file
2013-06-21 martinahansenadded edit_distance method to seq.rb
2013-06-21 martinahansenfixed ambiguity in levenshtein.rb
2013-06-20 martinahansenadded levenshtein edit distance calculator
2013-06-20 martinahansenadded levenshtein edit distance calculator
2013-06-20 martinahansenadded levenshtein edit distance calculator
2013-06-04 martinahansenadded missing files
2013-06-04 martinahansenrevamped find_homopolymers
2013-04-29 martinahansenfixed missing BP_TMP dir feature
2013-03-16 martinahansenchanged upper/lower case output in assemble_pairs
2013-03-13 martinahansenfixed minor upcase bug in assemble.rb
2013-03-13 martinahansenadded comments to code
2013-03-13 martinahansenupgraded assemble.rb to chose proper residue when mismatch
2013-03-13 martinahansenadded hacky thing to avoid warning from zlib
2013-03-12 martinahansenadded seq/assemble.rb
2013-03-12 martinahansenfixed score base bug in sff.rb
2013-03-11 martinahansenadded [] og []= to seq.rb
2013-03-08 martinahansenadded split_pair_seq biopiece
2013-03-08 martinahansenadded new Biopiece merge_pair_seq
2013-03-08 martinahansenadded eof? method to filesys.rb
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 martinahansenfinished refactoring s/has_key?/[]/
2013-02-28 martinahansenrefactoring of revcomp in seq.rb
2013-02-28 martinahansenadded Seq.shuffle method and tests
2013-02-25 martinahansenfixed SCORE_BASE global var
2013-02-19 martinahansenadded provisional write sam support
2013-02-08 martinahansenfixed quality score validity check
2013-02-04 martinahansenadded qual_valid? method to Seq.rb
2013-02-02 martinahansenfixed minor bug in error handling
2013-01-16 martinahansenfixed bad tests in match.rb
2013-01-03 martinahansenpolished pairwise alignment code
2013-01-02 martinahansenadded new match.rb and tests
2013-01-02 martinahansenadded new match.rb and tests
2013-01-02 martinahansenadded test for align dir
2013-01-02 martinahansenrenaming match.rb to matches.rb
2013-01-02 martinahansenmoved mum.rb
2012-12-20 martinahansenclearnup of pair align code
2012-12-11 martinahansenadded unit test to backtrack code
2012-12-10 martinahansenfixed bug in backtrack.rb
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 martinahansenrenamed patternmatcher to dynamic
2012-12-05 martinahansenfixing name space collision
2012-12-05 martinahansenrefactorying PatternMatcher to Dynamic
2012-12-05 martinahansenrenamed patternmatcher to dynamic
2012-12-05 martinahansencleaned comments
2012-12-05 martinahansenrefactor match->patmatch scan->patscan
2012-12-05 martinahansenrefactor match->patmatch scan->patscan
2012-12-04 martinahansenadded patmatch method to backtrack.rb
next