From d321b0f3aac71ff51ba125a1bb024b903be0d6bb Mon Sep 17 00:00:00 2001 From: Matin Nuhamunada Date: Thu, 25 Apr 2024 04:33:41 +0000 Subject: [PATCH] test: correct exoected output --- .tests/unit/test_gtdb_prep.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tests/unit/test_gtdb_prep.py b/.tests/unit/test_gtdb_prep.py index 03d67b25..cc722af6 100644 --- a/.tests/unit/test_gtdb_prep.py +++ b/.tests/unit/test_gtdb_prep.py @@ -20,7 +20,7 @@ def test_gtdb_prep(): shutil.copytree(data_path, workdir) # dbg - print("data/interim/gtdb/GCF_000056065.1.json", file=sys.stderr) + print("data/interim/gtdb/GCA_000056065.1.json", file=sys.stderr) # Run the test job. sp.check_output( @@ -28,7 +28,7 @@ def test_gtdb_prep(): "python", "-m", "snakemake", - "data/interim/gtdb/GCF_000056065.1.json", + "data/interim/gtdb/GCA_000056065.1.json", "-f", "-j1", "--target-files-omit-workdir-adjustment",