Skip to content

Commit

Permalink
Set to version 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kmayerb committed Dec 28, 2020
1 parent 57d01f8 commit 7429559
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pull the image:

.. code-block:: none
docker pull quay.io/kmayerb/tcrdist3:0.1.8
docker pull quay.io/kmayerb/tcrdist3:0.1.9
Running a Container
Expand All @@ -29,7 +29,7 @@ Run a container iteractively (flag `-it`):

.. code-block:: none
docker run -it quay.io/kmayerb/tcrdist3:0.1.8
docker run -it quay.io/kmayerb/tcrdist3:0.1.9
The tcrdist3 image runs Python 3.7.6 and IPython, so the fastest way to try things out
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]},
)
Expand Down

0 comments on commit 7429559

Please sign in to comment.