- Mar 31, 2011
-
-
Marco Biasini authored
The cause for this is actually a bug in Boost.Python that triggers when arg("arg")... is used in the export and the number of arg("") arguments doesn't match the number of argument of the function. When one then uses a wrong kwarg, the program crashes. I'll submit a bug report to the Boost.Python on this issue. I fear that there are many more cases in the pymod export where we are using arg("") as we did for the query.
-
- Mar 30, 2011
-
-
Marco Biasini authored
-
- Mar 29, 2011
-
-
Marco Biasini authored
-
Marco Biasini authored
-
Marco Biasini authored
-
- Mar 28, 2011
-
-
Marco Biasini authored
-
Marco Biasini authored
-
- Mar 25, 2011
-
-
Pascal Benkert authored
-
- Mar 23, 2011
-
-
- Mar 21, 2011
-
-
Marco Biasini authored
-
Marco Biasini authored
Previously we were returning the wrong index for residues in chains that contained a certain residue number more than once. We were always returning the index of the first residue. Among other things, this fixes BZDNG-229.
-
- Mar 08, 2011
-
-
Marco Biasini authored
-
- Feb 25, 2011
-
-
Marco Biasini authored
added blurps about "picking the right branch" and "updating the source code" to installation instructions
-
Ansgar Philippsen authored
-
- Feb 23, 2011
-
-
Ansgar Philippsen authored
-
Marco Biasini authored
-
BIOPZ-Haas Juergen authored
-
Marco Biasini authored
-
Valerio Mariani authored
-
- Feb 21, 2011
-
-
Valerio Mariani authored
-
Valerio Mariani authored
Removed some libraries that should not end up in the bundle
-
Valerio Mariani authored
-
Marco Biasini authored
-
Marco Biasini authored
-
- Feb 20, 2011
-
-
Ansgar Philippsen authored
-
Marco Biasini authored
-
Marco Biasini authored
-
Marco Biasini authored
The version number is now directly based on ost.VERSION. Also, while I'm in there, make the link to the openstructure.org website clickable.
-
Marco Biasini authored
It's breaking more complexcases, e.g. scene["model"].selection=scene["model"].view.Select('aname=CA') To use the glob-style access, use scene.Match("*")
-
Marco Biasini authored
ent.selection='aname=CA' is equivalent to ent.selection=ent.view.Select('aname=CA')
-
Marco Biasini authored
-
Marco Biasini authored
-
Marco Biasini authored
If set, no peptide bonds will be added. Defaults to off, of course.
-
- Feb 18, 2011
-
-
Marco Biasini authored
-
Marco Biasini authored
-
Marco Biasini authored
-
Aleksandra Kos authored
Nothing fancy, just testing push/pull access
-
- Feb 17, 2011
-
-
Ansgar Philippsen authored
-
- Feb 16, 2011
-
-
Ansgar Philippsen authored
-