forked from kmayerb/tcrdist3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM quay.io/kmayerb/miniconda3:0.0.2 | ||
|
||
RUN pip install git+https://github.com/kmayerb/[email protected].8 | ||
RUN pip install git+https://github.com/kmayerb/[email protected].9 | ||
|
||
RUN pip install python-levenshtein==0.12.0 | ||
RUN pip install pytest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,14 +19,14 @@ pip install tcrdist3 | |
or | ||
|
||
``` | ||
pip install git+https://github.com/kmayerb/[email protected].8 | ||
pip install git+https://github.com/kmayerb/[email protected].9 | ||
``` | ||
|
||
## Docker | ||
[![Docker Repository on Quay](https://quay.io/repository/kmayerb/tcrdist3/status "Docker Repository on Quay")](https://quay.io/repository/kmayerb/tcrdist3) | ||
|
||
``` | ||
docker pull quay.io/kmayerb/tcrdist3:0.1.8 | ||
docker pull quay.io/kmayerb/tcrdist3:0.1.9 | ||
``` | ||
|
||
## Documentation | ||
|
@@ -56,7 +56,7 @@ tr.pw_cdr3_b_aa | |
|
||
##### TCR meta-clonotypes for biomarker discovery with tcrdist3: quantification of public, HLA-restricted TCR biomarkers of SARS-CoV-2 infection | ||
|
||
Mayer-Blackwell K, Schattgen S, Cohen-Lavi L, Crawford JC, Souquette A, Gaevert JA, Hertz T, Thomas PG, Bradley PH, Fiore-Gartland A. 2020. bioRxiv doi:10.1101/2020.12.24.424260 | ||
Mayer-Blackwell K, Schattgen S, Cohen-Lavi L, Crawford JC, Souquette A, Gaevert JA, Hertz T, Thomas PG, Bradley PH, Fiore-Gartland A. [bioRxiv (2020)](https://www.biorxiv.org/content/10.1101/2020.12.24.424260v1). | ||
|
||
|
||
##### Quantifiable predictive features define epitope-specific T cell receptor repertoires | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
license='MIT', | ||
author='Koshlan Mayer-Blackwell', | ||
author_email='[email protected]', | ||
version='0.1.8', | ||
version='0.1.9', | ||
packages=PACKAGES, | ||
package_data={"": ["*.csv","*.tsv","*.txt"]}, | ||
) | ||
|