Update mussa to build on ubuntu 10.04 with qt 4.6.2 +boost 1.40.0.1
[mussa.git] / alg / test / test_sequence.cpp
2010-10-18 Diane TroutUpdate mussa to build on ubuntu 10.04 with qt 4.6.2... master
2009-11-24 Diane TroutRemove prototype boost serialiation code.
2007-06-23 Diane TroutCatch annotation sequences that don't end with newline
2007-06-21 Diane Trouttest annotating a sequence with fasta records in a...
2007-04-11 Diane Troutshow where the Ns are
2007-04-06 Diane Troutremove annot class in favor of SeqSpan
2007-04-03 Diane Troutfix problems with motif changes not showing up in seque...
2007-03-30 Diane Troutincorporate drawable and annotations
2007-03-24 Diane Troutmove strand into seqspan
2007-03-21 Diane TroutMove alphabet type into SeqString
2007-03-20 Diane TroutStore Sequence sequence location in a shared_ptr class
2007-01-04 Diane Troutpaircomp used the string find_first_not_of
2007-01-04 Diane Troutsplit unittests into seperate executables
2006-10-30 Diane Troutinclude filename in unparsable annotation error message
2006-10-30 Diane Troutreport filename for invalid fasta files
2006-10-20 Diane Troutcopy motifs to a new subanalysis
2006-10-19 Diane TroutSequence::rev_comp works on subsequences
2006-10-18 Diane Troutadd to_upper_case to some sequence unittests
2006-10-11 Diane Troutthrow errors when spirit parsing fails
2006-10-10 Diane Troutimplement alphabet for sequence
2006-09-19 Diane Troutcatch possible segfault with get_sequence()
2006-09-15 Diane Troutkeep track of a subsequences parent
2006-09-15 Diane Troutreport our "start/stop" location on a subsequence
2006-09-07 Diane TroutFigured out how to serialize a shared_ptr<string>
2006-08-30 Diane Troutuse shared_ptr to store the sequence string
2006-08-29 Diane Troutgo back to sequence being its own class
2006-08-24 Diane Troutupdate sequence serialization to support the xml archive
2006-08-12 Brandon KingTell unittests to use native file convention for EXAMPL...
2006-08-10 Diane TroutLet the annotation parser skip html tags
2006-08-09 Diane TroutImplement serialize for sequence
2006-07-27 Diane Troutadd annot and motif classes to python interface
2006-07-01 Diane Troutmake sure subsequences have a species name
2006-07-01 Diane TroutImplement UI for subanalysis mode
2006-06-30 Diane Troutstore motifs as sequences instead of strings
2006-06-29 Diane Troutset_motifs should erase the previous motifs
2006-06-29 Diane Troutupdate the annotation grammer to make species name...
2006-06-20 Diane Troutextend annotation names and types to allow punctuation
2006-06-17 Diane Troutmake Sequence a subclass of std::string
2006-06-10 Diane Troutpartial implementation of sequence track copy
2006-06-09 Diane TroutMore robust eol handling for Sequence::load_fasta
2006-06-08 Diane Troutimprove fasta parsing
2006-05-17 Diane Troutfinish implementing annotation by sequence
2006-05-17 Diane Troutswitch to a character based spirit parser
2006-05-17 Diane Trouttry to read fasta blocks in the annotation file
2006-05-17 Diane Troutuse spirit parser for reading annot file
2006-05-16 Diane Troutadd annotations by sequence string
2006-04-13 Diane Troutfix ticket:83 throw an error when we don't have a fasta...
2006-04-07 Diane Troutswitch to using boost::filesystem
2006-03-14 Diane Troutload and display a motif list
2006-03-14 Diane Troutattach motifs to a sequence object
2006-03-12 Diane TroutThere can be only one (filename convention)