Skip to content

Releases: populationgenomics/talos

Periodic Release Version

24 Mar 00:01
3f285eb

Choose a tag to compare

I have been inconsistent with creating specific releases and updating package versions in this codebase.

This is a substantial update in functionality and performance relative to the previous released version, with massive changes to the workflow(s) and input file formats to operate.

In general I don't recommend you strictly stick to 'official' releases, but I will attempt to differentiate better between ongoing developmental versions and substantial operational updates.

Remove separate history files

05 Sep 08:41
23510c3

Choose a tag to compare

What's Changed

Several substantial changes, the main ones which come to mind:

  • Talos now uses a Pedigree, optionally in an extended format with an extra column to contain HPO terms, instead of taking a pedigree and phenopackets file
  • The de novo event detection process now includes some flexibility for observed data formats which previously caused breakages
  • Instead of tracking results and 'history' separately, Talos now takes previous results as input to maintain state.

This release also includes two new optional files, used to map the VCF/MT sample IDs to an external ID, or a Seqr ID. These have been added to the Talos NextFlow config file with dummy values here. If you previously generated a run-specific config file for your data, and are moving up to this release, you will need to add these entries to your config to prevent run failures.

Full Changelog: 7.1.5...8.0.2

7.1.5

13 Jun 01:14
e8ea607

Choose a tag to compare

What's Changed

Multiple changes, a few flip-flops on how Nextflow outputs are extracted from the working directory. I've settled on a COPY for all outputs, which is handled well by Nextflow assuming a local-like file structure. This may not work on cloud/some HPC deployments, but works in a handful of HPC tests and as a local test run.

The PanelApp phase now generates a PanelApp dump using highly parallelised queries, and then loads/parses that data dump instead of interacting with PanelApp with each run. This is a net simplification of the overall workflow, and enables the deployment of Talos in situations where the worker nodes/env won't have open internet access.

Full Changelog: 7.0.11...7.1.5

Remove PL values from consideration

30 Apr 07:37
50fe37b

Choose a tag to compare

What's Changed

PL is no longer a required annotation in VCF/MTs. The de novo test where it was used is now solely based on the AD/GQ/GT fields in each trio. This feels fine, as PL and GQ are derived from the same information, so there was some redundancy there anyway.

Full Changelog: 7.0.9...7.0.11

Insert derived PL values

29 Apr 00:37
ed2e88c

Choose a tag to compare

What's Changed

If the input VCF/MT doesn't have PL scores, these will be generated and inserted based on the GQ scores (which are mandatory). This reinstates some pre-existing functionality, which was part of the de novo calculation method. These artificial PL scores only exist within the context of the PL scores, and are not retained for general use.

Full Changelog: 7.0.8...7.0.9

7.0.8

24 Apr 11:17
e1de37b

Choose a tag to compare

What's Changed

Full Changelog: 7.0.7...7.0.8

7.0.7 - Patch to latest NextFlow modules

15 Apr 07:45
994b04f

Choose a tag to compare

What's Changed

Full Changelog: 7.0.4...7.0.7

Updated Filtering, Improved Deployment Experience

03 Apr 04:05
436a764

Choose a tag to compare

What's Changed

Full Changelog: v7.0.2...7.0.4

v7.0.2

27 Mar 01:23
90dd6fb

Choose a tag to compare

What's Changed

Full Changelog: v7.0.1...v7.0.2

Patch to SVannotate VCF parsing

24 Mar 08:39
4a5821d

Choose a tag to compare

What's Changed

Full Changelog: v7.0.0...v7.0.1