Create summary from NCBI RAPT pipeline results files.
combineResults.ipynb - parse results files and create summuries
combine.py - create gene product summary in a excel file
IN: Result folders from NCBI RAPT pipline with:
- assembly_stat_report.tsv
- annot.gbk
- ani-tax-report.xml
Out: CSV summary - anotationStat.csv
- pandas https://pandas.pydata.org/
- BioPython https://biopython.org/