Skip to content

Releases: BIONF/XspecT

v0.7.4

03 Feb 17:12
f0cec19

Choose a tag to compare

  • updated the score-based validation workflow to apply SVM abstention on all remaining reads

v0.7.3

18 Dec 14:42
4fb5e64

Choose a tag to compare

  • Add a CLI command to run the full XspecT pipeline
  • Add workflows for pan genome-informed training, score-based validation using SVM
  • Update benchmark & benchmark docs

v0.7.2

18 Nov 15:39
2e3744b

Choose a tag to compare

Added an option that allows users to exclude species by ID during classification

v0.7.1

10 Nov 23:08
2a06a07

Choose a tag to compare

  • Lazy load PubMLST available organisms to avoid rate limiting issues
  • Fix docs CI error

v0.7.0

10 Nov 16:43
4e41322

Choose a tag to compare

  • Refactor MLST classification to better align with XspecT model architecture
  • Update benchmark, e. g. to use Refseq instead of Genbank, use a fixed version of XspecT, simulate reads using ART and use all available genomes for read generation
  • Update docs
  • Minor bugfixes

v0.6.0

24 Sep 09:14
0073ae5

Choose a tag to compare

  • Update benchmark
  • Add misclassification detection
  • Expose data quality filters to the CLI when training with NCBI data
  • Update docs

v0.5.4

18 Aug 12:43
388603f

Choose a tag to compare

  • Updated the benchmark to use 100000 reads of length 100 for each input assembly, with up to three assemblies per species
  • Speed up CLI by lazy loading dependencies
  • Optionally show display names in classification results using -n / --display-names
  • Updated docs

v0.5.3

08 Jul 18:38
f690515

Choose a tag to compare

Bugfix: Ensure that the subtree is also considered when getting accessions

v0.5.2

16 Jun 16:21
2cdd267

Choose a tag to compare

  • Filtering capabilities are now available in XspecT Web
  • Output parent directories are now automatically created, if they do not exist
  • Documentation updates (Mkdocs & docstrings)
  • Minor changes & bugfixes

v0.5.1

22 May 12:07
88ea294

Choose a tag to compare

  • Support for whole directories as input
  • Allow saving of classification results when filtering
  • More comprehensive logging
  • Input validation for filtering thresholds
  • Search for XspecT data directory in home directory, not just in the current working directory
  • Updated readme