Skip to content

Commit

Permalink
try one with install in comman
Browse files Browse the repository at this point in the history
  • Loading branch information
gbouras13 committed Feb 23, 2024
1 parent eb60f94 commit 5d4dccd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def test_install():
def test_run_genbank():
"""test phold run with genbank input"""
input_gbk: Path = f"{test_data}/combined_truncated_acr_defense_vfdb_card.gbk"
cmd = f"phold install -d {database_dir}"
exec_command(cmd)
cmd = f"phold run -i {input_gbk} -o {run_gbk_dir} -t {threads} --cpu -d {database_dir} -f"
exec_command(cmd)

Expand Down

0 comments on commit 5d4dccd

Please sign in to comment.