Skip to content

Releases: DKFZ-ODCF/IndelCallingWorkflow

2.4.1-2

11 Apr 12:44
d5a71b8
Compare
Choose a tag to compare
  • Minor: Changed comparison-operator in checkSampleSwap_TiN.pl to allow for + signs in PID names.
  • Minor: Adding local control AF annotations from WES cohort via deepAnnotation pipe. The WGS local control annotation is already available in the 2.4.1 version. These annotations will be used for the reduced coverage filters in the downstream workflows.
  • Patch: Add exit-code tests on Perl-backtick invocations.

Consistent PDF generation in corner cases & No exit != 0 if few germline variants

05 Nov 12:40
3802473
Compare
Choose a tag to compare
  • Now no exit code != 0 is raised if there are less than 50 germline variants in the tinda job.
  • If less than 50 germline variants are found, now an PDF with a warning message is produced
  • The germline-variant count was off by one (1 to much). This is fixed.
  • If there are zero germline variants now a PDF with a warning message is produced.

selectSampleExtractionMethod "version_2"

27 May 10:07
27e1c84
Compare
Choose a tag to compare
  • Update to COWorkflowsBasePlugin 1.4.1 that supports the selectSampleExtractionMethod:version_2 for better handling of sample names with underscores in them.
  • Check readability of reference genome upon submission and in jobs (via COWorkflowsBasePlugin).