Member Site Forums Rosetta 3 Rosetta 3 – General How to set up options in rosetta Reply To: How to set up options in rosetta

#5300
Anonymous

    “whatever_option” is metasyntactic here, not an actual option – I meant for you to replace it with the option you wanted to set the value of. For example, core::options::option[core::options::OptionKeys::run::silent].value(true)

    The argument to value() is then whatever argument it would take on command line – integer, real number, string, whatever. You can look up the types to the options in src/core/options/options.py or the keys/ subdirectory.