MayaChemTools

Previous  TOC  NextSDToMolFiles.plCode | PDF | PDFGreen | PDFA4 | PDFA4Green

NAME

SDToMolFiles.pl - Generate MDLMOL file(s) from SD file(s)

SYNOPSIS

SDToMolFiles.pl SDFile(s)...

SDToMolFiles.pl [-h, --help] [-o, --overwrite] [-r, --root rootname] [-w, --workingdir dirname] SDFile(s)...

DESCRIPTION

Generate MDLMOL file(s) from SDFile(s). All header data labels and values in SDFile(s) are simply ignored; other appopriate data from SDFile(s) is transferred to MDLMOL files. Multiple SDFile(s) names are separated by spaces. The valid file extensions are .sdf and .sd. All other file names are ignored. All the SD files in a current directory can be specified either by *.sdf or the current directory name.

OPTIONS

-h, --help
Print this help message

-o, --overwrite
Overwrite existing files

-r, --root rootname
New MDLMOL file names are generated using the root: <Root>Cmpd<Count>.mol Default for new file names: <InitialSDFileName>Cmpd<Count>.mol. This option is ignored for multiple input files.

-w, --workingdir dirname
Location of working directory. Default: current directory

EXAMPLES

To generate MDLMOL files from Sample1*.sdf and Sample2*.sd files, type:

% SDToMolFiles.pl -o Sample1*.sdf Sample2*.sd

To generate Sample*.mol files from Sample1.sdf, type:

% SDToMolFiles.pl -r Sample -o Sample1.sdf

AUTHOR

Manish Sud

SEE ALSO

InfoSDFiles.plMolFilesToSD.pl

COPYRIGHT

Copyright (C) 2004-2008 Manish Sud. All rights reserved.

This file is part of MayaChemTools.

MayaChemTools is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

 

 

Previous  TOC  NextApril 29, 2008SDToMolFiles.pl