Releases: apcamargo/genomad
Releases · apcamargo/genomad
geNomad v1.2.0
Changed
- Mention the Zenodo upload of geNomad's database in
README.md
. - Add the following sentence for the help dialogue of the
--min-plasmid-marker-enrichment
,--min-virus-marker-enrichment
,--min-plasmid-hallmarks
, and--min-virus-hallmarks
parameters: "This option will be ignored if the annotation module was not executed". - Apply a uniform prior to the empirical sample composition in
score_batch_correction
. This will shrink the effect of calibration when the empirical composition distribution is very skewed. - Reduce the
--min-score
in theREADME.md
example to 0.7.
Fixed
- Fix a bug in the score calibration module where the sample size was set to a constant value and the "Your sample has less than 1,000 sequences…" warning would always appear.
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.