Skip to content

Releases: bihealth/snappy-pipeline

v0.3.0

09 Dec 14:33
5d11f31
Compare
Choose a tag to compare

What's Changed

  • feat: enabled mbcs meta-tool in the ngs_mapping step model by @ericblanc20 in #545
  • feat: Update GCNV environment to 0.9 kernel and GATK4.6.1 by @Nicolai-vKuegelgen in #557
  • fix: extra args check by @tedil in #551
  • fix: replace vep/run wrapper environment.yaml with symlink to vep environment.yaml by @tedil in #555
  • chore: add .readthedocs.yaml for rtd v2 by @tedil in #549
  • chore: don't assume mamba is available in tests by @tedil in #552
  • chore: Create dependabot.yml by @tedil in #559
  • chore: Update dependency constraints by @tedil in #566
  • chore: use pydantic short version in tests by @tedil in #569
  • chore: fix dependency version constraints by @tedil in #570

Full Changelog: v0.2.2...v0.3.0

v0.2.2

13 Nov 14:13
c4ce2b0
Compare
Choose a tag to compare

0.2.2 (2024-11-13)

Bug Fixes

  • chr format detection in gcnv wrappers needs to always use egrep (#529) (ac52a6f)
  • mehari wrapper fix_manta_invs.py requires python >=3.11, update conda env (#542) (c44aaea)
  • unconditionally add optitype and arcashla sub_steps (#547) (73bbf66)

v0.1.1

12 Jul 13:11
Compare
Choose a tag to compare

Maintenance release to make installation run a bit more smoothly.

v0.2.1

01 Jul 12:31
17c1a87
Compare
Choose a tag to compare

0.2.1 (2024-07-01)

Bug Fixes

  • switch from setup.py to pyproject toml (#526) (91b1e38)

v0.2.0

28 Jun 16:32
ebf2d24
Compare
Choose a tag to compare

0.2.0 (2024-06-28)

Features

v0.1.0

28 Jun 15:07
cccfd16
Compare
Choose a tag to compare

0.1.0 (2024-06-28)

⚠ BREAKING CHANGES

  • pin dependency version in all wrapper conda env yamls (#492)
  • broken plot generation for the control_freec tool in the somatic_wgs_cnv_calling step, and the sample selection for the mutect2 panel_of_normal generation can be based on a user-generated file.
  • use snakemake tmpdir resource (#319) (#320)
  • merge wgs_{sv,cnv,mei}_calling into sv_calling_wgs (#275) (#315)
  • merge {variant,wgs_{sv,cnv}}_calling_export into varfish_export (#308) (#309)
  • move "bcftools roh" as report in variant_calling (#310) (#311)
  • rename targeted_seq_cnv_calling to sv_calling_targeted (#305) (#306)
  • rename helper_gcnv_model_target_seq to helper_gcnv_targeted (#303) (#304)

Features

Read more