- [2024.12.16] - Added
--graph auto
and--paths auto
to try and automatically detect files - [2024.12.16] - Added alias for key command line arguments
- [2024.12.13] - Added support for Python v3.8.x
- [2024.12.12] - Added
--assembler auto
to automatically detect assembler used
- [2024.12.12] - Added support for
Pyrodigal
andPyHMMSearch
instead ofFragGeneScan
andHMMSearch
- [2024.12.12] - Added support for precomputed genes via
--proteins
and--proteins_to_contigs
arguments - [2024.12.11] - Changed .fasta to .fa extension
- [2024.12.11] - Removed
--prefix
argument - [2024.12.11] - Removed
--no_cut_tc
and--mg_threshold
because PyHMMSearch does not use coverage filter at the moment - [2024.12.11] - Changed
output_path
tooutput_directory
with intermediate files being added in this directory only
- Add precomputed
PyHMMSearch
results - Check abundance tables to make sure there are 2 columns
- If
--graph auto
or--paths auto
do not find files in--contigs
directory then look in BAM directory (useful forVEBA
when using unbinned.fasta)