Skip to content

Releases: cancerit/BRASS

v6.3.4 - bedtools errors

12 Jul 12:19
Compare
Choose a tag to compare

Bedtools causing stack collision errors on subset of processing, updated to 2.29.2 appears to resolve.

Also had to fix R library gam to version 1.16.1 due to failures with very new 1.20 version.

v6.3.3 - singularity edgecase

29 Jun 11:48
Compare
Choose a tag to compare

Issue only occurs under Singularity execution of pulled docker container. Error along lines: binary file cannot be executed.

v6.3.2 - fix edge case due to field order in RG headers

26 Jun 15:47
Compare
Choose a tag to compare
  • Fix issue caused by ID bring final element of RG header #99.
  • Also fixes #98

v6.3.1 - fix edgecase

18 Apr 16:43
Compare
Choose a tag to compare

Fix undefined value when refining breakpoints.

Change has no impact on large scale internal testing result.

Docker image will be available via: docker pull quay.io/wtsicgp/brass:v6.3.1

(https://quay.io/repository/wtsicgp/brass)

v6.2.1 - hotfix

24 Apr 10:48
Compare
Choose a tag to compare
  • Resolves #80
    • Fail when RG==0
  • Resolves #84
    • use helpers when reading inputs

v6.2.0

01 Nov 15:39
Compare
Choose a tag to compare
  • Fixed bug where subset of intervals does not have reads -issue#65
  • Informative error when .bas file is absent - issue #71
  • temp file were now kept after running filter step - issue #73
  • Fixed issue #66
  • Added script to process centro/telomere data - issue #70
  • Fixed bug where intermediate file name matches with one of the sample

v6.1.2 - Hotfix tabix->query to query_full

27 Mar 12:12
Compare
Choose a tag to compare

v6.1.2

  • Change tabix->query to tabix->query_full

fix instance of 'keys on reference'

25 Jan 14:08
87be844
Compare
Choose a tag to compare

Only an issue if installation fails on 6.0.5 due to later versions of perl promoting this to a fatal error.

v6.0.5 - Refseq out of range

02 Oct 20:06
77ac821
Compare
Choose a tag to compare

Events close to start of contigs (<1kb) attempted to select from fasta file with negative values. This resolves this by setting min value of 1.

Errors like the following are the symptom:

Use of uninitialized value in uc at /.../bin/filter_with_microbes_and_remapping.pl line 216.

or

Use of uninitialized value in transliteration (tr///) at /.../bin/filter_with_microbes_and_remapping.pl line 529.

v6.0.2 - Prevent result instability

19 Jul 09:08
aef5b0f
Compare
Choose a tag to compare
  • Fixes instability in results due to unsorted keys used in outputs.
    • Perls 5.18+ give variability on duplicate runs as hash keys have enforced randomisation. Found all relevant instances, outputs are now stable between runs and perl versions.
  • Shortened paths in *.intermediates.tar.gz