- Apr 26, 2018
-
-
Rafal Gumienny authored
-
- Mar 17, 2017
-
-
Bienchen authored
-
- Sep 14, 2015
-
-
Bienchen authored
-
- Oct 27, 2013
-
-
Marco Biasini authored
-
- Jul 31, 2013
-
-
Marco Biasini authored
-
- Nov 30, 2012
-
-
Marco Biasini authored
-
- Aug 04, 2012
-
-
Marco Biasini authored
-
- Aug 02, 2012
-
-
Marco Biasini authored
-
- Jun 01, 2012
-
-
Marco Biasini authored
-
- Jan 20, 2012
-
-
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.
-
- Dec 12, 2011
-
-
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.
-
- Sep 27, 2011
-
-
Tobias Schmidt authored
-
- Jul 27, 2011
-
-
Valerio Mariani authored
1. Option to move libexec to lib/openstructure/libexec 2. Gosty moved to libexec
-
- Jul 14, 2011
-
-
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
-
- May 17, 2011
-
-
Marco Biasini authored
-
- Apr 21, 2011
-
-
Marco Biasini authored
-
Marco Biasini authored
-
- Apr 04, 2011
-
-
Marco Biasini authored
-
- Jan 11, 2011
-
-
BIOPZ-Haas Juergen authored
-
Marco Biasini authored
-
- Jan 04, 2011
-
-
Marco Biasini authored
This fixes BZDNG-171
-
- Nov 11, 2010
-
-
Marco Biasini authored
-
Marco Biasini authored
-
- Nov 03, 2010
-
-
Tobias Schmidt authored
This reverts commit bd6ff2d2.
-
Tobias Schmidt authored
-
- Oct 28, 2010
-
-
Marco Biasini authored
-
Tobias Schmidt authored
-
- Oct 22, 2010
-
-
Marco Biasini authored
-
- Oct 13, 2010
-
-
Valerio Mariani authored
Changed the behaviour of the ost command line executable. Exported the GetVerbosityLevel function (formerly GetLogLevel)
-
- Jul 31, 2010
-
-
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
-
- Jul 14, 2010
-
-
valerio authored
git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2563 5a81b35b-ba03-0410-adc8-b2c5c5119f08
-
- Jul 08, 2010
-
-
marco authored
git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2547 5a81b35b-ba03-0410-adc8-b2c5c5119f08
-
- Jul 06, 2010
-
-
marco authored
git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2532 5a81b35b-ba03-0410-adc8-b2c5c5119f08
-
- Jun 09, 2010
-
-
andreas authored
git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/branches/new_shell@2368 5a81b35b-ba03-0410-adc8-b2c5c5119f08
-
- May 29, 2010
-
-
ansgar authored
git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/branches/new_gfx@2303 5a81b35b-ba03-0410-adc8-b2c5c5119f08
-
- May 26, 2010
-
-
stefan authored
moved unit test executables from src dir to tests/, new flag for cmake (wheter to compile unit tests by default), added tests/ to .gitignore git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2281 5a81b35b-ba03-0410-adc8-b2c5c5119f08
-
- May 25, 2010
-
-
stefan authored
git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2280 5a81b35b-ba03-0410-adc8-b2c5c5119f08
-
- May 10, 2010
-
-
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
-
- Apr 19, 2010
-
-
valerio authored
git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2044 5a81b35b-ba03-0410-adc8-b2c5c5119f08
-
- Apr 18, 2010
-
-
marco authored
git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2042 5a81b35b-ba03-0410-adc8-b2c5c5119f08
-