mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-15 13:07:55 +08:00
renamed mm2-lite.py to minimap2.py
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -5,4 +5,4 @@
|
||||
*.o
|
||||
*.dSYM
|
||||
minimap2
|
||||
minimap2.c
|
||||
mappy.c
|
||||
|
||||
@@ -37,7 +37,7 @@ def readfq(fp): # multi-line fasta/fastq parser
|
||||
def main(argv):
|
||||
opts, args = getopt.getopt(argv[1:], "")
|
||||
if len(args) < 2:
|
||||
print("Usage: mm2-lite.py <ref.fa>|<ref.mmi> <query.fq>")
|
||||
print("Usage: minimap2.py <ref.fa>|<ref.mmi> <query.fq>")
|
||||
sys.exit(1)
|
||||
a = mp.Aligner(args[0]) # load/build index
|
||||
if not a:
|
||||
Reference in New Issue
Block a user