Skip to content

Releases: AstrobioMike/bit

v1.12.3

26 Jun 18:35

Choose a tag to compare

  • modifications to bit-cov-analyzer
    • default --min-region-length set to 500 to help reduce overwhelming output and focus on larger regions
    • added a column for "zero_cov_bases" to output low- and high-coverage region tsvs

v1.12.2

25 Jun 19:57

Choose a tag to compare

  • additions to bit-cov-analyzer
    • added N filtering
      • if an an identified low-coverage region is more than 50% Ns, it won't be reported in the output low-coverage table
    • added --min-region-length parameter, though the default is 0 (so smallest window size)
    • modularized this script

v1.12.1

25 Jun 14:14

Choose a tag to compare

  • adding seed option to bit-gen-reads

v1.12.0

24 Jun 16:49

Choose a tag to compare

  • integrating bit-ez-screen reads mode, and making the original "assembly-input" mode a subcommand (bit-ez-screen assembly)

v1.11.1

20 Jun 17:50

Choose a tag to compare

  • fixing read-header formatting for paired read from bit-gen-reads
  • fixing conda recipe meta.yaml and update-conda-package.sh

Full Changelog: v1.11.0...v1.11.1

v1.11.0

18 Jun 19:55
3540791

Choose a tag to compare

  • making bit a python package (to facilitate sharing functions, formatting, etc. overtime and moving forward)
  • making bit-version python instead of bash, and pulling version from setup.py now
  • added conda recipe here instead of being maintained elsewhere

v1.10.9

04 Jun 19:48

Choose a tag to compare

  • fixing bit-get-workflow to be able to pull from all prior releases instead of just recent ones

SRA download workflow v1.1.0

04 Jun 19:27

Choose a tag to compare

  • updated so workflow can now deal with single-end sra objects also

v1.10.8

03 Jun 14:51

Choose a tag to compare

  • fix to bit-dl-ncbi-assemblies
    • previously the duplication check on input target accessions wasn't working properly

v1.10.7

03 Jun 13:13

Choose a tag to compare

  • updating bit-rename-fasta-headers to be able to take a specific prefix and suffix concurrently