Skip to content

Releases: pjedge/longshot

v1.0.0

15 Mar 20:23
d256e5b
Compare
Choose a tag to compare
Merge pull request #97 from kpalin/dev

Move AC INFO as AD FORMAT

v.0.4.5

02 May 22:45
Compare
Choose a tag to compare
  • functionality to call tri-allelic SNVs (added by @ftostevin-ont)
  • fix problem with outputting haplotagged bam file (also output index)

Version 0.4.4

12 Jan 14:15
Compare
Choose a tag to compare
v0.4.4

Version 0.4.4

Version 0.4.3

24 Feb 19:06
Compare
Choose a tag to compare

Minor fixes.

v0.4.2

12 Oct 23:55
Compare
Choose a tag to compare
  • several bug fixes related to VCF specification
  • minor changes to output files

v0.4.1

14 Mar 20:18
Compare
Choose a tag to compare
  • Output single BAM. Add tags HP (haplotype) and PS (phase sets) to output reads.
  • Work with CRAM files

v0.4.0

04 Jan 00:23
28d054e
Compare
Choose a tag to compare
  • added VCF input option for variants to genotype and phase
  • changed default indel priors to enable indel calling with VCF

v0.3.5

16 Sep 23:19
Compare
Choose a tag to compare

fixed bug causing crash when chromosome has no variants

v0.3.4

02 May 18:09
dc0619e
Compare
Choose a tag to compare

Added filter flags to VCF output to avoid errors with BCFtools/other tools.

v0.3.3

26 Mar 23:59
e4fc936
Compare
Choose a tag to compare
  • Fixed a bug causing values at the far left end of the alignment band not to be properly cleared out and then get re-used in subsequent dynamic programming iterations.