Skip to content

Releases: tsnorri/vcf2multialign

v1.2.2

26 Aug 13:54
Compare
Choose a tag to compare
  • Fixed including documentation in binary releases.

v1.2.1

19 Aug 13:55
Compare
Choose a tag to compare
  • The input sample set can now be empty.
  • Improved reporting subprocess errors.
  • REF column mismatches can now be set to cause a warning to be logged instead of resulting in a fatal error.

v1.2

17 Jun 14:24
Compare
Choose a tag to compare
  • Added an option to include only the given samples.

v1.1.1

04 Jun 15:48
Compare
Choose a tag to compare
  • Fixed parsing floating point values in VCF’s QUAL field.

v1.1

04 Jun 15:46
Compare
Choose a tag to compare
  • Trivial segmentations are now handled when producing founder sequences.

v1.0.1

11 Dec 16:57
Compare
Choose a tag to compare
  • Fixed a bug which caused building a variant graph (and any subsequent operations) to fail if overlap output path was not specified in command line options.

v1.0

07 Dec 15:46
Compare
Choose a tag to compare
  • Variant graph building, optimisation, and sequence generation are again done in a single executable.
  • The variant graph building and the sequence output algorithms have been rewritten and are now much faster than before.
  • Founder sequence building algorithms have also been rewritten to use the binary pBWT instead of the extended version that utilises the sequence alphabet. Consequently they are now faster as well.
  • A2M output of sequences has been added.
  • Less relevant matching algorithms for generating founder sequences have been removed.

v0.6.1

24 Apr 16:09
Compare
Choose a tag to compare
  • Updated the VCF parser.

v0.6

14 Apr 17:47
Compare
Choose a tag to compare
  • Added separate tools for preprocessing, creating a variant graph and outputting the corresponding sequences.
  • Added support for generating founder sequences.
  • Added a tool for generating a variant file from two aligned sequences and variants relative to the second sequence.

v0.5

12 Aug 16:50
7b25df4
Compare
Choose a tag to compare
  • Added command line options for specifying the reference sequence and chromosome identifiers.
  • Removed --structural-variant-handling command line option as keeping them was always the most useful option.
  • Added an experimental preprocessing tool for combining overlapping variants.