Skip to content

Releases: IEDB/TCRMatch

v1.1.2

09 Nov 14:39
Compare
Choose a tag to compare

TCRMatch now skips invalid input amino acids by default.

v1.1.1

12 May 14:48
Compare
Choose a tag to compare

Keeps only TRB genes from TRUST4 files.

v1.1.0

26 Apr 11:30
Compare
Choose a tag to compare

Handles CEDAR database, TRUST4 inputs

v1.0.3

14 Mar 05:16
c0ddd7a
Compare
Choose a tag to compare
  • Adds trimming as an optional parameter
  • Adds versioning, as well as printing versioning with optional -v flag

v1.0.2

08 Feb 19:05
Compare
Choose a tag to compare

Fix non-parallelized portion of code to ensure no results are lost when TCRMatch is run with multiple threads. Also change number of decimal places in results from 2 to 4.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

26 Dec 03:32
b4280e1
Compare
Choose a tag to compare

Remove link to email for Austin, add Will as primary maintainer.
Fix Harbor.yml github actions
Full Changelog: v1.0.0...v1.0.1

v1.0.0

26 Dec 03:25
465d081
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v1.0.0

Minor Release v0.1.1

10 Sep 06:10
Compare
Choose a tag to compare
  • Add -d parameter for custom database
  • Remove iterators from openMP for loops to increase compatibility
  • Remove messy CMake build process, replace with simple makefile - script is too simple to justify complex build system

Minor Release v0.1.0

09 Apr 19:26
Compare
Choose a tag to compare

Overhaul of the tool

  • Rewritten in C++ to optimize for speed and performance
  • Utilizes recursive function to calculate scores to boost speed (thanks to Bob Sinkovits @ SDSC)
  • Added update script and create archived version for reproducibility (thanks to Leonard Nettey @ MIT)