Skip to content

Commit

Permalink
remove args.n
Browse files Browse the repository at this point in the history
  • Loading branch information
Lioscro committed Jul 8, 2022
1 parent 566bca8 commit 03796ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kb_python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ def parse_ref(
args.g,
args.c1,
args.c2,
n=args.n,
k=args.k,
flank=args.flank,
include=include,
Expand Down Expand Up @@ -284,7 +283,6 @@ def parse_ref(
args.f1,
args.i,
args.g,
n=args.n,
k=args.k,
no_mismatches=args.no_mismatches,
overwrite=args.overwrite,
Expand All @@ -297,7 +295,6 @@ def parse_ref(
args.f1,
args.i,
args.g,
n=args.n,
k=args.k,
include=include,
exclude=exclude,
Expand Down

0 comments on commit 03796ff

Please sign in to comment.