Skip to content

Releases: antigenomics/vdjmatch

1.3.1

12 Nov 09:14
Compare
Choose a tag to compare

Update VDJtools

1.2.2

16 Aug 20:47
Compare
Choose a tag to compare
License upd

1.2.1

02 Apr 09:39
Compare
Choose a tag to compare

jitpack tag

VDJmatch algorithm

02 Apr 09:23
Compare
Choose a tag to compare

Implemented TCR similarity metric and smart algorithms for VDJdb querying.

Java 9 compatibility

06 Dec 07:21
Compare
Choose a tag to compare
  • Now should work with Java 9
  • Other minor fixes

N.B Please ignore An illegal reflective access operation has occurred warnings occurring when running with Java 9, they have no effect on software performance/output whatsoever

Server compatibility release

03 Aug 14:10
Compare
Choose a tag to compare
1.1.6

Upd sh script

Better summary stats

13 Feb 22:31
Compare
Choose a tag to compare

Minor fixes, update VDJtools version, better annotation summary output

Cleanup release

10 Jan 12:28
Compare
Choose a tag to compare

Removed some experimental functions & fixed sever bugs

Scoring update

17 Jul 15:22
Compare
Choose a tag to compare

Critical fix for scoring system:

  • Re-named and modified presets: hamming (hamming distance based); 5,2,2,7 search scope followed by high-recall (precision corresponding to recall of 80%), optimal (precision and recall corresponding to highest F1 measure)
  • Scoring selection by precision and recall (selects nearest pre-trained preset matching specified value)
  • Ensure that exact matches are always reported disregarding score threshold

Scoring & VDJtools compatibility

10 Jul 01:07
Compare
Choose a tag to compare
Pre-release

Major improvements:

  • VDJtools compatibility. Now output of VDJdb annotation can be used for downstream analysis with VDJtools and vice-versa. See README for additional info.
  • New scoring scheme: search is performed by first looking up candidate CDR3 sequences with a high number (up to 7) mismatches allowed. The resulting alignments are scored based on substitution matrix and gap scores optimized for precision and recall by running NSGAII for VDJdb alignments (see README). While that slows down VDJdb, we take advantage of suffix tree search that automatically generates alignments and the effect is not that dramatic.

Minor improvements:

  • Support all software input formats that are supported by VDJtools
  • Some refactoring that should speed-up scored search
  • Completely re-wrtitten summary report generation
    • More intuitive summary table
    • Compatibility for sunburst charts in VDJdb-server

Bug fixes:

  • Disabled annotation for non-coding clonotypes

Note: