ebi-chebi / ChEBI

Chemical Entities of Biological Interest (ChEBI) is a freely available dictionary of molecular entities focused on ‘small’ chemical compounds.
https://www.ebi.ac.uk/chebi
Creative Commons Attribution 4.0 International
42 stars 10 forks source link

Non-ascii characters in CHEBI:71190 MOL file #3196

Closed smoretti closed 7 years ago

smoretti commented 7 years ago

Hi

CHEBI:71190 contains non-visible non-ascii characters at the top of its mol file. od -c ChEBI_71190.mol | head to view this. perl -i -pe 's/[^[:ascii:]]//g' ChEBI_71190.mol to fix this.

This may disrupt some software.

Regards

adekker2 commented 7 years ago

Thanks for bringing our attention to this issue,

the molfile has been fixed now.

Best Regards, ChEBI Team.