In some MDL files, I found the R# symbols can not handle by MDL plugin.
for example:
51.0955 -14.3670 0.0000 R# 0 0 0 0 0 0 0 0 0 0 0 0
And in bool MDLFormat::TestForAlias() it does not support this format.
if(symbol.size()==1 || isdigit(symbol[1]) || symbol[1]=='\'' || symbol[1]=='¢')
Thank you.
RGroup features are not currently supported in MDL files.
However, if you were able to provide some real example files, it would help any future attempt to add these features.
I uploaded .mol sample file which download from http://www.kegg.jp/kegg/drug/
I hope this will be helpful.
Thank you.