You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove deprecated --genomicsdb-use-vcf-codec option as this is now the default.
Add bismark output to MultiQC.
Fix PS genotype field from octopus to have the correct type.
Edit VarDict headers to report VCFv4.2, since htsjdk does not fully support VCFv4.3 yet.
Attempt to speed up bismark by implementing the parallelization strategy suggested here: FelixKrueger/Bismark#96
Add --enumerate option to OptiType to report the top 10 calls and scores, to make it easier to decide how confident we are in
a HLA call.
Performance improvements when HLA calling during panel sequencing. This skips running bwa-kit during the initial
mapping for consensus UMI detection, greatly speeding up panel sequencing runs.
Allow custom options to be passed to featureCounts.
Pre-filter consensus peaks by removing peaks with FDR > 0.05 before performing consensus peak calling.
Add support for Qiagen's Qiaseq UPX 3' transcriptome kit for DGE. Support for 96 and 384 well configurations
by specifying umi_type: qiagen-upx-96 or umi_type: qiagen-upx-384.
Add consensus peak counting using featureCounts.
Skip using autosomal-reference when calling ataqv for mouse/human, as this has a problem with ataqv
(see ParkerLab/ataqv#10) for discussion and followup.
Add pre-generated ataqv HTML report to upload directory.
Support single-end reads for ATAC-seq.
Move featureCount output files to featureCounts directory in project directory.
Remove RNA and reads in peak stats from MultiQC table when they are not calculated for a pipeline.
Only show somatic variant counts in the general stats table, if germline variants are calculated.
Add kit parameter for setting options for pipelines via just listing the kit. Currently only implemented for WGBS.