Relax with multiple small molecules

Member Site Forums Rosetta 3 Rosetta 3 – Applications Relax with multiple small molecules

Viewing 1 reply thread
  • Author
    Posts
    • #3158
      Anonymous

        Fast relax works fine with two ligands when the .params file are provided in the format.

        -extra_res_fa LG1.params LG2.params

        But when the same protocol is used with a few added flags such as

        -relax:respect_resfile

        -packing:resfile resfile

        it fails with the following message

        [ ERROR ] UtilityExitException

        ERROR: In protocols::jd2::JobsContainer [] operator: index is out of range (less than 1 or greater than total jobs).

        Any suggestion how to fix this.

        Thank you in advance.

      • #14803
        Anonymous

          I can’t really see why that would be related to the number of params files given.

          Instead, I think it might be due to Rosetta not getting the correct number of jobs/input structures for some reason, potentially a bad command line.

          One thing to do is to double check your input command and options file, to see if there’s some issue with them. (Are you putting everything in the correct location.) In particular, I’d see if there’s any spurious non-printable characters in the options file or command line (Two common ones is having a DOS/Windows line endings for an option file, or having an em-dash or en-dash instead of a ASCII hyphen for the dashes in the options.)

          Failing that, could you post (copy/paste) your command line and options files as-used?

           

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