You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release contains many new features! Of particular note:
sourmash now estimates and outputs average nucleotide identity (ANI) based on k-mer measures;
sourmash sketch translate is no longer unusably slow;
we provide Mac OS 'arm64' wheels for the new M1 Macs;
we've added a number of support features for managing large collections of signatures and building very large databases;
and we've added support for SQLite databases that can be used for storing and searching signatures and doing Kraken-style LCA analysis of genomes and metagenomes.
In addition, we have built updated Genbank genome databases (with contents from March 2022) as well as GTDB R07-RS207 databases; see the prepared databases page. We've also made some benchmarks available for these databases, so you can get some idea of the necessary computational resources for your searches.
Last but by no means least, we have begun providing a number of examples and recipes for using sourmash - see the new sourmash examples Web site!
lists below based on:
copy/pasted from https://hackmd.io/u4XjptG8SuCmthxM-NtgXw, pls update top comment markdown over there.
release notes sourmash v4.4.0
This release contains many new features! Of particular note:
sourmash sketch translate
is no longer unusably slow;In addition, we have built updated Genbank genome databases (with contents from March 2022) as well as GTDB R07-RS207 databases; see the prepared databases page. We've also made some benchmarks available for these databases, so you can get some idea of the necessary computational resources for your searches.
Last but by no means least, we have begun providing a number of examples and recipes for using sourmash - see the new sourmash examples Web site!
Major new features:
compare
,search
,prefetch
, andgather
#1967, [MRG] do not report untrusted jaccard ANI #2011, 1798: implementation of function to test if cardinality estimate is accurate wrt scale size #2031, [MRG] prevent ANI estimation when sketch size estimate may be inaccurate #2032)curl -JLO
#2038)Index
,CollectionManifest
, andLCA_Database
#1808)sourmash sketch fromfile
([WIP] add support forsourmash sketch fromfile
functionality. #1884, [MRG] implementsourmash sketch fromfile
#1885, [MRG] createComputeParameters.from_manifest_row
in support ofsourmash sketch fromfile
#1886, [MRG] provide minimum sourmash version information aboutsketch fromfile
#2009)sourmash sig check
for comparing picklists and databases ([MRG] addsourmash sig check
for comparing picklists and databases #1907, [MRG] fixsig check
manifest rebuilding #1915, [MRG] fix sig check --fail-if-missing #1917)sig collect
command ([MRG] addsig collect
command #2036) for building standalone manifests from many databasesStandaloneManifestIndex
class for direct loading of manifest CSVs #1891)-A/--abundance-from
tosig subtract
& addsig inflate
([MRG] add-A/--abundance-from
tosig subtract
& addsig inflate
#1889)Minor new features:
-d/--debug
tosourmash sig describe
; upgrade output errors. ([MRG] add-d/--debug
tosourmash sig describe
; upgrade output errors. #1782)sum_hashes
tosourmash sig describe
output. ([MRG] addsum_hashes
tosourmash sig describe
output. #1882)Bug fixes:
SeqToHashes
translate
([MRG] Speed-upSeqToHashes()
#1938, [MRG] speed upSeqToHashes
translate
#1946)Cleanup and documentation fixes:
covered_bp
property to better reflect function ([MRG] renamecovered_bp
property to better reflect function #2050)Developer updates:
Index
,CollectionManifest
, andLCA_Database
classes ([MRG] provide "protocol" tests forIndex
,CollectionManifest
, andLCA_Database
classes #1936)test_index.py
tests. ([MRG] cleanup and commenting oftest_index.py
tests. #1898, [MRG] minor improvements toIndex
tests #1900)_signatures_with_internal
([MRG] refactor_signatures_with_internal
#1896)The text was updated successfully, but these errors were encountered: