Summary
- Fix the issue where the
phase
command callsfai_load()
each time it fetches a reference sequence, changing it to call only once. - It will no longer fetch reference sequences without SNP cover.
phase
command calls fai_load()
each time it fetches a reference sequence, changing it to call only once.