Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Releases: Illumina/manta

manta-0.21.0

27 May 17:32
Compare
Choose a tag to compare

Primarily germline calling improvements:

  • Added a new filter for ambiguously mapped contigs.
  • Assembly read selection for insertions (and to a lesser degree) all variants has been greatly improved,
  • Minor assembler and somatic call filtering fixes.

manta-0.20.1

18 May 22:05
Compare
Choose a tag to compare

v0.20.1

  • Lower default min candidate size to 8

v0.20.0

  • MANTA-136 turn on conservative large insertion calling
  • MANTA-126 multi-junction SV scoring
  • MANTA-131 improve large somatic sv specificity with expanded
    supporting evidence search
  • RNA: track candidate orientation

manta-0.19.0

04 Mar 07:20
Compare
Choose a tag to compare
manta-0.19.0 Pre-release
Pre-release
  • MANTA-127 RG based insert stats (default off)
  • MANTA-128 Improved pair orientation estimation and error checks
  • Improve fusion specificity in RNA-Seq mode
  • MANTA-125 add experimental large insertion calling (default off)
  • MANTA-125 add tier2 permissive split score to reduce small somatic
    FP deletions
  • MANTA-125 add tier2 chimera rate to reduce somatic FP calls

manta-0.18.0

13 Feb 15:29
Compare
Choose a tag to compare
manta-0.18.0 Pre-release
Pre-release
  • MANTA-125 modify pair weight for small SVs
  • MANTA-120 Improve stability of SV scoring as a function of read length

manta-0.17.0

06 Feb 16:14
Compare
Choose a tag to compare
manta-0.17.0 Pre-release
Pre-release
  • Filter SA split read segments by MAPQ value
  • MANTA-116 better handle BWA-mem SA split-reads for inversions
  • MANTA-118 static libstdc++ for gcc 4.5+

manta-0.16.0

30 Jan 17:21
Compare
Choose a tag to compare
manta-0.16.0 Pre-release
Pre-release
  • MANTA-117 add somatic quality score
  • fix SA tag parsing
  • MANTA-27 accept bam/fasta filenames with spaces

manta-0.15.0

10 Dec 17:52
Compare
Choose a tag to compare
manta-0.15.0 Pre-release
Pre-release
  • MANTA-108 combine clip/semi-aligned evidence detection, don't detect
    overlapping reads as assembly evidence
  • MANTA-98 make fewer bam scans during scoring
  • MANTA-106 add high depth limit to candgen and assmbler
  • MANTA-75 Better match reads to SV candidates to improve
    runtime and lower repeat observations (part 2)
  • MANTA-105 filter poorly supported candidates to reduce per-edge compute time
  • MANTA-103 fix issue in RNA and WES modes introduced by MANTA-99

manta-0.14.0

26 Nov 20:49
Compare
Choose a tag to compare
manta-0.14.0 Pre-release
Pre-release
  • MANTA-102 filter calls with high MQ0 fraction
  • MANTA-99 add high-depth graph filter to improve FFPE runtime
  • MANTA-100 allow for neighbouring variants during assembly
  • MANTA-83 sort vcfs in bam chrom order
  • MANTA-96 Keep matching read pairs after candidate generation
    read buffer fills
  • MANTA-89 Use semi-mapped read pairs to improve germline/somatic
    classification.
  • MANTA-92 Add edge runtime performance log
  • MANTA-75 Better match reads to SV candidates to improve
    runtime and lower repeat observations
  • MANTA-85 Increase uniformity of tags in vcf output

manta-0.13.2

18 Nov 18:09
Compare
Choose a tag to compare
manta-0.13.2 Pre-release
Pre-release

Documentation update:

  • This release includes a first complete pass at the installation and user guides. The variant call output should be identical to manta-0.13.1

manta-0.13.1

15 Nov 05:34
Compare
Choose a tag to compare
manta-0.13.1 Pre-release
Pre-release

Bugfix release for manta-0.13.0

  • MANTA-81 Fix small indel somatic false negatives introduced
    in MANTA-63
  • MANTA-80 Additional workflow options: run subsections of the
    genome, finer task parallelization control and merge multiple
    input BAMs per sample.