ERROR: filtered_alignments.size() > 0

Member Site Forums Rosetta 3 Rosetta 3 – General ERROR: filtered_alignments.size() > 0

Viewing 1 reply thread
  • Author
    Posts
    • #1140
      Anonymous

        I’ve been successfully running comparative modeling jobs, but when I tried a new template pdb, I got the following error:

        ERROR: filtered_alignments.size() > 0
        ERROR:: Exit from: src/protocols/comparative_modeling/CMPoseInputStream.cc line: 167

        and the program stops.

        I am having the darndest time trying to debug this. Has anyone run across this error before?

        Thanks,
        -jhbrown

      • #6535
        Anonymous

          The code that spits that error is trying to do some string name matching of the four-character PDB stem of a template pose versus whatever’s being aligned. I would guess you’ve got a line in your alignments with the wrong PDB name (doesn’t match the PDB file names, maybe? It appears to be matching on the first four characters.).

          There are some “debug” level output statements nearby, re-running with the verbosity level high may help. (I think that’s flag -out:level 500 but I’m not sure.)

        • #6537
          Anonymous

            You guessed right! Thanks so much.

        Viewing 1 reply thread
        • You must be logged in to reply to this topic.