Skip to content

Commit f930e08

Browse files
author
Yun Deng
committed
syntax error
1 parent 0ad5649 commit f930e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SINGER/SINGER/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+
elif 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)