Skip to content
Snippets Groups Projects
  1. Apr 26, 2018
  2. Mar 17, 2017
  3. Sep 14, 2015
  4. Oct 27, 2013
  5. Jul 31, 2013
  6. Nov 30, 2012
  7. Aug 04, 2012
  8. Aug 02, 2012
  9. Jun 01, 2012
  10. Jan 20, 2012
    • Tobias Schmidt's avatar
      add util to run python unittests · 63afd372
      Tobias Schmidt authored
      adding the function RunTests to each python unittest allows that the
      test is executed either with the default TestRunner or an XMLTestRunner
      for producing an XML output file. With no command line argument, the
      default Runner is used (same behaviour as previously), with 'xml' as
      the first argument, the XMLTestRunner is used.
      63afd372
  11. Dec 12, 2011
    • Marco Biasini's avatar
      added two more input/output formats to the table class · 8ecb8635
      Marco Biasini authored
      1. We now read traditional CSV files. Since the files do not explicitly
         specify the column format, we have to guess the format of each column
         after importing.
      2. For efficient serialization, table data can be pickled/unpickled
         directly.
      8ecb8635
  12. Sep 27, 2011
  13. Jul 27, 2011
  14. Jul 14, 2011
    • Tobias Schmidt's avatar
      Modified CHARMM crd format reader and writer: · 68318cee
      Tobias Schmidt authored
        - fixed continuous residue numbering (BZDNG-286)
        - fixed bug with empty lines
        - fixed bug with reading residue name in std format
        - write b_factor in EXT format
        - segment name is now cname instead of 'MOL'
        - fixed alignment of residue name in std format
        - add documentation
        - add unit tests
        - possibility to request EXT format
      68318cee
  15. May 17, 2011
  16. Apr 21, 2011
  17. Apr 04, 2011
  18. Jan 11, 2011
  19. Jan 04, 2011
  20. Nov 11, 2010
  21. Nov 03, 2010
  22. Oct 28, 2010
  23. Oct 22, 2010
  24. Oct 13, 2010
  25. Jul 31, 2010
    • Ansgar Philippsen's avatar
      added SetQuery and QueryFlags to gfx::Entity · 2efcaab5
      Ansgar Philippsen authored
      added QueryFlags handling to mol::QueryViewWrapper
      fixed empty pov output (caused by multiple renderer problem in gfx::Entity impl)
      removed GLEW_VERSION_2_0 tokens
      various tiny gfx tweaks
      added stereo toggling key to gui ('=')
      added residue reordering to mol::EntityEditor
      2efcaab5
  26. Jul 14, 2010
  27. Jul 08, 2010
  28. Jul 06, 2010
  29. Jun 09, 2010
  30. May 29, 2010
  31. May 26, 2010
  32. May 25, 2010
  33. May 10, 2010
    • marco's avatar
      fix several problems in PDBWriter · 659a5557
      marco authored
      Residues with names shorter than 3 letters are left-padded,
      we throw an error if we encounter chain, residue and atom
      names that are too long (longer than 1, 3 and 4 characters
      respectively) and we try to put the atom name into the
      correct column.
      
      Oh, and we insert TER records at the correct positions.
      
      All in all the code is much cleaner and faster as it does
      not longer rely on boost.format (yes, io performance is
      sometimes critical).
      
      git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2215 5a81b35b-ba03-0410-adc8-b2c5c5119f08
      659a5557
  34. Apr 19, 2010
  35. Apr 18, 2010
Loading