mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-21 02:48:11 +08:00
renamed module name from minimap2 to mmappy
minimap2 clashed with minimap2 from conda
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user