Skip to content

Releases: uclahs-cds/pipeline-call-gSV

v5.2.0

05 Jul 02:15
83ea1cc
Compare
Choose a tag to compare

Updates include but not limited to,

  • Optimized CPU allocation for Manta gSV calling
  • base_resource_update available for users to update CPU/memory allocations if required

v5.1.0

10 Jun 18:38
994f46d
Compare
Choose a tag to compare

Updates include but not limited to,

  • Use HG003 as test sample for NFTest

v5.0.0

15 Mar 22:05
1111cac
Compare
Choose a tag to compare

Updates include but not limited to,

  • DELLY updated to v1.2.6
  • Memory allocations optimized
  • NFTest added
  • PlantUML based pipeline diagram

Other updates and standardizations are listed in CHANGELOG.md

v5.0.0-rc.1

30 Oct 20:56
c6cec96
Compare
Choose a tag to compare

Added

  • Add parameter validation
  • Add YAML input
  • Sample ID parsing from input BAM

Removed

  • Remove params GSV and GCNV from template.config
  • Remove CSV input

Changed

  • Output filename standardizations

v4.0.1

12 Dec 19:14
74a2ae2
Compare
Choose a tag to compare

Patch release that include

  • PipeVal v3.0.0 udpate
  • Dockerhub to GH registry migration

v4.0.0

17 Aug 17:13
10c3331
Compare
Choose a tag to compare

Merge PR #72 to main.

Major updates include but not limited to,

  • Delly upgraded to 1.13
  • BCFtools upgraded to 1.15.1
  • F16 compatibility

v4.0.0-rc.1

29 Jul 21:21
686bd4e
Compare
Choose a tag to compare

Merge PR #57 to main.

Added

  • Add the Issue Report template
  • Add the Pull Request template
  • Add GPL 2.0

Fixed

  • Fix Issue #55: fix F2 detection
  • Fix Issue #32: remove option '--exclude' in delly cnv
  • Fix Issue #33: should pass the mappability_map file instead of the exclusion file to regenotype_gCNV_Delly

Changed

  • Change the input file schema by removing variant_type,reference_fasta,reference_fasta_index, put them into template.config.
  • Change partition types from lowmem/midmem/execute to F2/F32/F72/M64.
  • Standardize the output structure.
  • Standardize the configuration structure.

call-gSV Manta and Regenotyping additions

02 Jul 15:35
314cad6
Compare
Choose a tag to compare

Added

  • Added ability to call germline SVs with Manta
  • Added parameters to control which SV caller is used (run_delly & run_manta)
  • Added pipeline version from manifest to pipeline logging output
  • Added CNV VCF outputs to QC processes
  • Added two new processes to regenotype SVs or CNVs with Delly (regenotype_gSV_Delly & regenotype_gCNV_Delly)
  • Added parameters and input mode to control which type of regenotyping is run (mode, run_regenotyping & run_discovery)

Changed

  • Changed output directories to correspond with tool name casing

call-gSV Docker Updates

08 May 00:11
41e86bd
Compare
Choose a tag to compare

Changed

  • Updated modules to point to tool specific Docker Hub repos
  • Update of BCFtools from 1.11 to 1.12
  • Update of RTG-tools from 3.11 to 3.12

call-gSV Validation Updates

05 Apr 15:05
e8aed01
Compare
Choose a tag to compare

Added

  • Added Validate-nf logging outputs to output logging directory

Changed

  • Updated Validate-nf tool version from 1.0.0 to 2.1.0 (Resolves issue #18)