Subversion Repositories wimsdev

Rev

Blame | Last modification | View Log | RSS feed

  1. !read lang/help.phtml.$modu_lang $special_parm
  2.  
  3. !exit
  4. Conversion options
  5. -f <#> Start import at molecule # specified
  6. -l <#> End import at molecule # specified
  7. -e Continue with next object after error, if possible
  8. -z Compress the output with gzip
  9. -k Attempt to translate keywords
  10. -H Outputs this help text
  11. -Hxxx (xxx is file format ID e.g. -Hcml) gives format info
  12. -Hall Outputs details of all formats
  13. -V Outputs version number
  14. -L <category> Lists plugin classes of this category, e.g. <formats>
  15.    Use just -L for a list of plugin categories.
  16.    Use -L <ID> e.g. -L sdf for details of a format or other plugin.
  17. -m Produces multiple output files, to allow:
  18.     Splitting: e.g.        obabel infile.mol -O new.smi -m
  19.       puts each molecule into new1.smi new2.smi etc
  20.     Batch conversion: e.g. obabel *.mol -osmi -m
  21.       converts each input file to a .smi file
  22. For conversions of molecules
  23. Additional options :
  24. -d Delete hydrogens (make implicit)
  25. -h Add hydrogens (make explicit)
  26. -p <pH> Add hydrogens appropriate for this pH
  27. -b Convert dative bonds e.g.[N+]([O-])=O to N(=O)=O
  28. -r Remove all but the largest contiguous fragment
  29. -c Center Coordinates
  30. -C Combine mols in first file with others having same name
  31. --filter <filterstring> Filter: convert only when tests are true:
  32. --add <list> Add properties from descriptors
  33. --delete <list> Delete properties in list
  34. --append <list> Append properties or descriptors in list to title:
  35. -s"smarts" Convert only if match SMARTS or mols in file:
  36. -v"smarts" Convert only if NO match to SMARTS or mols in file(not displayed in GUI)
  37. --join Join all input molecules into a single output molecule
  38. --separate Output disconnected fragments separately
  39. --property <attrib> <value> add or replace a property (SDF)
  40. --title <title> Add or replace molecule title
  41. --addtotitle <text> Append text to title
  42. --writeconformers Output multiple conformers separately
  43. --addoutindex Append output index to title
  44. --0xout <file.xxx> Additional file output
  45. --AddInIndex Append input index to title
  46. --AddPolarH Adds hydrogen to polar atoms only
  47. --canonical Canonicalize the atom order
  48. --fillUC <param> Fill the unit cell (strict or keepconnect)
  49. --gen2D Generate 2D coordinates
  50. --gen3D Generate 3D coordinates
  51. --partialcharge <method> Calculate partial charges by specified method
  52. --readconformer Adjacent conformers combined into a single molecule
  53. --sort <desc> Sort by descriptor(~desc for reverse)
  54. --unique [param] remove duplicates by descriptor;default inchi
  55.