v0.7.0
Release 0.7.0
In this release we add a new workflow for calling copy number variation (CNV) from raw Illumina IDAT genotype array files. Currently the IlluminaCytoSNP v2.1 array is supported, but support for additional arrays is possible.
We make additional minor changes as described below.
Pipelines Added:
- CNV calling from Illumina genotype array data (--cnv_array)
Modules Added:
- modules/bcftools/bcftools_gtct2vcf.nf
- modules/bcftools/bcftools_query_ascat.nf
- modules/illumina/iaap_cli.nf
- modules/ascat/ascat_run.nf
- modules/ascat/ascat_annotation.nf
Pipeline Changes:
None
Module Changes:
- Replaced the incorrect
${task.mem}
with${task.memory}
in the Nextflow error catch statement in modules related to the SV calling workflows. - utility_modules/gzip.nf: Memory request increase
Scripts Added:
- cnv_array/ASCAT_run.R
- cnv_array/annotate_ensembl_genes.pl
- cnv_array/seg_plot.R
- cnv_array/segment_raw_extend.pl
Script Changes:
None
NF-Test Modules Added:
- tests/workflows/cnv_array.nf.test