Pedro Lacerda
Pedro Lacerda
**The bug** Other files has the PDB id prefixing the filename like `2v2x_protonated.pdb` or `3gjf.pdb` but the XML report is named `report.xml`. It is annoying because overwrites previous runs. **Expected...
On my mobile device the fonts aren't being loaded. It is using a non monospaced font with serif. Mozilla/5.0 (Linux; Android 7.0; LG-M250 Build/NRD90U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile...
Add support to files that have key-value pairs before any section or no section at all. Unnamed sections are enabled when passing `allow_unnamed_section=True` to `configparser.ConfigParser` and are stored as an...
I would love to define commands like this to get automatic object completion and automated usage help. ```python3 @pm.extend2 def nearby_aminoacids_similarity( sel1: Selection, sel2: Selection, polymer1: Selection="polymer", polymer2: Selection="polymer", radius:...
I just downloaded PyMOL for Windows from http://pymol.org but the environment miss the SSL module. It was tried on Linux and Mac also and the environment is alright. EDIT: this...
My initial attempt to improve the plugin command extensions. Related to: https://github.com/schrodinger/pymol-open-source/issues/347
In my opinion, extended PyMOL commands should be both more friendly and strict. This is a proof of concept: ```python from pathlib import Path @declare_plugin def f(a: int, b: Path='/tmp/'):...
I found no way to listen for session loading, reinitialization, It would be useful for plugins like [Views](https://pymolwiki.org/index.php/Views). Something like Python's [`atexit`](https://docs.python.org/3/library/atexit.html) module: ```python from pymol import at_loading, at_reinit @at_loading...
The Telegram apps has no support for VoiceOver or TalkBack. Blind or vision impaired people has no way to use the OSX or Android app. They are unfriendly and unusable....
Hi, I just made some patches that add geolocation support on Kontrolleur. Unhappily it wasn't tested because I don't know how to deploy the app to an Android device neither...