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

AutomationFragmentation_failures Candidate_v1.6.1 ChemicalSpaceEvaluator Enhanced_StructuralOptimization_continued Exclude_Hydrogens_annealWithBondGraph ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_contraction-expansion Gui_displays_atomic_force_velocity PythonUI_with_named_parameters StoppableMakroAction TremoloParser_IncreasedPrecision
Last change on this file since 075357 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.