Skip to content

Releases: IEDB/TCRMatch

v1.3

27 Nov 00:00
Compare
Choose a tag to compare

Implemented -m flag to protect from memory overflow.

Optimized runtime

14 Nov 22:30
Compare
Choose a tag to compare

Optimizes runtime for TCRMatch, especially at lower scores.

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

  • Create harbor.yml by @acrinklaw in #18
  • update process_output.py with argparse by @danielmarrama in #19
  • Airr tsv format by @schristley in #27
  • Unify Python and C++ scripts into a single C++ script by @acrinklaw in #30

New Contributors

  • @danielmarrama made their first contribution in #19

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