Skip to content

Commit

Permalink
Merge pull request #53 from pbashyal-nmdp/load_mac_file_flag
Browse files Browse the repository at this point in the history
 Rename download_mac flag
  • Loading branch information
mmaiers-nmdp committed Oct 1, 2020
2 parents 9b01595 + 7cbd4a1 commit fe7f4e6
Show file tree
Hide file tree
Showing 9 changed files with 149 additions and 157 deletions.
13 changes: 6 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@ Install from PyPi
pip install py-ard
Testing

-------
To run behavior-driven development (BDD) tests locally via the behave framework,
you'll need to set up a virtual environment.

To run behavior-driven development (BDD) tests locally via the behave framework,
you'll need to set up a virtual environment. See Install from source

.. code-block::
# Virtual environment setup
python3 -m venv testing
source testing/bin/activate
# Install test dependencies
pip install --upgrade pip
pip install -r test-requirements.txt
Expand All @@ -61,7 +60,7 @@ Example
ard = ARD('3290')
# You can specify a data directory for temp files
# ard = ard = ARD('3290', data_dir='/tmp/py-ard')
# ard = ARD('3290', data_dir='/tmp/py-ard')
# Initialize with latest DB
ard = ARD()
Expand Down
5 changes: 2 additions & 3 deletions pyard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

#
# pyars pyARS.
# pyard pyARD.
# Copyright (c) 2018 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
#
# This library is free software; you can redistribute it and/or modify it
Expand All @@ -21,8 +21,7 @@
# > http://www.fsf.org/licensing/licenses/lgpl.html
# > http://www.opensource.org/licenses/lgpl-license.php
#
from __future__ import absolute_import
from .pyard import ARD

__author__ = """NMDP Bioinformatics"""
__version__ = '0.0.22'
__version__ = '0.1.0'
Loading

0 comments on commit fe7f4e6

Please sign in to comment.