Skip to content

Releases: SwiftSeal/HISS

v2.1.2

15 Aug 14:45
e191e99
Compare
Choose a tag to compare

Small environment yaml update

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

19 Mar 14:45
0f920ad
Compare
Choose a tag to compare

Small update to fix logging for canu_assemble rule in assembly workflow

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

26 Jan 10:33
3ed23ea
Compare
Choose a tag to compare

This update provides compatibility with Snakemake versions above 8. Unfortunately, changes to the Snakemake codebase mean this release will likely not run correct with Snakemake installations below version 8. There are also changes to our recommend run mode described in the README to deal with changes to the Snakemake codebase.

Currently, run profiles still have issues interfacing with the new Snakemake versions, so we may further update the code if the profiles catch up to the new changes.

We apologise for the inconvenience, but the changes to the dependencies are outside our control.

What's Changed

Full Changelog: v2.0.7...v2.1.0

v2.0.7

04 Dec 16:58
d629251
Compare
Choose a tag to compare

Rules have been benchmarked on the example data and many had their requirements lowered to improve efficiency.

Some small reformatting changes for consistency too.

What's Changed

Full Changelog: v2.0.6...v2.0.7

v2.0.6

09 Oct 13:30
155dcfa
Compare
Choose a tag to compare

This release patches an error with the basis of start positions in the NLR Bed file produced from the NLR Annotator text output. It was mistakenly treated as 1-based when in fact it is 0-based.

What's Changed

  • Corrects numbering in README by @TMAdams in #45
  • Adds notes on possible errors occurring with the mamba resolver by @TMAdams in #46
  • Corrects python script for creating sorted NLR bed by @TMAdams in #47

Full Changelog: v2.0.5...v2.0.6

v2.0.5

15 Jun 15:21
7325346
Compare
Choose a tag to compare

This release makes a few very minor changes, mostly to documentation. Unused environment files have been removed and a slight tweak to resources for a BLAST rule has been implemented.

What's Changed

Full Changelog: v2.0.4...v2.0.5

v2.0.4

07 Apr 09:59
cc0b554
Compare
Choose a tag to compare

Version 2.0.3 had not included a critical bug fix issued in PR 38 despite being released after approval and merge of this fix.

2.0.4 includes this and adds some additional detail to the documentation.

What's Changed

  • Formatting of output was incorrect, resolves by @TMAdams in #38
  • Explicitly states to cut down fasta headers to exactly match those in… by @TMAdams in #39

Full Changelog: v2.0.3...v2.0.4

v2.0.3-broken

22 Mar 10:09
801388f
Compare
Choose a tag to compare

DO NOT USE

This release fixes some inappropriate behaviour of the bait blast checking code and adds additional checking and improved error handling.

What's Changed

  • Reference header creation commands used append rather than overwrite.… by @TMAdams in #35
  • Add bait blast checking by @SwiftSeal in #37

Full Changelog: v2.0.2...v2.0.3

v2.0.2

16 Feb 14:29
bcde9f7
Compare
Choose a tag to compare

Fix for a variable name bug in RangeReduction.R as part of the dRenSeq workflow

What's Changed

  • Corrects mismatch in variable name for fasta file by @TMAdams in #34

Full Changelog: v2.0.1...v2.0.2

v2.0.1

15 Feb 15:35
34e0bc6
Compare
Choose a tag to compare

Bug fixes and improvements

What's Changed

Full Changelog: v2.0.0...v2.0.1