
obabel
List of commands for obabel:
-
obabel:tldr:15374 obabel: Convert a SMILES string to a 500x500 picture.$ obabel -:"${SMILES} -O ${path-to-output_file-png} -xp 500try on your machineexplain this command
-
obabel:tldr:16290 obabel: Render multiple inputs into one picture.$ obabel ${filename1} ${filename2} -O ${path-to-output_file-png}try on your machineexplain this command
-
obabel:tldr:18d6b obabel: Convert a .mol file to XYZ coordinates.$ obabel ${filename-mol} -O ${path-to-output_file-xyz}try on your machineexplain this command
-
obabel:tldr:4fee1 obabel: Convert a file of SMILES string to separate 3D .mol files.$ obabel ${filename-smi} -O ${path-to-output_file-mol} --gen3D -mtry on your machineexplain this command