test annotating a sequence with fasta records in a stream
[mussa.git] / alg / sequence.hpp
2007-06-21 Diane Trouttest annotating a sequence with fasta records in a...
2007-04-18 Brandon KingLoad N sequences in Mussa::load
2007-04-11 Diane Troutshow where the Ns are
2007-04-09 Diane Troutadd function for marking 'N' regions
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
2006-10-19 Diane TroutSequence::rev_comp works on subsequences
2006-10-11 Diane Troutthrow errors when spirit parsing fails
2006-10-10 Diane Troutimplement alphabet for 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-15 Diane Troutuse an enum instead of a bool for strandedness
2006-09-12 Diane Troutadd seq_forward
2006-09-07 Diane Troutremove commented out string conversion
2006-09-07 Diane TroutFigured out how to serialize a shared_ptr<string>
2006-09-07 Diane Troutgo back to using const char * in seqcomp
2006-08-30 Diane Troutuse shared_ptr to store the sequence string
2006-08-29 Diane Troutput basepair alphabets into the Sequence class
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-22 Diane Troutcatch the other spurious class decoration
2006-08-22 Diane Troutremove unnecessary class member decoration
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 TroutImplement UI for subanalysis mode
2006-06-30 Diane Troutfix boost::python sequence interface
2006-06-30 Diane Troutstore motifs as sequences instead of strings
2006-06-29 Diane Troutallow specifying a name for a sequence
2006-06-21 Diane TroutMore progress toward subanalysis
2006-06-17 Diane Troutmake Sequence a subclass of std::string
2006-06-16 Diane Troutticket:104 fix some pointer problems with MussaAlignedW...
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-18 Diane Troutexpose more of the sequence class to python
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-07 Diane Troutswitch to using boost::filesystem
2006-03-23 Diane Troutbetter sidebar rendering
2006-03-19 Diane Troutdraw alignment lines
2006-03-15 Diane Troutmake the path view independent of type of connection
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)