- Mar 02, 2015
-
-
Studer Gabriel authored
-
Studer Gabriel authored
-
Studer Gabriel authored
-
- Jan 23, 2015
-
-
Bienchen authored
-
- Oct 24, 2014
-
-
Bienchen authored
-
- Oct 13, 2014
-
-
Bienchen authored
Fixed issue with local alignments in Superpose, now only the longest alignment (most res in match/ mismatch state) is used
-
- Jun 17, 2014
-
-
Bienchen authored
-
- May 19, 2014
-
-
Studer Gabriel authored
-
- Nov 24, 2013
-
-
Gabriel Studer authored
-
- Nov 07, 2013
-
-
Tobias Schmidt authored
-
Tobias Schmidt authored
-
- Oct 18, 2013
-
-
Tobias Schmidt authored
-
- Oct 02, 2013
-
-
Tobias Schmidt authored
-
- Sep 26, 2013
-
-
Gabriel Studer authored
-
Gabriel Studer authored
-
Studer Gabriel authored
-
Marco Biasini authored
-
- Sep 23, 2013
-
-
BIOPZ-Bertoni Martino authored
-
- Sep 13, 2013
- Sep 06, 2013
-
-
Marco Biasini authored
-
Gabriel Studer authored
Standard residue names have three letters. In case of the CHARMM dialect, also four letters are allowed. This has been neglected when writing the terminal residue.
-
- Aug 23, 2013
-
-
Marco Biasini authored
-
- Aug 09, 2013
-
-
Marco Biasini authored
setting it to false by default was creating too much downstream trouble. the proper fix for not having to waste any CPU cycles assigning torsions (which are barely ever looked at) would be to have GetPhiTorsion/GetPsiTorsion/GetOmegaTorsion return temporary Dihedral objects with the same interface than TorsionHandle. These would be created on the fly.
-
Marco Biasini authored
-
- Aug 06, 2013
-
-
Valerio Mariani authored
Thanks Marco
-
- Jul 31, 2013
-
-
Marco Biasini authored
-
Marco Biasini authored
-
Marco Biasini authored
fixes problems for users with read-only home directories. Plus, it's easy enough for the user to create the file when it's needed
-
- Jul 29, 2013
-
-
Marco Biasini authored
It seems, just looking at the number of atoms is not enough, we also have to look at the hetatm flag. The whole element guessing code is still quite shaky and should be improved.
-
Marco Biasini authored
-
Marco Biasini authored
The order of destruction of static objects, e.g. singletons is arbitrary and can not be relied upon. For some versions of Python, the singletons are destroyed after Python has shutdown. When objects stored in the singletons have been created in Python, a segfault is produced when they are destroyed, since the destructor assumes a Python interpreter exists. To work around that, we register atexit handlers to remove all references to Python objects. That's required for the IOProfileRegistry and Conopology singletons.
-
Bienchen authored
-
- Jul 26, 2013
-
-
Bienchen authored
-
- Jul 12, 2013
-
-
Andreas Schenk authored
-
Bienchen authored
-
Bienchen authored
-
- Jul 09, 2013
-
-
Andreas Schenk authored
- Fix for data viewer to use main ost menubar: Data viewer menu (labeled Panels) for the active data viewer window will show in the main menu bar. - Added foxus proxy for the data viewer and its QMdiSubwindow to ensure that the data viewer panel gets the keyboard focus from the beginning.
-
- Jul 03, 2013
-
-
Tobias Schmidt authored
when adding a gfx entity to the scene using scene.Add(), the time it takes to add it is growing quadratically with the number of entities in the scene (only in gui mode), which is caused by resizing of the table in the sequence viewer.
-
- Jun 25, 2013
-
-
Gabriel Studer authored
message
-