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.
mspace [options] [structure files]
-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.
mspace 4DFR.pdb
mspace -r 2 -c 3 molecules.sdf
mspace -n 10 --singleCell ligands.sdf
mspace -q High 1AID.pdb
mspace -Xmx256M 1FFK.pdb
MarvinSpace Parameters and Events