Releases: uclahs-cds/pipeline-call-gSV
Releases · uclahs-cds/pipeline-call-gSV
v5.2.0
v5.1.0
Updates include but not limited to,
- Use HG003 as test sample for NFTest
v5.0.0
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
Added
- Add parameter validation
- Add YAML input
- Sample ID parsing from input BAM
Removed
- Remove params
GSV
andGCNV
fromtemplate.config
- Remove CSV input
Changed
- Output filename standardizations
v4.0.1
Patch release that include
- PipeVal v3.0.0 udpate
- Dockerhub to GH registry migration
v4.0.0
v4.0.0-rc.1
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
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
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
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)