Skip to content

Commit

Permalink
Merge pull request #19 from bigict/dev
Browse files Browse the repository at this point in the history
fix: error f-style format
  • Loading branch information
chungongyu authored Mar 6, 2024
2 parents 00fbe23 + 29d3ff3 commit 9045b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msa_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ def refilter_aln(prefix, tmpdir): # pylint: disable=redefined-outer-name

#### calculate Nf ####
cmd = calNf_template.substitute(
infile=final_prefix + f".{cov}.aln" % cov,
infile=final_prefix + f".{cov}.aln",
target_nf=target_nf[-1],
)
with subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE) as p:
Expand Down

0 comments on commit 9045b5a

Please sign in to comment.