Changes between Initial Version and Version 1 of FormatConversion


Ignore:
Timestamp:
Jun 15, 2011, 10:12:50 AM (14 years ago)
Author:
FrederikHeber
Comment:

first version

Legend:

Unmodified
Added
Removed
Modified
  • FormatConversion

    v1 v1  
     1= Format conversion =
     2
     3Usually, for file conversion [http://www.openbabel.org/ OpenBabel] can be used. However, molecuilder is also capable of converting the following number of formats into one another:
     4 * [http://www.mpqc.org/ MPQC]'s .in
     5 * PCP's .conf
     6 * [http://www.tremolo-x.de/ TREMOLO-X]'s .data
     7 * standard [http://www.pdb.org/pdb/static.do?p=file_formats/pdb/index.html PDB]
     8 * standard [http://en.wikipedia.org/wiki/XYZ_file_format XYZ]
     9
     10The advantage is mostly with TREMOLO-X. Molecuilder can also parse its ''.potentials'' file and hence treat atoms correctly despite arbitrary naming.
     11
     12The howto is simple: We parse in the input format and specify the desired output format: E.g.
     13{{{
     14molecuilder -i <input file> -o xyz
     15}}}
     16would store a copy of the input file (its format is recognized by the suffix) in the desired output format, here xyz. Output formats are specified as follows: '''mpqc''', '''pcp''', '''tremolo''', '''pdb''' or '''xyz'''.