combine_silent ERROR: unknown atom_name: CYS SG

Member Site Forums Rosetta 3 Rosetta 3 – General combine_silent ERROR: unknown atom_name: CYS SG

Viewing 12 reply threads
  • Author
    Posts
    • #2605
      Anonymous

        Dear Rosetta experts,

        I am trying to combine some silent file representing proteins that have disulfide bonds (combine_silent.linuxgccrelease from rosetta/2015.25.57927).  The silent files were created by running minirosetta for structure determination.  I am running into the following error message:

        [ERROR] EXCN_utility_exit has been thrown from: src/core/chemical/ResidueType.cc line: 2975

        ERROR: unknown atom_name: CYS  SG

        Can anyone please tell me how to get around this error?

        Thanks,

        Holly Freedman

        University of Alberta

      • #12197
        Anonymous

          If the first residue in your protein is cysteine, you probably have a centroid/fullatom mismatch, and need a flag (-in:file:fullatom or in:file:centroid ?)  to tell combine_silent you have fullatom silent files, not centroid silent files, or maybe the reverse.

          If the first residue in your protein is not cysteine…I don’t know, I’d look at the line of code, but your version is so old it would take a while to find the right revision, so I’d rather wait  to see if the first idea pans out.

        • #12718
          Anonymous

            If the first residue in your protein is cysteine, you probably have a centroid/fullatom mismatch, and need a flag (-in:file:fullatom or in:file:centroid ?)  to tell combine_silent you have fullatom silent files, not centroid silent files, or maybe the reverse.

            If the first residue in your protein is not cysteine…I don’t know, I’d look at the line of code, but your version is so old it would take a while to find the right revision, so I’d rather wait  to see if the first idea pans out.

          • #13239
            Anonymous

              If the first residue in your protein is cysteine, you probably have a centroid/fullatom mismatch, and need a flag (-in:file:fullatom or in:file:centroid ?)  to tell combine_silent you have fullatom silent files, not centroid silent files, or maybe the reverse.

              If the first residue in your protein is not cysteine…I don’t know, I’d look at the line of code, but your version is so old it would take a while to find the right revision, so I’d rather wait  to see if the first idea pans out.

            • #12198
              Anonymous

                smlewis,

                This was extremely helpful – I really appreciate it!

                 I’d had -in:file:residue_type_set centroid set and when I removed this, the combine program ran fine.

                Holly

              • #12719
                Anonymous

                  smlewis,

                  This was extremely helpful – I really appreciate it!

                   I’d had -in:file:residue_type_set centroid set and when I removed this, the combine program ran fine.

                  Holly

                • #13240
                  Anonymous

                    smlewis,

                    This was extremely helpful – I really appreciate it!

                     I’d had -in:file:residue_type_set centroid set and when I removed this, the combine program ran fine.

                    Holly

                  • #12199
                    Anonymous

                      Can I please ask again about the same error from running clustering.py – now I am getting again:

                      [ERROR] EXCN_utility_exit has been thrown from: src/core/chemical/ResidueType.cc line: 2975

                      ERROR: unknown atom_name: CYS  SG

                      after running

                      ./clustering.py –silent=../silent.out –rosetta=/global/software/rosetta/rosetta-2015.25.57927/bin/cluster.linuxgccrelease –database=/global/

                      software/rosetta/rosetta-2015.25.57927/rosetta_database –options=cluster.options cluster_summary.txt cluster_histogram.txt

                      Is there a similar simple fix for this?

                      Thanks,

                      Holly

                    • #12720
                      Anonymous

                        Can I please ask again about the same error from running clustering.py – now I am getting again:

                        [ERROR] EXCN_utility_exit has been thrown from: src/core/chemical/ResidueType.cc line: 2975

                        ERROR: unknown atom_name: CYS  SG

                        after running

                        ./clustering.py –silent=../silent.out –rosetta=/global/software/rosetta/rosetta-2015.25.57927/bin/cluster.linuxgccrelease –database=/global/

                        software/rosetta/rosetta-2015.25.57927/rosetta_database –options=cluster.options cluster_summary.txt cluster_histogram.txt

                        Is there a similar simple fix for this?

                        Thanks,

                        Holly

                      • #13241
                        Anonymous

                          Can I please ask again about the same error from running clustering.py – now I am getting again:

                          [ERROR] EXCN_utility_exit has been thrown from: src/core/chemical/ResidueType.cc line: 2975

                          ERROR: unknown atom_name: CYS  SG

                          after running

                          ./clustering.py –silent=../silent.out –rosetta=/global/software/rosetta/rosetta-2015.25.57927/bin/cluster.linuxgccrelease –database=/global/

                          software/rosetta/rosetta-2015.25.57927/rosetta_database –options=cluster.options cluster_summary.txt cluster_histogram.txt

                          Is there a similar simple fix for this?

                          Thanks,

                          Holly

                        • #12202
                          Anonymous

                            Got it! – I just added -in:file:fullatom to cluster.options

                            Thanks again,

                            Holly

                          • #12723
                            Anonymous

                              Got it! – I just added -in:file:fullatom to cluster.options

                              Thanks again,

                              Holly

                            • #13244
                              Anonymous

                                Got it! – I just added -in:file:fullatom to cluster.options

                                Thanks again,

                                Holly

                              • #12201
                                Anonymous

                                  Same error: probably same fix.  I’d guess that “–options=cluster.options” highlights your culprit; look in that file, it’s probably rosetta command line options being passed along from the python clustering.py along to the underling Rosetta call.  (I’ve never used clustering.py but this seems a reasonable guess).

                                • #12722
                                  Anonymous

                                    Same error: probably same fix.  I’d guess that “–options=cluster.options” highlights your culprit; look in that file, it’s probably rosetta command line options being passed along from the python clustering.py along to the underling Rosetta call.  (I’ve never used clustering.py but this seems a reasonable guess).

                                  • #13243
                                    Anonymous

                                      Same error: probably same fix.  I’d guess that “–options=cluster.options” highlights your culprit; look in that file, it’s probably rosetta command line options being passed along from the python clustering.py along to the underling Rosetta call.  (I’ve never used clustering.py but this seems a reasonable guess).

                                  Viewing 12 reply threads
                                  • You must be logged in to reply to this topic.