FU Logo
  • Startseite
  • Kontakt
  • Impressum
  • Home
  • Listenauswahl
  • Anleitungen

[Seqan-dev] scoring schemes

thread -->
date -->
  • From: Samuel Flores <samuelfloresc@gmail.com>
  • To: seqan-dev@lists.fu-berlin.de
  • Date: Sun, 16 Feb 2014 15:32:26 -0800
  • Reply-to: SeqAn Development <seqan-dev@lists.fu-berlin.de>
  • Subject: [Seqan-dev] scoring schemes

Guys,

I can't seem to get globalAlignment to use any scoring scheme otehr than seqan::Simple:

            TAlign align;
            seqan::resize(rows(align), 2);
            assignSource(row(align,0),seqA);
            assignSource(row(align,1),seqB);
            int score = globalAlignment(align, seqan::Score<int,seqan::Simple>(0,-1,-1,gapOpenPenalty));

I tried changing the last line to just:

            int score = globalAlignment(align, seqan::Score<int,Pam>(0,-1,-1,gapOpenPenalty));

and every conceivable variant thereof.  None seem to be recognized, e.g.:


/Users/Sam/svn/RNAToolbox/trunk/src/ParameterReader.cpp:1000:65: error: use of undeclared identifier 'Pam'


Can someone tell me how to switch to Blossum, PAM, or some other?

Thanks

Sam


thread -->
date -->
  • Follow-Ups:
    • Re: [Seqan-dev] scoring schemes
      • From: Rahn, René <rene.maerker@fu-berlin.de>
  • seqan-dev - February 2014 - Archives indexes sorted by:
    [ thread ] [ subject ] [ author ] [ date ]
  • Complete archive of the seqan-dev mailing list
  • More info on this list...

Hilfe

  • FAQ
  • Dienstbeschreibung
  • ZEDAT Beratung
  • postmaster@lists.fu-berlin.de

Service-Navigation

  • Startseite
  • Listenauswahl

Einrichtung Mailingliste

  • ZEDAT-Portal
  • Mailinglisten Portal