Skip to content

"--resume" now evaluates the files already produced

Latest
Compare
Choose a tag to compare
@iquasere iquasere released this 11 Jan 17:03
· 1 commit to master since this release

For both data_for_charting.tsvand taxon_to_mmap_to_orthologs .json:

  • if the --resume parameter was used and the file is found, KEGGCharter won't generate it again.
  • else, KEGGCharter will again generate the data, and overwrite the file if it exists.

Also, an important fix

On retrieving kegg taxa prefixes - checks with type(taxa) == str now, instead of taxa != np.nan.