Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed Nov 27, 2024
1 parent 491469f commit 768dc3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def gzip_file(f_name):
return f_out.name


def main(freads_in, fref_in, output_dir, n_starts, K, alpha0, alphabet="ACGT-", unique_modus=False, record_history):
def main(freads_in, fref_in, output_dir, n_starts, K, alpha0, alphabet="ACGT-", unique_modus=False, record_history=False):

window_id = freads_in.split("/")[-1][:-4] # freads_in is absolute path

Expand Down

0 comments on commit 768dc3e

Please sign in to comment.