|
|
Below are the few programs I wrote for solving some specific tasks. It is possible you may find them useful as well. The programs are mostly written in C♯, i.e. you will need .NET framework to execute them. To run the programs, rename the ".dat" files to ".exe".
All the programs are provided without warranty of any kind. They were written to solve my problems, and I am simply making them available. Where possible, I include a source code, so you can modify it to fit your specific needs. If you encounter problems, feel free to contact me, although I cannot promise I will be able to solve them.
PyMOL scripts
empty_remove.py. Removes empty selections (those that do not have coordinate data associated with them). Useful for cleanup if you manually remove structures by picking them with a mouse and typing "remove sele".
join_states.py. Opposite of "split_states" command: create a multi-state object from several single-state ones.
|
BPS agenda converter
Converts html agenda for the Biophysical Society Meeting from the default Oasis format to a plain text file, containing only essential information. Due to a lack of specific delimeters for affiliations in the html file, some post-conversion editing may be required.
Program.
Sample input.
Sample output.
Source code.
|
|
|