BioC-JSON icon indicating copy to clipboard operation
BioC-JSON copied to clipboard

incorrect name of xml reader in bioc-json.py

Open SonjaAits opened this issue 4 years ago • 0 comments

bioc-json.py seems to have incorrect names for the xml reader. when using option -j I received an error (AttributeError: module 'bioc' has no attribute 'BioCReader') until replacing the line reader = bioc.BioCReader(in_file) with reader = bioc.BioCXMLReader(in_file)

SonjaAits avatar Mar 12 '20 17:03 SonjaAits