On the link https://github.com/biojava/biojava-tutorial/blob/master/structure/chemcomp.md, we're told that we can fetch missing Chemical Component Definitions on the fly after setting params by using: "params.setLoadChemCompInfo(true);".
In BioJava versions: 4.2.0, 4.2.9 and 4.2.11, setLoadChemCompInfo is not a method of the FileParsingParameters class and therefore this solution is not valid.
On the link https://github.com/biojava/biojava-tutorial/blob/master/structure/chemcomp.md, we're told that we can fetch missing Chemical Component Definitions on the fly after setting params by using: "params.setLoadChemCompInfo(true);".
In BioJava versions: 4.2.0, 4.2.9 and 4.2.11, setLoadChemCompInfo is not a method of the FileParsingParameters class and therefore this solution is not valid.