Skip to content

Commit

Permalink
removed not needed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-fuchs committed Sep 6, 2024
1 parent f47d579 commit 53e3697
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions varvamp/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def single_and_tiled_shared_workflow(args, left_primer_candidates, right_primer_
return all_primers, amplicons


def single_workflow(args, amplicons, all_primers, log_file):
def single_workflow(args, amplicons, log_file):
"""
workflow part specific for single mode
"""
Expand Down Expand Up @@ -533,7 +533,6 @@ def main():
amplicon_scheme = single_workflow(
args,
amplicons,
all_primers,
log_file
)
elif args.mode == "tiled":
Expand Down

0 comments on commit 53e3697

Please sign in to comment.