Skip to content

Releases: Sentieon/sentieon-cli

Release v1.6.3

Choose a tag to compare

@DonFreed DonFreed released this 10 Jun 23:12
8d50ed2

Sentieon Pangenome

  • Update the behavior of the --gvcf argument so that both gVCF and VCF files are generated
  • Add support for custom extract models (for non-hg38 reference genomes)

Release v1.6.2

Choose a tag to compare

@DonFreed DonFreed released this 04 May 18:17
4439039

General updates

Sentieon Pangenome

  • Improve runtime with BAM/CRAM input through replacement of samtools merge with Sentieon's ReadWriter
  • Improve sharded error reporting
  • Additional functionality
    • Ploidy and sex estimation
    • STR expansion detection with ExpansionHunter
    • HLA and KIR typing with t1k
    • Handling of medically relevant genes inside of large segmental duplications with segdup-caller

Release v1.6.1

Choose a tag to compare

@DonFreed DonFreed released this 05 Apr 18:44

General updates

  • Rename the sentieon-pangenome pipeline to dnascope-pangenome
  • Remove the old pangenome pipeline.

Release v1.6.0

Choose a tag to compare

@DonFreed DonFreed released this 01 Apr 16:25
a9a29db

General updates

  • General improvements
  • Support Python 3.14 and update minimum Python version to 3.11
  • Remove the colorlog and importlib_resources dependencies

DNAscope LongRead

  • Fix an error during haploid merging

Sentieon Pangenome

  • Add support for gVCF output
  • Add support for pangenome-informed SV and CNV calling

Release v1.5.2

Choose a tag to compare

@DonFreed DonFreed released this 09 Feb 08:21
5a9fcfd

DNAscope LongRead

  • Add support for population vcf input
  • Fix a bug where RepeatModel output was not used correctly

Release v1.5.1

Choose a tag to compare

@DonFreed DonFreed released this 26 Jan 18:48
8bd23b6

General updates

  • Add a --version argument

DNAscope Hybrid

  • Add support for population vcf input

Pangenome

  • Check that the kmc executable supports reading from stdin

Release v1.5.0

Choose a tag to compare

@DonFreed DonFreed released this 05 Jan 23:25
7b90c3c

General updates

  • Use exec instead of the shell to run commands
  • Update the bcftools dependency of most pipelines to v1.22, which allows for simultaneous vcf generation and indexing.
  • Update the packaging version.

Pangenome

  • Introduce a new pipeline, sentieon-pangenome for accelerated alignment to the pangenome graph. This pipeline replaces the earlier pangenome pipeline with vg giraffe alignment.

DNAscope LongRead

  • Updates to vcf_mod.py to fix the RPA annotation.
  • Add -L to minimap2 commands to handle alignments with very long CIGAR strings.

DNAscope Hybrid

  • With --rgsm, completely replace readgroups during variant calling.

Release v1.4.0

Choose a tag to compare

@DonFreed DonFreed released this 21 Aug 16:48
5429ff9

General updates

  • Terminate running jobs gracefully after receiving a catchable exception (SIGINT and SIGTERM)

Pangenome

Initial alpha/beta implementation of a pangenome alignment and variant calling pipeline. The pangenome pipeline uses vg giraffe for alignment to the pangenome and DNAscope for small variant calling. Please review the pipeline documentation for more information.

Release v1.3.0

Choose a tag to compare

@DonFreed DonFreed released this 07 Aug 17:54
7f96ddc

General updates

  • Add unit and integration tests.
  • Simplify the command-line help by hiding some rarely used arguments.
  • Add a workaround if lscpu is not available.

DNAscope Hybrid

  • Remove the TrimRepeat argument in the hybrid ONT pipeline.
  • Require an ONT bundle version > 1.2. Earlier versions of the ONT bundle are trained using the TrimRepeat argument.

Release v1.2.3

Choose a tag to compare

@DonFreed DonFreed released this 27 May 18:43
e4c2821

General updates

  • Refactor all pipelines, removing the external dependency on argh.
  • Updates to the test pipelines.

DNAscope Hybrid

  • Ensure that readgroups information is passed correctly between functions, fixing a bug in the alignment and variant calling pipeline.