source: tests/regression/Fragmentation/ParseSaveFragmentResults/pre/create_results_dat.py@ da7ef9

Action_Thermostats Add_AtomRandomPerturbation Add_SelectAtomByNameAction Adding_Graph_to_ChangeBondActions Adding_MD_integration_tests Adding_StructOpt_integration_tests AutomationFragmentation_failures Candidate_v1.6.1 ChangeBugEmailaddress ChemicalSpaceEvaluator Docu_Python_wait EmpiricalPotential_contain_HomologyGraph_documentation Enhance_userguide Enhanced_StructuralOptimization Enhanced_StructuralOptimization_continued Example_ManyWaysToTranslateAtom Exclude_Hydrogens_annealWithBondGraph Fix_StatusMsg Fix_StepWorldTime_single_argument Fix_Verbose_Codepatterns ForceAnnealing_oldresults ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_continued ForceAnnealing_with_BondGraph_continued_betteresults ForceAnnealing_with_BondGraph_contraction-expansion Gui_displays_atomic_force_velocity IndependentFragmentGrids_IntegrationTest JobMarket_RobustOnKillsSegFaults JobMarket_StableWorkerPool PythonUI_with_named_parameters QtGui_reactivate_TimeChanged_changes Recreated_GuiChecks StoppableMakroAction TremoloParser_IncreasedPrecision TremoloParser_MultipleTimesteps
Last change on this file since da7ef9 was 73a5f7, checked in by Frederik Heber <heber@…>, 9 years ago

Added parsing and saving of fragment results container state.

  • TEST: Added regression test on saving and parsing results, including undo and redo tests.
  • DOCU: Both actions are fully documented.
  • Property mode set to 100644
File size: 796 bytes
Line 
1import pyMoleCuilder
2# ========================== Stored Session BEGIN ==========================
3pyMoleCuilder.MoleculeLoad("/home/heber/tmp/MoleCuilderTestingGrounds/Alkane/test.in")
4pyMoleCuilder.Undo()
5pyMoleCuilder.MoleculeLoad("/home/heber/tmp/MoleCuilderTestingGrounds/Alkane_LongRange_open/alkane-1.pdb")
6pyMoleCuilder.SelectionAllAtoms()
7pyMoleCuilder.GraphCorrectBondDegree()
8pyMoleCuilder.FragmentationFragmentation("BondFragment", "3", "2", "1", "1", "", "5", "0", "0", "0")
9pyMoleCuilder.FragmentationFragmentationAutomation("127.0.0.1", "2050", "", "5", "3", "3", "0", "/home/heber/workspace_C/molecuilder/tests/regression/Fragmentation/ParseSaveFragmentationResults/pre/results.dat", "0", "0", "0", "0")
10# =========================== Stored Session END ===========================
Note: See TracBrowser for help on using the repository browser.