This patch resolves a build failure when building TopHat 2.1.0 with SeqAn 1.4. This is the relevant part of a patch originally posted here: https://lists.fu-berlin.de/pipermail/seqan-dev/2014-July/msg00001.html --- a/src/segment_juncs.cpp +++ b/src/segment_juncs.cpp @@ -2050,10 +2050,13 @@ void juncs_from_ref_segs(RefSequenceTabl typedef map MotifMap; MotifMap ims; - - seqan::DnaStringReverseComplement rev_donor_dinuc(donor_dinuc); - seqan::DnaStringReverseComplement rev_acceptor_dinuc(acceptor_dinuc); - + + typedef seqan::ModifiedString< + seqan::ModifiedString > >, + seqan::ModReverse> ConstDnaStringReverseComplement; + ConstDnaStringReverseComplement rev_donor_dinuc(donor_dinuc); + ConstDnaStringReverseComplement rev_acceptor_dinuc(acceptor_dinuc); + if (talkative) fprintf(stderr, "Collecting potential splice sites in islands\n"); aboutsummaryrefslogtreecommitdiff
50567e9376986f'>build: Add a Guile custom test driver using SRFI-64....
AgeCommit message (Expand)Author
Mathieu Lirzin
2015-09-24tests: Unset 'LOCPATH' before running bootstrap program....Ludovic Courtès
2014-09-13utils: Allow wrap-program to be called multiple times....Eric Bavier
2013-02-01Augment `.dir-locals.el'....Ludovic Courtès
2013-01-06Update license headers....Ludovic Courtès
2012-10-16utils: Add `fold-port-matches' and `remove-store-references'....Ludovic Courtès
2012-07-05Add builder-side utilities for phases, stream editing, & co....Ludovic Courtès