Skip to content

Commit b5f951c

Browse files
authored
Merge pull request #56 from pbashyal-nmdp/refactor_data_load
Refactor data load to be faster and use less disk space without creating temporary files on disk
2 parents b90a03a + 45758f5 commit b5f951c

25 files changed

+361
-1489
lines changed

AUTHORS.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ Example
7676
ard.redux(allele, 'lgx')
7777
# 'A*01:01'
7878
79-
ard_gl = ard.redux_gl("A*01:01/A*01:01N+A*02:AB^B*07:02+B*07:AB", "G")
80-
# >>> ard_gl
79+
ard.redux_gl("A*01:01/A*01:01N+A*02:AB^B*07:02+B*07:AB", "G")
8180
# 'B*07:02:01G+B*07:02:01G^A*01:01:01G+A*02:01:01G/A*02:02'
8281
8382

docs/Makefile

Lines changed: 0 additions & 177 deletions
This file was deleted.

docs/authors.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)