Skip to content

Releases: yangao07/longcallD

longcallD-v0.0.10

27 Feb 05:32

Choose a tag to compare

  • Add --out-sv-rnames and --out-som-sv-rnames to output SV-supporing read names (tag: SVREADS) in FORMAT field of VCF
  • Add CLEAN INFO tag for variants in clean regions, i.e., SNPs or simple small indels (≤5bp) in non-repetitive regions which are generally more reliable, to help with downstream filtering and benchmarking

longcallD-v0.0.9

24 Feb 00:46

Choose a tag to compare

  • Fix variant calling close to start/end boundaries of chromosomes
  • Add --out-sv-rnames and --out-som-sv-rnames to output SV-supporing read names (tag: SVREADS) in FORMAT field of VCF
  • Add CLEAN INFO tag for variants in clean regions, i.e., SNPs or simple small indels (≤5bp) in non-repetitive regions which are generally more reliable, to help with downstream filtering and benchmarking

longcallD-v0.0.8

12 Dec 23:06

Choose a tag to compare

  • Fix variant representation issues for overlapping variants
  • Revoke ultraLowMem mode of WFA to avoid potential variant representation issues
  • Fix output BAM errors
  • Output BAM includes all reads (even those not used for variant calling)
  • Fix a bug with --refine-aln

longcallD-v0.0.7

14 Nov 22:47

Choose a tag to compare

  • sort reads internally before processing to fix potential inconsistency when multiple input BAM/CRAM files are provided

longcallD-v0.0.6

06 Nov 16:38

Choose a tag to compare

  • Fix corrupted VCF output in v0.0.5
  • Fix missing MEI header in VCF output
  • Improved run time and memory usage (especially when mosaic variant calling enabled)
  • Add --input-is-list and -X to support multiple input BAM/CRAM files of the same sample for variant calling

longcallD-v0.0.5

12 Aug 14:49

Choose a tag to compare

longcallD-v0.0.5 Pre-release
Pre-release
  • Add -s/--somatic/--mosaic to output low AF somatic/mosaic variant
  • Add -T/--trans-elem; output TE (transposable/mobile element, Alu/L1/SVA) information for INS/DEL
  • Add INFO:TSD;REPNAME in VCF for TE INS/DEL
  • Add --refine-aln: refine read alignment based on MSA in output SAM/BAM/CRAM
  • Fix a SegFault in ONT mode regarding BAM/SA tag
  • Add -Oz for compressed VCF output
  • Add --exclude-ctg & --all-ctg; --autosome-XY is default now
  • Fix lower case ref base
  • Fix compiling in macOS-x64

longcallD-v0.0.4

20 Mar 19:28

Choose a tag to compare

longcallD-v0.0.4 Pre-release
Pre-release
  • Use static regions for multi-thread computing
  • Extended phase set
  • Fixed HP/PS tags in output phased bam
  • Fixed a few edge cases
  • Update(05/07/2025): re-compiled binary executables, -O3 added for WFA

longcallD-v0.0.3

13 Mar 17:20

Choose a tag to compare

longcallD-v0.0.3 Pre-release
Pre-release
  • Fix a couple of corner cases

longcallD-v0.0.2

10 Mar 02:32

Choose a tag to compare

longcallD-v0.0.2 Pre-release
Pre-release
  • Add -M/--min-mapq
  • Fix check_eqx_cigar

longcallD-v0.0.1

07 Mar 05:14

Choose a tag to compare

longcallD-v0.0.1 Pre-release
Pre-release

First release of longcallD, a variant caller designed for detecting small variants and structural variants using long-read data.
It supports both PacBio HiFi and Oxford Nanopore reads.