MarvinSpace Application Options
Version 5.8.1
MarvinSpace is a 3D molecular visualizer application to display
macromolecules like proteins, protein-ligand complexes, RNA/DNA.
It is available as part of the Marvin Beans package.
Usage
mspace [options] [structure files]
Options
-h, --help |
print command line help |
- |
import structures from standard input |
-v, --verbose | verbose mode |
-c, --columns <number> |
the number of visible columns (maximum: 5) |
-r, --rows <number> |
the number of visible rows (maximum: 4) |
-n, --nMols <number> |
the number of molecules to import (default: 1000) |
--multiCell <number> |
loads every input molecule to an empty cell |
--singleCell <number> |
loads every input molecule to the same cell |
-q, --quality ( L[ow], M[ed], H[igh] ) (default: Med) |
sets display quality |
-p <string> <string> |
display property |
Multiple structure files can be passed in the command line. However,
the number of molecules actually displayed is influenced by other parameters,
namely -n, -c and -r. The number of cells
(and thus the number of structures displayed) is the minimum of the product
of row count and column count and the number of structures specified
by the -n option.
Note, that the maximum number of cells is limited to 20.
Note, that Java VM options (like heap size) can be passed to JVM through the mspace command line.
Examples
- Display the macromolecule defined in the given PDB file:
mspace 4DFR.pdb
- View the first 6 structures from the given input file in a 2 rows by 3 columns table :
mspace -r 2 -c 3 molecules.sdf
- View upto 10 structures defined in an SDFile in the same cell:
mspace -n 10 --singleCell ligands.sdf
- Show the macromolecule defined in the given PDB file with the highest
display quality :
mspace -q High 1AID.pdb
- To display verylarge structures the heap size should be increased, in particular
for surface calculations.
mspace -Xmx256M 1FFK.pdb
MarvinSpace Parameters and Events
Do you have a question? Would you like to learn more? Please browse among the related topics on our support forum or search the website. If you want to suggest modifications or improvements to our documentation email our support directly!


