Skip to content

Commit

Permalink
format and fix test_run_minced
Browse files Browse the repository at this point in the history
  • Loading branch information
gbouras13 committed Jan 10, 2024
1 parent b9b0d47 commit 223ee0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_external_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ def test_run_pyrodigal_gv(self):
def test_run_minced(self):
fasta: Path = f"{standard_data}/SAOMS1.fasta"
prefix = "pharokka"
run_minced(fasta, standard_data_output, prefix, logdir)
minced_args = "minNR 2 -minRL 21"
run_minced(fasta, standard_data_output, prefix, minced_args, logdir)

def test_run_aragorn(self):
fasta: Path = f"{standard_data}/SAOMS1.fasta"
Expand Down

0 comments on commit 223ee0c

Please sign in to comment.