Releases: IEDB/TCRMatch
Releases · IEDB/TCRMatch
v1.3
Implemented -m flag to protect from memory overflow.
Optimized runtime
Optimizes runtime for TCRMatch, especially at lower scores.
v1.1.2
v1.1.1
Keeps only TRB genes from TRUST4 files.
v1.1.0
Handles CEDAR database, TRUST4 inputs
v1.0.3
v1.0.2
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
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
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
- 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