Skip to content

Latest commit

 

History

History
135 lines (99 loc) · 12.3 KB

CHANGELOG.md

File metadata and controls

135 lines (99 loc) · 12.3 KB

Changelog

1.1.4 (2024-08-06)

Bug Fixes

1.1.3 (2024-08-06)

Bug Fixes

Performance Improvements

  • update profile with better values (9c9e80e)

1.1.2 (2024-06-06)

Bug Fixes

  • convert param from path to string (1cb8ca3)
  • match resources between piped rules (19b5a41)

1.1.1 (2024-06-06)

Bug Fixes

  • infer properly sex chromosomes when only one is in the reference (e89e48c)
  • put all rule on top of cache (d404cb6)

1.1.0 (2024-05-13)

Features

Bug Fixes

  • correct input for metarule align__index (37fbc97)

1.0.0 (2024-05-10)

Features

  • add align and genotype groups (9510d65)
  • add bedtools (9df30a5)
  • add groups (462e389)
  • add more chromosomes to mock data (c500757)
  • add preliminary bcftools calls for gatk (7db0528)
  • add resources to the new rules that seem to work at least in a macro level (30829d2)
  • add somalier execution + reports (0ea0640)
  • add swaps checkpoint (80e7758)
  • Added sommalier steps. Will try to figure it out how it works in mice (#8) (3ceb0a9)
  • bowtie2 -> bwa (005cc35)
  • convert markduplicates to cram (a282483)
  • disable swaps (f008602)
  • do vep annotation by sample (a7dfd4d)
  • Document all functions and rules (#10) (265aeb6)
  • Fix versions (#4) (48689dc)
  • gtcheck, fastp reports, cache misses (#18) (ca99476)
  • i don't remember (f82ed90)
  • little turds (#13) (5920444)
  • Little turds part 2 (#14) (cac2932)
  • merge align bams into a single cram (2d8d4bc)
  • merge align reports by sample-library, rather than sample-library-chromosome (0f1a550)
  • merge libraries into sample in markduplicates (323837b)
  • merge libraries into sample in reports (cd985fd)
  • minimum viable product (#1) (407fa5d)
  • picard and gatk analyses and reports by chromosome (#7) (d443110)
  • pin bwa version (0df670a)
  • process samples in haplotype caller (363cbcd)
  • process samples in recalibrate (a50704c)
  • process stuff in bed4 file (42d1e84)
  • raise slurm latency (#9) (6d1388c)
  • recalibrate with cram as input and output (f718d0e)
  • remove fastp step (6ae55f0)
  • Reports by chromosome (#11) (9fe72f1)
  • Reports per step and per sample (#3) (a81afe5)
  • separate indel and snps, then merge; major rewrite (5613d8f)
  • set threads to 0 in mark duplicates and apply bsqr since the hard work is done by samtools (22c838b)
  • Set up cache (#12) (e6e2366)
  • sex-dependent ploidy (#17) (295065e)
  • Slurm-ready (#5) (d7bbd38)
  • substitute picard for gatk4 (d622d7c)
  • update .gitignore (1c76647)
  • update environments, update pre-commit (b0de86e)
  • use bwa-mem2 (0f29b48)

Bug Fixes

Performance Improvements

  • add somalier find_sites (dceec42)
  • use minimal compression for temp file (111263b)