Releases: apcamargo/genomad
Releases · apcamargo/genomad
geNomad v1.1.0
Added
- Dockerfile for version 1.0.0.
Sequence
class: add support forstr
in__eq__
.Sequence
class: add a__hash__
method.- Compute marker enrichment in the
marker-classification
module. - Add columns for plasmid and virus marker enrichment to the
_plasmid_summary.tsv
and_virus_summary.tsv
files. - Set
--min-plasmid-marker-enrichment
and--min-virus-marker-enrichment
to0
as default. This will alter the results when using default parameters. - Add support for plasmid and virus hallmarks. Requires geNomad database v1.1.
- Add CONJscan annotations to
_plasmid_summary.tsv
. Requires geNomad database v1.1.
Changed
Sequence
class: simplifyhas_dtr
return statement.Sequence
class: make__repr__
more friendly for long sequences.Sequence
class: rename theid
property toaccession
.- Amino acids are now written to
_provirus_aragorn.tsv
. - Update the XGBoost model file to the
.ubj
format. - Require
xgboost >=1.6
. - The taxonomic lineage in
_taxonomy.tsv
and_virus_summary.tsv
will useViruses
as the highest rank, instead ofroot
. - Change order of the columns in
_plasmid_summary.tsv
and_virus_summary.tsv
. - Explicitly set
fraction
to0.5
intaxopy.find_majority_vote
.
Fixed
- tRNA coordinates are now 1-indexed.
- Write
summary_execution_info
. - Fix a problem in
DatabaseDownloader.get_version
where only the major version was compared.
geNomad v1.0.0
- First release.