Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000298Rosetta[All Projects] Input Handlingpublic2013-08-12 09:512013-08-12 09:51
ReporterAndrewLeaverFay 
Assigned Tosarel 
PrioritynormalSeverityminorReproducibilityalways
StatusassignedResolutionopen 
PlatformAll platformsOSAnyOS VersionAny
Product VersionTrunk 
Fixed in Version 
Summary0000298: Name collision doesn't produce an error message
DescriptionIf you create a score function in the SCOREFXNS blaock and give it the same name as one of the default score functions, rosetta_scripts will simply ignore your score function and use the existing one. Instead, it should either exit with an error message listing the names of all the score functions that cannot / should not be overwritten, OR it should overwrite the default score function.
Steps To Reproducecall this repack.xml
<ROSETTASCRIPTS>
  <SCOREFXNS>
    <talaris2013 weights="talaris2013.wts">
      <Reweight scoretype=pro_close weight=0.0 />
      <Reweight scoretype=cart_bonded weight=0.5 />
    </talaris2013>
  </SCOREFXNS>
  <TASKOPERATIONS>
    <RestrictToRepacking name=repack />
  </TASKOPERATIONS>
  <MOVERS>
    <PackRotamersMover name=repack task_operations=repack scorefxn=talaris2013>
  </MOVERS>
   <OUTPUT scorefxn=talaris2013/>
</ROSETTASCRIPTS>
TagsNo tags attached.
Application(s) Affectedrosetta_scripts
Command Line Used/path/to/rosetta_scripts.default.linuxgccrelease -database /path/to/Rosetta/main/database -s 1ubq.pb -ignore_unrecognized_res -parser:script repack.xml
Developer OptionsConfirmed As Bug
Fixed in SVN Version
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2013-08-12 09:51 AndrewLeaverFay New Issue
2013-08-12 09:51 AndrewLeaverFay Status new => assigned
2013-08-12 09:51 AndrewLeaverFay Assigned To => sarel


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker