Skip to content

Releases: Sentieon/sentieon-cli

Release v1.1.0

30 Sep 22:45
Compare
Choose a tag to compare

Updates to the sentieon-cli pipelines

General updates

  • Improved logging
  • Add a Dockerfile

DNAscope LongRead

  • Incorporate mosdepth for alignment QC
  • Add haploid gVCF output

Release v1.0.0

09 Jul 15:42
9f55766
Compare
Choose a tag to compare

Support installation with pip using sdist packages.

Release v0.3.0

30 May 23:57
94fb6b3
Compare
Choose a tag to compare

Adds a DNAscope pipeline for short-read data

Features of the DNAscope pipeline:

  • A single command for alignment, pre-processing and metrics collection, SNV/indel and SV calling
  • Supports input read data in FASTQ, uBAM, uCRAM, BAM, or CRAM formats
  • Uses MultiQC to aggregate multiple metrics files into a single report

Release v0.2.0

02 May 16:43
Compare
Choose a tag to compare

Updates to the DNAscope LongRead pipeline

New Features

  • Supports one or more unaligned input files in fastq/uBAM/uCRAM formats.
  • Supports one or more aligned input in BAM/CRAM formats. The aligned data can be re-aligned using the --align flag. Regroups (and other tags including methylation) will be retained from the input file.
  • Alignment of ONT or HiFi reads using minimap2 with output alignments in the BAM or CRAM formats.
  • Haploid variant calling.
  • Structural variant calling with LongReadSV.

Release v0.1.0

11 Dec 18:21
Compare
Choose a tag to compare

Initial release of the sentieon-cli tool, supporting germline variant calling with the DNAscope LongRead pipeline.