Skip to content

Commit

Permalink
Merge pull request #56 from pbashyal-nmdp/refactor_data_load
Browse files Browse the repository at this point in the history
Refactor data load to be faster and use less disk space without creating temporary files on disk
  • Loading branch information
mmaiers-nmdp committed Oct 14, 2020
2 parents b90a03a + 45758f5 commit b5f951c
Show file tree
Hide file tree
Showing 25 changed files with 361 additions and 1,489 deletions.
13 changes: 0 additions & 13 deletions AUTHORS.rst

This file was deleted.

3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ Example
ard.redux(allele, 'lgx')
# 'A*01:01'
ard_gl = ard.redux_gl("A*01:01/A*01:01N+A*02:AB^B*07:02+B*07:AB", "G")
# >>> ard_gl
ard.redux_gl("A*01:01/A*01:01N+A*02:AB^B*07:02+B*07:AB", "G")
# 'B*07:02:01G+B*07:02:01G^A*01:01:01G+A*02:01:01G/A*02:02'
177 changes: 0 additions & 177 deletions docs/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion docs/authors.rst

This file was deleted.

Loading

0 comments on commit b5f951c

Please sign in to comment.