Skip to content

Releases: epi2me-labs/wf-human-variation

v2.6.0

19 Dec 15:05
Compare
Choose a tag to compare

Changed

  • Haplotagged XAM will now include all input reads (including unmapped reads), rather than only reads aligned to phased contigs.
  • Reconciled workflow with wf-template v5.3.4.
  • Decreased RAM requirement for SNP evaluate_candidates to increase throughput of tasks.

Fixed

  • Incorrect median quality score reported in stats.json.

v2.5.1

04 Dec 15:07
Compare
Choose a tag to compare
  • Hidden additional options in MinKNOW for a simplified user experience.

v2.5.0

03 Dec 19:33
Compare
Choose a tag to compare

Changed

  • Reconciled workflow with wf-template v5.3.2
  • Update Spectre to v0.3.2, which includes support for calling CNVs in hg19 data.
  • ClinVar version in SnpEff container updated to version 20241103.
  • Hidden additional options in MinKNOW for a simplified user experience.
  • Improved performance of readStats process by updating to bamstats 0.19.1.

Added

  • --spectre_args may be used to provide custom arguments to the Spectre process.

Fixed

  • Collections of sorted XAM files eligible for merge will no longer be needlessly re-sorted before merge.
  • Invalid method invocation when using QDNAseq with IGV output enabled.

v2.4.1

14 Sep 09:10
Compare
Choose a tag to compare

Changed

  • Reconciled workflow with wf-template v5.2.6

v2.4.0

12 Sep 11:20
Compare
Choose a tag to compare

Added

  • IGV configuration for the EPI2ME App includes the output VCF files.

Changed

  • Emit indexes for the input reference, when generated by the workflow.
  • Links to the reference genomes in the README now point to bgzip-compressed fasta files.
  • Updated modkit to v0.3.3.
  • Reconciled workflow with wf-template v5.2.5

Fixed

  • ERROR ~ No such variable: colors when the workflow cannot find the reference file.
  • Incorrect bin size unit in QDNAseq wrapper script help text (@HudoGriz, #209).
  • minimap2 version missing from alignment report.
  • Resume crashing in some processes due to pre-existing directories.
  • Expose additional arguments for specific tools.
  • Excessive memory usage for sample_probs process when using --mod leading to exit code 137.
  • aggregate_pileup_variants and aggregate_full_align_variants processes occasionally crashing with exit code 137.

v2.3.1

08 Aug 19:10
Compare
Choose a tag to compare

Fixed

  • Handling of empty tr_bed parameter (@HudoGriz, #201)
  • CNV VCF incorrectly annotated when --annotation false
  • Remove comment lines from user supplied BED, to prevent the workflow crashing due to unrecognised columns
  • 'implausible alignment information' encountered when workflow re-aligns an already aligned BAM.
  • Automated basecaller detection not finding a basecaller model

Changed

  • Alignment statistics are now reported for the regions in a BED file, if one is supplied by the user.

v2.3.0

15 Jul 13:07
Compare
Choose a tag to compare

Removed

  • --basecaller_cfg is now redundant as the workflow automatically detects the basecall model from the input data since v2.2.0.

Added

  • --override_basecaller_cfg parameter allows users to provide a basecall configuration name in cases where automatic basecall model detection fails.

Changed

  • ClinVar version in SnpEff container updated to version 20240708.
  • Updated demo data.

v2.2.6

10 Jul 14:11
Compare
Choose a tag to compare

Fixed

  • ERROR_OUT_OF_CHROMOSOME_RANGE annotation in VCF on chrM variants due to different nomenclature used by SnpEff.

Changed

  • Reconciled workflow with wf-template v5.2.0
  • Removed FXN homopolymer region from list of STRs genotyped by --str sub-workflow

v2.2.5

26 Jun 09:19
Compare
Choose a tag to compare

Fixed

  • Non-deterministic SNP output when --phased is on.
  • Post-Clair3 whatshap phases only SNVs to match whatshap<2.0 behaviour.
  • Updated ont-spectre to v0.2.2 to fix an apparent callCNV hang.
  • Updated straglr to v1.4.5 to fix possible ZeroDivisionError during call_str.

Changed

  • Updated modkit to v0.3.0.
  • SV subworkflow publishes SNF file for onward multi-sample SV calling.

v2.2.4

11 Jun 09:34
Compare
Choose a tag to compare

Fixed

  • sample_probs process failing when multiple modified base types are being analysed.
  • --mod crashing when --phased false --str --cnv.