Skip to content

Releases: mikessh/vdjtools

Some routine changes and parser fixes

09 Oct 23:07
Compare
Choose a tag to compare

Changes

  • Moved ScanDatabase functions to vdjdb, no longer depends on vdjdb during compilation
  • Add unweighted option to downsampling
  • Add SelectTop routine

Fixes

  • Fix immunoseq parser, the "deduced" CDR3 amino acids issue
  • Fix for IMGT parser
  • Fix for sample output

1.0.3

01 Oct 13:39
Compare
Choose a tag to compare
Version update

Some updates and fixes

21 Jul 23:19
Compare
Choose a tag to compare

Updates:

Fixes:

  • Correct frequency calculation for software that provides only by-read output (e.g. IMGT)
  • Fixed bug in plotting Venn diagrams for 4 and 5 samples

CDR3 amino acid composition

30 Jun 19:56
Compare
Choose a tag to compare

Features added:

  • CDR3 amino acid composition profiles that use physical features of amino acid, see related docs

Bug fixes:

  • Empty metadata column fix
  • milib stop codon character (_) not properly parsed in some formats

Other:

  • Make sure you are using JRE v1.8 (you can still build this software under JRE v1.7 from source)
  • Improved documentation

First release

08 Jun 22:02
Compare
Choose a tag to compare

Features added:

  • Png graphics export
  • Insert size table
  • Support for MiXCR input
  • Optimization for CDR3 sequence and segment storage, ~2x lower memory usage

Bug fixes:

  • Segment usage crash on a sample collection with a single empty sample
  • Pool samples not flushing output stream
  • Join samples crashing on Vienn diagram plot
  • Minor fixes for parsers

Snapshot release

15 Apr 12:38
Compare
Choose a tag to compare
1.0-SNAPSHOT

Some code grooming