Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 10 additions & 15 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
===============================
pyARD
py-ard
===============================


Expand All @@ -17,19 +17,22 @@ ARD reduction for HLA with python
* Documentation: https://pyard.readthedocs.io.


Install
-------
Install from source
-------------------

.. code-block::

# from source
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

python setup.py install

# from PyPi
pip install pyard
Install from PyPi
-----------------

.. code-block::

pip install py-ard


Example
Expand Down Expand Up @@ -61,11 +64,3 @@ Example
# 'B*07:02:01G+B*07:02:01G^A*01:01:01G+A*02:01:01G/A*02:02'


Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

2 changes: 1 addition & 1 deletion pyard/pyard.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def redux_gl(self, glstring: str, redux_type: str) -> str:

def isvalid(self, allele: str) -> str:
"""
Determines valididy of an allele
Determines validity of an allele

:param allele: An HLA allele.
:type: str
Expand Down
6 changes: 0 additions & 6 deletions requirements.txt

This file was deleted.