Skip to content

Commit

Permalink
change pangenome filename
Browse files Browse the repository at this point in the history
  • Loading branch information
asetGem committed Sep 14, 2023
1 parent 68a1d5a commit c67201e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_functional/test_pangenome.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,9 @@ def test_pangenome_all():
used_dbpath = os.path.join(GENEPATH, "database")
# copy db_path folder to output folder, as it will modify it
shutil.copytree(DBPATH, used_dbpath)
outfile = "pangenome.txt"
cmd = f"PanACoTA pangenome -l {lstinfo} -n {name} -d {used_dbpath} -o {GENEPATH} -vv"
assert pan.main(cmd, lstinfo, name, used_dbpath, min_id, GENEPATH, clust_mode, spe_dir,
threads) == os.path.join(GENEPATH, outfile)
threads) == os.path.join(GENEPATH, "PanGenome-testAllPAN4.All.prt-clust-0.8-mode1.lst")

# ret = subprocess.call(cmd.split())
# assert ret == 0
Expand Down

0 comments on commit c67201e

Please sign in to comment.