Skip to content

Releases: bcgsc/mavis

v3.1.2

17 Aug 18:02
bf2010b
Compare
Choose a tag to compare

Bugfixes:

  • fix error on empty columns
  • fix chromosome comparison check

v2.2.12

19 Jun 18:41
861eed4
Compare
Choose a tag to compare

Improvements

  • #326 Adding arriba support to v2
  • #352 update imprecise breakpoints to v2

v3.1.1

27 Mar 18:26
0af520a
Compare
Choose a tag to compare

Improvements

  • Update mavis summary

Bugfixes

  • Fix ref alt calculation
  • Fix tests so tests can run again on github

v3.1.0

15 Nov 22:11
dbbd9a3
Compare
Choose a tag to compare

BugFixes

  • Require mavis config v1.2.2+ to fix snakemake dependency error (#335)

New Features

  • Support for new SV(like) callers arriba and straglr

Improvements

  • code refactoring to improve validate module readability

v3.0.0

23 Feb 20:41
479fdeb
Compare
Choose a tag to compare

Breaking Changes

  • Uses snakemake instead of internal scheduler code
  • Use JSON config instead of large number of command-line arguments
  • Use nested translations to allow polycistronic transcripts in annotations file
  • Do not use # to start header line in mavis tab files

New Features

  • Add conversion tool for upgrading v3 annotations files and converting gtf/gff3 files

Improvements

  • Upgraded pysam (no longer being used to load vcfs)

v2.2.11

06 Jan 17:08
e4c67a5
Compare
Choose a tag to compare

Bugfixes

  • #237 Fix paths in annotation doc
  • Fix mavis config TypeError when invalid tool is given
  • Bugfix/debug dependency install

Improvements

  • add formal support for MuTect input
  • #253 adding qos priority to slurm

v2.2.9

03 Dec 20:05
ad01c94
Compare
Choose a tag to compare

BugFixes

  • Documentation: Update links to old docs to use new RTD links
  • Documentation: Make sure column and settings files are generated when RTD builds the docs
  • write logs when jobs fail running in local mode

Improvements

  • #234 add better error message for mavis not found on path

v2.2.8

06 Nov 01:34
74cc132
Compare
Choose a tag to compare

BugFixes

  • #227 fix_mismatched_annotation

Improvements

  • Updating docs
  • Updates to the ensembl json script

v2.2.7

06 Jul 20:20
e205d9e
Compare
Choose a tag to compare

BugFixes

  • #213 (VCF): Allow non-translocations to use BND syntax for inputs. Infer break1 orientation from BND alt notation

Improvements

  • Use separate submodules for tool conversion code
  • lint with black

v2.2.6

03 Jun 20:42
77be415
Compare
Choose a tag to compare

BugFixes

#189 Fix clustering bug by shifting start of second breakpoint for intra-chromosomal breakpoint merges
#195 BugFix from the 2.2.5 release where these were defaulted to strings instead of arrays

Features

Update readthedocs configuration
Add python3.7 to the tox and travis configs
Update the contributor directions