The pymol2-demo-plugin directory can be zipped for deployment see PluginArchitecture More than one file per plugin. Ligand names should not contain an underscore, e. See the plugins page for how to install and use exisiting plugins. Views Read View source View history. Here we're going to create a dialog and show it to the user. This page was last edited on 14 June , at The most convenient and maintainable way to create user interfaces with Qt is by using the Qt Designer.
Uploader: | Mugore |
Date Added: | 3 June 2018 |
File Size: | 30.96 Mb |
Operating Systems: | Windows NT/2000/XP/2003/2003/7/8/10 MacOS 10/X |
Downloads: | 94318 |
Price: | Free* [*Free Regsitration Required] |
The callback may do arbitrary stuff. The most convenient and maintainable way to create user interfaces with Qt is by using the Qt Designer.
Navigation menu Personal tools Log in. We will create a plugin which consists of multiple files inside a directory:. Views Read View source View history. Navigation Main page Recent changes Random page Help. This tutorial is about writing your own plugin for PyMOL 2.
Plugins |
The pmx pymacs project now lives here: It contains a bunch ;ymol new features such as Pluglns binding sites and export to Autodock and VINA input files Doing receptor and ligand preparation automatically Starting docking runs with Autodock or VINA from within the plugin Viewing grid maps generated by autogrid in PyMOL Handling multiple plugkns and set up virtual screenings Set up docking runs with flexible sidechains To get a first idea on how to use the plugin, watch the basic tutorial, learn how to set up a virtual screening with the virtual screening tutorial, see how you can deal with grid maps with the grid map tutorial, and get an idea about docking runs with flexible sidechain with the flexible sidechains tutorial.
While not really applicable to our simple "Render" plugin it only wraps existing ray and png pluglnsmost plugins should also provide their functionality as new PyMOL commands using cmd. We need to connect the signals of those widgets we created with the Qt Designer, like our buttons' clicked signal.
However, if you use the plugin on a Mac and experience some errors when scripts from the MGLTools package are executed, try to replace the first line in these scripts. This is due to redirecting the log file output to the plugin text viewer window. Here we're going to create a dialog and show it to the user.
Qt import QtWidgets global dialog if dialog is None: This page was last edited on 14 Juneat First you must add your plugin to plugin Plugins menu. Follow these steps to get started:.
ProBiS Plugin
The full source of the demo plugin is available on github. Retrieved from " http: Ligand names should not contain an underscore, e.
I have no other possibilities to test it and to fix bugs related to other operating systems. The pymol2-demo-plugin directory can be zipped for deployment see PluginArchitecture More than one file per plugin. See the plugins page for how to install and use exisiting plugins.
The plugin is developed and tested on Linux.
No comments:
Post a Comment