]> git.donarmstrong.com Git - biopieces.git/history - code_ruby
fixed seq qual length check
[biopieces.git] / code_ruby /
2012-09-12 martinahansenworked on pair aligner
2012-09-11 martinahansenworking on pair.rb
2012-09-11 martinahansenadded align/match.rb
2012-09-11 martinahansenworked on pair.rb
2012-09-10 martinahansenfixed unit tests for seq.rb
2012-09-04 martinahansenadded math_aux.rb
2012-09-04 martinahansenadded test_math_aux.rb
2012-08-16 martinahansendid something to findsim.rb
2012-08-07 martinahansenlast fix on prodigal upgrade
2012-08-07 martinahansenupgraded prodigal
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-07-10 martinahansenadded align/pair.rb to ruby trunk
2012-07-10 martinahansenfixed align.rb up a bit
2012-07-10 martinahansenadded -m hardcoded option to prodigal.rb
2012-07-10 martinahansenfixed bug for missing sequence in genbank parser
2012-07-02 martinahansenadded mum.rb
2012-06-29 martinahansenclean-up of ruby code to remove rake warnings
2012-06-29 martinahansenrewrote mean_scores to fix bug
2012-06-29 martinahansenadded scores_mean method to seq.rb
2012-06-28 martinahansencleanup of pair stuff in align.rb
2012-06-27 martinahansenfixed inline code warning
2012-06-25 martinahansenfixed bug in findsim.rb
2012-06-25 martinahansenadded max_diversity swith to findsim.rb
2012-06-08 martinahansenrefactoring biopieces.rb
2012-06-08 martinahansenfixed unit tests for test_trim.rb
2012-05-31 martinahansenfixed bad error msg
2012-05-30 martinahansenfixed bug in sff.rb clip and mask methods
2012-05-30 martinahansenfixed bug in sff.rb to_seq method
2012-05-30 martinahansenadded to_seq method to sff.rb
2012-05-24 martinahansenfixed ugly bug in trim.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 martinahansenrefactored SeqError/TrimError
2012-05-23 martinahansenrewrite of seq.rb and addition of seq/trim.rb
2012-05-23 martinahansenrefactored argument precise to realign
2012-04-23 martinahansenworkied on pair wise aligner
2012-04-19 martinahansenadded precise alignment option to findsim.rb
2012-04-19 martinahansenfixed double insertion of indels in alignments (missing...
2012-04-18 martinahansenadded identity method to align.rb
2012-04-18 martinahansenchanged report_scores to max_hits in findsim.rb
2012-04-18 martinahansenadded to_bp method to findsim.rb
2012-04-18 martinahansenadded q_id and s_id options to findsim.rb
2012-04-17 martinahansenadded findsim.rb
2012-04-11 martinahansenported write_fastq to ruby and allowed different encodi...
2012-04-10 martinahansenmaking changes to accomodate Illumina18 qual scores
2012-04-06 martinahansenupgraded bitmap.rb to a 64bit version
2012-04-03 martinahansenupgraded bitmap.rb
2012-03-26 martinahansenfixed ugly 1-off bug in locator.rb
2012-03-22 martinahansenadded bitmap.rb
2012-03-16 martinahansenadded closed? method to filesys.rb
2012-03-14 martinahansenadded check for empty files in usearch.rb
2012-03-13 martinahansenfixed minor issue in align.rb tests
2012-03-13 martinahansenaddid missing S_END to sam.rb
2012-03-07 martinahansenfixed overflow bug in align.rb
2012-03-05 martinahansenchanged align.to_s
2012-03-02 martinahansenmajor upgrade of align.rb for denoising
2012-03-01 martinahansenfixed bug in each_alignment
2012-02-23 martinahansenadded duplicate_record biopiece
2012-02-09 martinahansenadded force to rm of tmpdir
2012-02-07 martinahansenfixed indentation in biopieces.rb
2012-02-03 martinahansenrounding up work on denoise_seq
2012-02-03 martinahansenfixed attributes
2012-02-03 martinahansenadded FastqIndex to fastq.rb
2012-02-03 martinahansenadded ustar and each_alignment methods to usearch.rb
2012-02-03 martinahansenadded masks to align.rb
2012-01-31 martinahansenmajor rewrite of align.rb
2012-01-31 martinahansenadd ustar method to usearch.rb
2012-01-27 martinahansenfinal touches to align.rb
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-22 martinahansenfixed popen3 issue in align.rb
2012-01-20 martinahansenchanged Align.muscle to file based instead of popen3
2012-01-12 martinahansenfixed typo
2012-01-12 martinahansenadded check for duplicate seq_names to align.rb
2012-01-12 martinahansenadded preservation of indels and case to align.rb
2012-01-12 martinahansenadded align.rb to ruby code
2012-01-11 martinahansenadded remove_indels method
2011-12-20 martinahansenfixed --rev swith in usearch.rb
2011-12-12 martinahansenadded embl.rb
2011-12-12 martinahansensplit off locator stuff from genbank.rb to locator.rb
2011-12-07 martinahansenminor tweak to genbank.rb
2011-12-06 martinahansenfixed count bug in sff.rb
2011-12-05 martinahansenupgraded mask_seq
2011-11-25 martinahansencleanup of usearch.rb
2011-11-25 martinahansenmoved usearch code to external file
2011-11-24 martinahansenfixed regex in backtrack.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-22 martinahansenbeautifying backtrack.rb
2011-11-22 martinahansenslight cleanup of backtrack code
2011-11-21 martinahansenadded tests for uclust_seq
2011-11-17 martinahansenadded requirement of RubyInline
next