All notable changes to the pipeline-name pipeline.
The format is based on Keep a Changelog.
This project adheres to Semantic Versioning.
- Add GRIDSS2 assembly
- Add GRIDSS2 preprocessing
- Add supported Nextflow version to
README.md
- Add PlantUML diagram
- Update PlantUML action to
v1.0.1
- Update memory allocations in
M64.config
- Local versions of modularized functions
CODEOWNERS
file
- Perform additional pipeline runs towards release
v6.0.0
- Add NFTest
- Update DELLY
v1.1.3
tov1.2.6
- Update submodules
- Remove
set_env
method code indefault/methods.config
- YAML input
- Update to latest commit of `pipeline-Nextflow-config``
- Update pipeline SVG
- Update YAML input and tests in
README.md
- Update PipeVal to
v4.0.0-rc.2
- Parse sample ID from tumor BAM for output directory naming
- Update
README.md
to clarify adjustable parameters and note lab default values
- CSV input
- Update
README.md
for release5.0.0
- Perform additional test to release
5.0.0
- Update
README.md
for release5.0.0-rc.1
- Move param checking to
methods.config
usingschema.config
- Parameterize Docker registry
- Use
ghcr.io/uclahs-cds
as default registry - Simplify output directory declaration for each process using
addParams
and useoutput_dir_base
- Add
PipeVal:v3.0.0
using pipeline-Nextflow-module to validate the input CSV file - Parameter
algorithm
to select the SV caller(s) of choice intemplate.config
- Add Manta SV caller
- Remove
module/validation.nf
as PipeVal sub-module is used
- Retry mechanism to retry a process with higher memory - PR #69
- Standardize the variable names in the pipeline and change input CSV column names from
control_sample_bam
tonormal_bam
andtumor_sample_bam
totumor_bam
- Standardize output filename using generate_standardized_filename
- Upgrade Delly 1.0.3 to 1.1.3
- Add F16.config to enable F16 node compatibility
- Rename
call-sSV.nf
tomain.nf
and replacemainScript
withname
inmain.nf
line 15 - Upgrade BCTools 1.12 to 1.15.1
- Remove
save_intermediate_files
argument in default.config as it is already specified in template.config - Standardize the repo structure based on NF pipeline template
- Update README.md with resource locations and runtime of Delly v1.0.3 on different datasets and node types
- Change Delly version from 0.9.1 to 1.0.3 in default.config
- Fix memory allocation for process 'query_SampleName_BCFtools' in F2.config - Discussion #28 and PR #33
- Fix F2 detection in methods.config - PR #32
- Add the process "filter_BCF_BCFtools" to filter Non-Pass calls.
- Change Delly version from 0.8.7 to 0.9.1 in nextflow.config and metadata.yaml
- Use sha512sum to replace 'python -m validate -t sha512-gen'
- Minor changes of wording in CHANGELOG.md and metadata.yaml
- Use Delly to call the somatic structural variants (SVs) of one tumor sample and a matched control sample, further filter the somatic SVs.
- Add option to specify
map_qual
,min_clique_size
, andmad_cutoff
Delly filters to reduce the runtime. - Use BCFtools to automatically generate the samples.tsv that is needed by the sSV filtering (see https://github.com/dellytools/delly).