Content of this page:
chemical/x-ras;xterm -e rasmol -script %s;\ description="RasMol Script, Image Library" chemical/pdb;xterm -e rasmol -pdb %s;\ description="PDB file, ExPASY Server" chemical/x-pdb;xterm -e rasmol -pdb %s;\ description="PDB file, Birkbeck Server" chemical/x-xyz;xterm -e rasmol -xyz %s;\ description="XYZ coordinate file" application/x-rasmol;xterm -e rasmol -script %s;\ description="RasMol Script, Brookhaven Server"
set path = ( . $HOME/bin $path )
chmod 744 $HOME/bin/rasmol
chemical/x-ras;rasmol -nofork -script %s;\ description="RasMol Script, Image Library" chemical/pdb;rasmol -nofork -pdb %s;\ description="PDB file, ExPASY Server" chemical/x-pdb;rasmol -nofork -pdb %s;\ description="PDB file, Birkbeck Server" chemical/x-xyz;rasmol -nofork -xyz %s;\ description="XYZ coordinate file" application/x-rasmol;rasmol -nofork -script %s;\ description="RasMol Script, Brookhaven Server"
rasmol rasmol pdb_file_name rasmol -script script_file_name
With other www browsers like Mozilla
you need a script or batch file which calls rasmol with the
the -script option for the MIME type chemical/x-ras.
e.g. rascript.csh
#!/bin/csh -f rasmol -script $*which may start the above rasmol start script with the -script parameter.
Helper Applications MIME Type: chemical/x-ras Description: RasMol Script, Image Library Extension: RAZ o x Open it with bin/rascript.csh o o
@rem This should work on XP or 2000 if you put it in the same folder with raswin.exe @set THISPGM=%~s0 @set RASMOLPATH=%THISPGM:~0,-13% @set PATH=%RASMOLPATH%;%PATH% %RASMOLPATH%\raswin.exe -script %~s1this looks a bit complicated because you need to transform the path names to old M$DOS notation. RasWin.exe can't deal with e.g. blanks in path names.
For a detailed description of all commands have a look at the RasMol manual or for short print out the RasMol 2.7.2.1 Quick Reference Card.
The shell script rasmol is intended for starting RasMol on SGI machines in the most comfortable way. Usually there are two windows on your monitor screen during a RasMol session, a command window and a viewer window. The command window is just the window of the command shell from which RasMol was started. But with rasmol a new command shell window is opened each time, RasMol is started. This window will run in background keeping your current command shell free for other work.
When RasMol is started by a WWW browser, the first thing is to start xterm or a new shell window, and then to launch the rasmol executable from this new window. Exactly this is done by the script rasmol. The optional argument "-nofork" is only required if rasmol is started from Netscape 4.7x, because any helper application started by Netscape 4.7x must run in foreground.
The shell script
rascript.bat or rascript.csh
are intended starting the RasMol program using the -script option with Mozilla, InternetExplorer or Opera.
Bacause I failed adding parameters to the program call within these browsers helper application configuration, the -script parameter
is hidden in these batch files.
On WIntel the RasWin command line window starts minimized, look for it on the task bar.
Peter Slickers, 23-Oct-1996, @ltered jr 18-Sep-2003