Skip to content

Commit 0b8ed5e

Browse files
author
Yun Deng
committed
more control logic
1 parent 43e72d5 commit 0b8ed5e

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

SINGER/SINGER/singer

-62.9 KB
Binary file not shown.

SINGER/SINGER/singer_debug

-392 Bytes
Binary file not shown.
-14 KB
Binary file not shown.
-62.9 KB
Binary file not shown.
-392 Bytes
Binary file not shown.

releases/singer-0.1.8-beta-linux-x86_64/singer_master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def main():
301301
run_rate_singer(args.Ne, args.m, args.m*args.ratio, args.start, args.end, args.vcf, args.output, args.n, args.thin, args.polar, args.seed)
302302
return
303303

304-
else if args.mut_map and not args.m:
304+
if args.mut_map and not args.m:
305305
args.m = compute_average_rate(args.mut_map, args.start, args.end)
306306
if not args.recomb_map:
307307
parser.error("You must provide -recomb_map when using the -mut_map flag")

0 commit comments

Comments
 (0)