Store Sequence sequence location in a shared_ptr class
[mussa.git] / alg /
2007-03-20 Diane TroutStore Sequence sequence location in a shared_ptr class
2007-03-08 Diane Troutadd a useful comment
2007-02-20 Diane Troutmore error messages for loading an annotation.
2007-02-14 Brandon KingAdded newline char to end of line (remove compile warning)
2007-01-05 Diane Troutadd some newlines at the end of some of our files
2007-01-04 Diane Troutconditionally build the paircomp tests
2007-01-04 Diane Troutpaircomp used the string find_first_not_of
2007-01-04 Diane Troutsplit unittests into seperate executables
2006-12-14 Diane Troutlen(mussa.paths()) should equal the number of found...
2006-12-05 Diane Troutprovide python interpreter for mussa qui via a seperate...
2006-11-29 Diane Troutadd python interface to seqcomp
2006-11-22 Diane TroutFinish off setting sequence offset user interface
2006-11-17 Diane Troutmore fs::native for user supplied paths
2006-10-30 Diane Troutinclude filename in unparsable annotation error message
2006-10-30 Diane Troutreport filename for invalid fasta files
2006-10-28 Diane Troutcompute the correct starting window size
2006-10-27 Diane Troutimplement set window state
2006-10-26 Diane Troutadd copy sequence as string option
2006-10-26 Diane Troutdisplay number of basepairs copied
2006-10-20 Diane Troutadd nl to end of 3 files
2006-10-20 Diane Troutcopy motifs to a new subanalysis
2006-10-19 Diane Troutfix motif loader under release build
2006-10-19 Diane TroutSequence::rev_comp works on subsequences
2006-10-18 Diane Troutadd to_upper_case to some sequence unittests
2006-10-17 Diane Troutbe more forging of user provided file names
2006-10-17 Diane Troutremove old code
2006-10-17 Diane Troutchanging motifs should make the analysis dirty
2006-10-17 Diane Troutforce loaded sequence to uppercase
2006-10-17 Diane Troutdon't link against X11 on OS X
2006-10-14 Diane Troutdon't seqcomp sequences that are too small
2006-10-14 Diane Troutadd operator< to ConservedPath
2006-10-13 Brandon KingSave to image fix (ticket:96)
2006-10-13 Diane Troutsave motifs with the analysis
2006-10-12 Diane Troutbetter glyph offset computation
2006-10-12 Diane Troutdoes createLocalAlignment work for a 3 way?
2006-10-11 Diane Troutadd Mussa::save_motif()
2006-10-11 Diane Troutthrow errors when spirit parsing fails
2006-10-11 Diane Trouta title of path("/my/silly/path") doesn't work on windows
2006-10-11 Diane Troutuse lines if a quad would be smaller than a pixel
2006-10-10 Diane Troutimplement alphabet for sequence
2006-10-05 Diane Troutlength 1 segments should be drawn as lines
2006-10-05 Diane Troutdraw link lines with a width
2006-10-04 Diane Troutadd --motifs
2006-10-04 Diane Troutfixes for Mussa::load_motif
2006-10-04 Diane Troutcolors should default to being visible
2006-10-03 Diane TroutAdd window titles
2006-06-15 Diane Troutfix wrong parent for scrollable_browser
2006-10-03 Diane TroutDeath to stupid mussa pointers
2006-09-19 Diane Troutcatch possible segfault with get_sequence()
2006-09-15 Diane Troutuse the loaded analysis path as the default save path
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-15 Diane Troutmake our Color class serializable
2006-09-14 Diane Troutmake sure we show the start of our sequence name
2006-09-14 Diane TroutImplement an optional name in the motif parser
2006-09-12 Diane Troutimplement "typical" save and close conventions.
2006-09-12 Diane Trouttrack where our analysis is saved and if the analysis...
2006-09-12 Diane Troutadd seq_forward
2006-09-09 Diane Troutmake really sure load_mupa has a file to parse.
2006-09-08 Diane Troutsubsequences now use offsets into the shared_ptr seq_string
2006-09-08 Diane Troutcatch a few more potential unchecked shared_ptr derefer...
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-31 Diane Troutneed to #include <cassert> if i'm going to use asserts
2006-08-24 Diane Troutstart trying to figure out where the documentation is
2006-08-24 Diane Troutupdate sequence serialization to support the xml archive
2006-08-23 Diane TroutAllow changing the name for a sequence in the sequence...
2006-08-22 Diane Troutcatch the other spurious class decoration
2006-08-22 Diane Troutremove unnecessary class member decoration
2006-08-12 Diane TroutFix merge issues with the win32 library patch
2006-08-12 Brandon KingReorder libraries for win32
2006-08-12 Brandon KingTell unittests to use native file convention for EXAMPL...
2006-08-10 Diane TroutTry alpha blending the conservation paths
2006-08-10 Diane TroutLet the annotation parser skip html tags
2006-08-09 Diane TroutImplement serialize for sequence
2006-08-09 Diane Troutstart breaking save out from Mussa::analyze()
2006-08-09 Diane TroutAdd documentation about Mussa::soft_threshold
2006-08-09 Diane Troutadd dirty flag
2006-08-09 Diane Troutchange from cout to clog in some commented out debuggin...
2006-07-29 Diane Troutset mussa analysis name in MussaSetupWidget
2006-07-28 Diane TroutUse CMAKE_BINARY_DIR instead of the very wrong MUSSA_BI...
2006-07-27 Diane Troutadd annot and motif classes to python interface
2006-07-21 Diane TroutBuild universal binaries on OS X
2006-07-13 Diane Troutstart the trivial sequence filter
2006-07-01 Diane TroutSequenceLocation was being intialized with left,right
2006-07-01 Diane Troutmake sure subsequences have a species name
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 Troutset_motifs should erase the previous motifs
2006-06-29 Diane Troutallow specifying a name for a sequence
2006-06-29 Diane Troutupdate the annotation grammer to make species name...
2006-06-29 Diane Troutbreak the core of add_motifs loop into a seperate function
2006-06-23 Diane TroutGetting closer to a subanalysis mode
2006-06-21 Diane TroutMore progress toward subanalysis
next