Skip to content

version 1.3.0

Latest
Compare
Choose a tag to compare
@rhpvorderman rhpvorderman released this 02 May 15:03
· 1 commit to develop since this release
  • Added a workflow for somatic SV calling using GRIDSS, delly and manta.
  • Clever is now disabled by default. It can be enabled by setting SVcalling.runClever to true.
  • Fixed a bug which led to the removal of all BND, INS and INV events if DUPHOLD was enabled.
  • Updated SURVIVOR version to 1.0.7.
  • Added a workaround for a bug in survivor which caused the END of events detected by CLEVER to be calculated
    incorrectly resulting in incorrect merging of events.
  • The gridss outputs are now included in survivor as well.
  • Smoove can now be disabled, by setting SVcalling.runSmoove to false.
  • Added Gridss as SV caller.
  • Fix order of input VCF files when removing missing and homozygous reference genotypes.
  • Each SV type has now seperate temporary directory during sorting.
  • Both union and intersection from each SV types are generated.
  • The pipeline now first seperate SVs by types before merging.
  • Duphold can now be run optionally to annotate and remove FP deletions and duplications.
  • Replace excludeFpDupDel-option with runDuphold-option: DupHold annotation and FP filtering are now optional together.
  • Update CLEVER dockerimage.
  • DELLY: Update docker image.