allow to test if index is present

This commit is contained in:
Heng Li
2017-09-16 20:09:17 -04:00
parent 6b66ec6167
commit 3544c60c71
4 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ sys.path.append('python')
setup(
name = 'minimap2',
version = '2.1.1',
version = '2.2rc',
url = 'https://github.com/lh3/minimap2',
description = 'Minimap2 python binding',
author = 'Heng Li',