User fc80487671
03-07-2014 08:29:54
Hi,
Is is possible to export the
corresponding command line options from the GUI (from either the Standardizer or the Structure Checker, version 6.3.0)?
Thanks,
Anna
User fc80487671
03-07-2014 08:29:54
Hi,
Is is possible to export the
corresponding command line options from the GUI (from either the Standardizer or the Structure Checker, version 6.3.0)?
Thanks,
Anna
User db322bc0c4
03-07-2014 12:09:34
Yes, it is possible to use the configuration in the command line. You have two options for the export. First you can export it with the "Copy" button, it will export an actionstring which you can paste into the command line. Second, you can export the actions as a xml file and after it you can use this file in the command line.
The other options have to be added manually. Important options are:
-f, --format <format> output file format (default: smiles)
-o, --output <filepath> output file (default: standard output)
Example:
standardize -c standardizer_config.xml input.smiles -f sdf -o standardized_output.sdf
User fc80487671
03-07-2014 13:15:06
OK, I have found it at the configure
step (originally I was looking for something at the end, when I have already defined everything including the output files).
Thanks!