I have such smiles string: [O-][N+](=O)c1ccccc1
That is charges.
How do I remove charges and generate the picture without them?
Here is what I have tried:
/Applications/ChemAxon/JChemSuite/bin/standardize -c "neutralize..clean2d:full"
/Users/user/Desktop/FolderForAnalysis/IMAGES_GEN/SMI/mol30.smi -o Downloads/testMolCon.smi
Doesn't remove the charge: [O-][N+](=O)c1ccccc1 - output
Image generation:
/Applications/ChemAxon/JChemSuite/bin/molconvert png:scale500,H_off,#0007e5ed,setcolors:a1:#07e5ed,b1:#07e5ed /Users/user/Desktop/FolderForAnalysis/IMAGES_GEN/SMI/mol30.smi -o /Users/user/Desktop/FolderForAnalysis/IMAGES_GEN/img/mol30.png
What do I use to have picture/smiles/both without the charges?
Many thanks for the support!