Skip to content

Releases: sunbeam-labs/sunbeam

Version 2.0.0

22 Jan 22:57
ba0aa2c
Compare
Choose a tag to compare

This release introduces the ability to use an SRA number to start projects with sunbeam init, which should be a huge gain for reproducibility. We've also made a significant number of bug fixes and optimizations and improved the documentation around making extensions.

Major contributors:

v1.3.0 - Bugfixes

12 Jul 12:58
0399ae0
Compare
Choose a tag to compare
  • Pinned dependencies for trimmomatic (0.36) and bwa (0.7.17)
  • Better handling of empty values for host genomes and mapping target genomes
  • More robust project folder creation in sunbeam init

Bugfixes

24 May 22:46
cc0c6ad
Compare
Choose a tag to compare

Better handling of sample name edge cases when guessing sample name format.

Bugfixes

24 May 13:29
ce2f035
Compare
Choose a tag to compare

Bugfixes in this release:

  • Better sample name guessing (#139)
  • Snakemake dependency locked to 4.8.1
  • reports.rules refactored to avoid 'report' keyword
  • no label truncation in vsearch

Low complexity read removal; assorted fixes

02 May 15:24
593754c
Compare
Choose a tag to compare

Changes:

  • Komplexity now removes low-complexity reads by default instead of masking them.
  • Better single-end rule behavior
  • Documentation updates
  • Various other bug fixes

Bugfixes and report format changes

08 Apr 18:38
3624a25
Compare
Choose a tag to compare
  • report outputs number of removed reads for each host after decontam
  • use static binary for komplexity filtering to fix reliance on glibc
  • remove max length for contigs (was 50k)

Version 1.0.0 (Stable)

22 Mar 17:19
f78c13a
Compare
Choose a tag to compare

First stable release.

Major changes from the pre-release version:

  • Support for single-end sequencing reads
  • Low-complexity masking using Komplexity
  • Support for extensions
  • Ergonomic command-line interface (via sunbeam command)
  • Documentation on ReadTheDocs
  • Better assembler
  • Better ORF finder
  • Arbitrary host/contaminant genome filtering
  • Semantic versioning and updating
  • Robust install and test scripts

Bugfixes

23 Dec 20:47
Compare
Choose a tag to compare
Bugfixes Pre-release
Pre-release

This update fixes numerous bugs.

Initial version

19 Dec 22:29
Compare
Choose a tag to compare
Initial version Pre-release
Pre-release

NOTE: This release is in alpha stage and any pipeline endpoints, config file parameters, and other major features may change at any time.

Initial release.