Releases: nf-cmgg/structural
Releases · nf-cmgg/structural
Release list
v0.3.0 Fantastic Frituur
Added
- Added the samplesheet to the pipeline output as
OUTDIR/samplesheet.csv - Added the
--bedpeparameter. This makes the pipeline output BEDPE files alongside the VCF files. - Added parallelization on SV type to the delly flow
- Added a
--gtfparameter for annotation of gene and transcript overlap usinggatk SVAnnotate. - Added
StrVCTVREas a new annotation tool
Changes
- Updated the pipeline to be compatible with future nextflow updates
- Removed the
max_cpus,max_memoryandmax_timeparameter in favor of the new built-inresourceLimits - Replaced
nf-validationwithnf-schema - Updated to nf-core template v3.2.0
- Fixed language server errors
- Removed the old output publishing code and used the new workflow output definitions instead
- Bumped the minimal nextflow version to 25.10.0
- Changed the
--annotations_filterparameter to a--filterparameter. This parameter takes an argument ofbcftools filterto filter the resulting VCFs. - Removed the
--delly_sv_typesparameter. - Moved all
wisecondorxandqdnaseqoutputs to a separate directory in each sample output. - Bumped all annotation modules to the latest versions
- Reworked the annotation structure to a per tool structure. Specify the annotations tools you want to run with
--annotate_tools. This parameter takes a comma-separated list of tool names (options:vep,vcfanno,svannotate,strvctvreorall(=> all tools)) - Updated to nf-core template v3.5.1
- Removed AnnotSV from the pipeline
- Removed the
small_variantsfield from the samplesheet. Small variant VCFs are no longer used in the pipeline
Fixed
- Fail the pipeline when the sex determination failed. This will now prompt the user to add the sex to the samplesheet so the pipeline doesn't do any wrong assumptions
- Fixed the Jasmine module output VCFs being empty when no variants have been merged. This file now contains the header of one of the input VCFs
- Fixed a map issue when the sex field is empty in the samplesheet
v0.2.0 Mighty Manneken Pis
Added
- Added keyword shortcuts to the
--callersparameter (these can also be used as comma-separated entries to the parameter):all: Use all callers available in the pipelinesv: Use all SV callers available in the pipelinecnv: Use all CNV callers available in the pipelinerre: Use all repeat region expansion callers available in the pipeline
- Added the possibilty to annotate on HPO terms. Add the right HPO terms to the samplesheet in the
hpofield
Changes
- Updated all WisecondorX modules to version 1.2.6 and added the
--seedargument toWisecondorX predict - Removed support for the
phenotypesVEP plugin. Common VEP plugin support will be added later - Made the main workflow pluggable, making it possible to use this pipeline in a meta pipeline
- Updated all modules to their latest version
Fixed
- The smoove outputs are now correct when using
--output_callers