Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue151 use json for genome status file (#157)
* re-format code * remove deprecated methods and unused varaibles * refactor class GenomeStatus * remove private method `_get_genome_status_log` instead you can use GenomeStatus.load_from_json. * update GenomeStatus usage in podp antismash downloader * Update __init__.py * update GenomeStatus attribute names in tests * remove tests for old GenomeStatus class * fix GenomeUsage usage in tests * add unit tests for GenomeStatus class * rename method `load_from_json` to `read_json` * rename method `save_to_json` to `to_json` * change parameter `output_dir` to `file` for `to_json` method * enable `to_json` return string when output file is None * fix refseq id `None`
- Loading branch information