This new sub-forum contains a set of algorithms to be used in conjunction with the MembraneEditor. [jar] files can be used with the standalone and the web start edition, [java] files can only be used with the standalone edition, but contain the source code. For more information on plugin development, please see: http://cellmicrocosmos.org/index.php/developer
Post Reply
User avatar
bjoern
Site Admin
Posts: 211
Joined: 20.03.2006, 15:01
Contact:

MyMembraneAlgorithm [java]

Post by bjoern » 12.01.2015, 14:36

MyMembraneAlgorithm.java

This very basic algorithm is used for this introduction:

http://cellmicrocosmos.org/index.php/de ... troduction

It is a good way to start with the development of Membrane Packing Algirithms.

This algorithm has to be used with the standalone version of the MembraneEditor.
MyMembraneAlgorithm.java
MyMembraneAlgorithm: a very simple algorithm, supports microdomains
(8.21 KiB) Downloaded 958 times
With this algorithm, it is possible to change the PDB model on the run, if the used PDB lipid file contains multiple model entries.
MyMembraneAlgorithmChangeModel.java
MyMembraneAlgorithmChangeModel: a very simple algorithm, supports microdomains and the change of models
(8.36 KiB) Downloaded 979 times

Post Reply