Module ApplicationsΒΆ
Chimera modules can be easily turned into applications on Linux and Apple
Mac OS X with moduleapp’s Makefile
and mod_app.sh.in
shell script. Just set MOD_APP to the name of your Python module,
and include the moduleapp/Makefile. Then make install will
install the module in the chimera namespace and put a shell script that
invokes that script in Chimera2 bin directory (Chimera2.app/Contents/bin
on Apple Mac OS X, Chimera2/bin on Linux).
The script uses the Chimera2 application’s -m
option.