class jade.rosetta_jade.SetupRosettaOptionsGeneral.SetupRosettaOptionsGeneral(cluster_json_file)[source]

Bases: object

Class for setting up more general Rosetta options for benchmarking and repeatable runs on different clusters. Useful for benchmarking. Subclass for adding more benchmarking settings for specific benchmarks.

get_base_rosetta_flag_string(indir_root=None)[source]
Get the full flag string for output. Optionally give indir_root for subclasses that require setting of different
directories, but with same root as given in the cluster file. Used primarily for complicated benchmarks.
get_db_mode()[source]
get_indirs()[source]
get_machine_file()[source]
get_nstruct()[source]
get_program()[source]
get_root()[source]
get_xml_script()[source]
get_xml_var_string()[source]