Skip to content

Releases: AstrobioMike/bit

v1.8.63

15 Oct 09:30
Compare
Choose a tag to compare
  • updating bit-get-accessions-from-GTDB
    • updated links so they match new changes in GTDB
      • *metadata.tar.gz file suffixes were changed to *metadata.tsv.gz
    • improved formatting of output filenames when doing a species search (so spaces are replaces with dashes)

v1.8.62

10 Oct 05:21
de8b6e9
Compare
Choose a tag to compare
  • updating bit-combine-bracken-and-add-lineage to accept a user-specific taxonkit db directory rather than the default ~/.taxonkit location, thanks to contribution from @sterrettJD (#16)

v1.8.61

13 Jul 19:54
Compare
Choose a tag to compare
  • updating bit-dl-ncbi-assemblies to enable downloading nucleotide cds files (*_cds_from_genomic.fna.gz, based on input format argument of "nt_cds")

v1.8.60

26 Jun 19:23
8aea5c7
Compare
Choose a tag to compare
  • bit-kraken2-to-taxon-summaries

    • updated to use pandas concat instead of append, as append has become deprecated from v2+ (https://stackoverflow.com/a/75956237)
    • added test data (test-data/kraken-example-output.tsv)
  • not managed here, but from v1.8.60 on, the conda install requires pandas v2+

v1.8.57

19 Jan 02:13
Compare
Choose a tag to compare
  • adding flag to bit-lineage-to-tsv that will make arbitrary taxids useful for other helper programs

v1.8.56

12 Jan 23:39
Compare
Choose a tag to compare
  • adding bit-lineage-to-tsv and shebang fix 🤦‍♂️

v1.8.55

12 Jan 00:37
Compare
Choose a tag to compare
  • adding bit-lineage-to-tsv

v1.8.54

22 Nov 17:48
Compare
Choose a tag to compare
  • moved scripts to bit sub-directory so not cluttering up repo home page
  • added bit-data-locations (repurposed from GToTree) to manage any ref data locations
  • added helper-bit-check-or-setup-GTDB-files.py
  • started stub-bit-GTDB-tax-to-NCBI-tax, but with other avenues not sure if i'm going to finish it. For now leaving as a stub with a message if called about another way to do this with sourmash 👍

v1.8.53

24 May 04:25
Compare
Choose a tag to compare

v1.8.52

29 Apr 21:36
Compare
Choose a tag to compare
  • fix to recent bug introduced to bit-dl-ncbi-assemblies
    • was an indentation problem in helper-bit-parse-assembly-summary-file.py)