]> git.donarmstrong.com Git - biopieces.git/history - code_ruby/lib/maasha/seq.rb
fixed wrap bug in seq.rb
[biopieces.git] / code_ruby / lib / maasha / seq.rb
2013-12-11 martinahansenfixed wrap bug in seq.rb
2013-11-29 martinahansenfixed another each_orf bug
2013-11-29 martinahansenfixed bug in find_orfs
2013-10-08 martinahansenfixed seq qual length check
2013-10-01 martinahansenchanged Seq.new argument to hash
2013-09-26 martinahansenadded test for length of seq/qual mismatch
2013-09-18 martinahansenimplemented hamming_dist in inline C
2013-09-18 martinahansenadded ambiguity to hamming_distance
2013-06-21 martinahansenadded edit_distance method to seq.rb
2013-06-04 martinahansenrevamped find_homopolymers
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 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-25 martinahansenfixed SCORE_BASE global var
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
2012-12-06 martinahansenfixed unit tests
2012-12-03 martinahansenported patternmatcher to C
2012-11-29 martinahansendisabling backtrack which causes compile error
2012-11-28 martinahansenfixing up backtrack code
2012-09-21 martinahansenadded qual_base(33|64)? methods to seq.rb
2012-09-10 martinahansenfixed unit tests for seq.rb
2012-08-07 martinahansenlast fix on prodigal upgrade
2012-07-13 martinahansenfixed another bug in find orfs
2012-07-13 martinahansenfixed bug in orf finder
2012-07-13 martinahansenmade orf finder case insensitive
2012-07-13 martinahansenadded orf finder to seq.rb
2012-06-29 martinahansenrewrote mean_scores to fix bug
2012-06-29 martinahansenadded scores_mean method to seq.rb
2012-05-24 martinahansenmoved patscan.rb
2012-05-24 martinahansenmoved backtrack.rb
2012-05-24 martinahansenmoved patternmatcher.rb
2012-05-24 martinahansenmoving digest.rb
2012-05-23 martinahansenrewrite of seq.rb and addition of seq/trim.rb
2012-04-10 martinahansenmaking changes to accomodate Illumina18 qual scores
2012-01-24 martinahansenfixed indels in methods mask_seq_hard/soft
2012-01-23 martinahansenpolish seq.rb
2012-01-23 martinahansenrewrote mask_seq_hard and mask_seq_soft methods to...
2012-01-11 martinahansenadded remove_indels method
2011-12-05 martinahansenupgraded mask_seq
2011-11-17 martinahansenadded requirement of RubyInline
2011-11-16 martinahansendisabled inline
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-11-01 martinahansenfixed return on reverse_complement in seq.rb
2011-10-28 martinahansenadded reversing of qual to reverse
2011-10-25 martinahansenadded find_barcodes biopiece
2011-10-21 martinahansenadded shuffle! method to seq.rb
2011-10-13 martinahansensmoothed ruby code to get rid of warnings
2011-10-13 martinahansenadded Class method Seq.new_bp to seq.rb
2011-10-13 martinahansenadded to_fastq method seq.rb
2011-09-23 martinahansenfixed newline to rec seperator in seq.rb
2011-09-05 martinahansenadded hamming_distance method to seq.rb
2011-08-31 martinahansenworked on sam - added 1 to phred score check in seq.rb
2011-06-13 martinahansenadded Seq.type_guess to ruby code
2011-05-13 martinahansenchanged layout of ruby source