Skip to content

v2.2.0

Latest

Choose a tag to compare

@rpetit3 rpetit3 released this 09 May 04:30
· 10 commits to main since this release

2.2.0

New Features

  • bactopia-search now falls back to SRA (via pysradb) when ENA returns no results, addressing sync delays between the two databases
    • Added --provider [ena|sra] flag to control which database is queried first (default: ena)
    • Added --only-provider flag to disable fallback and query only the selected provider
    • Search summary output now includes a PROVIDER line indicating which database returned results

New Dependencies

  • Added pysradb (>=2.2.0) for SRA metadata queries

Bug Fixes

  • Fixed docs lint tests to match updated Nextflow version (26.04.0)