renamed module name from minimap2 to mmappy

minimap2 clashed with minimap2 from conda
This commit is contained in:
Heng Li
2017-09-16 23:29:41 -04:00
parent 06b79c4a52
commit 28fd3d63fd
8 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env python
import sys, getopt
import minimap2 as mm
import mmappy as mm
def readfq(fp): # multi-line fasta/fastq parser
last = None