We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76bf6e commit 10229e1Copy full SHA for 10229e1
bin/tigmint-ntlink-map
@@ -11,7 +11,7 @@ import subprocess
11
def run_ntlink_pair(args):
12
"Run ntLink pair stage to obtain PAF-formatted mappings"
13
command = f"ntLink pair target={args.target}.fa reads={args.reads} " \
14
- f"paf=True k={args.k} w={args.w} t={args.t}"
+ f"paf=True k={args.k} w={args.w} t={args.t} sensitive=True"
15
command_shlex = shlex.split(command)
16
return_code = subprocess.call(command_shlex)
17
assert return_code == 0
0 commit comments