Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed Mar 1, 2024
1 parent 745466a commit 83000bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .tests/e2e/test_full_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
@pytest.fixture
def setup(tmpdir):
reads_fp = Path(".tests/data/reads/").resolve()
hosts_fp = Path(".tests/data/hosts/").resolve()
db_fp = Path(".tests/data/db/").resolve()

project_dir = tmpdir / "project"
Expand Down
2 changes: 1 addition & 1 deletion sbx_virus_id.smk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_virus_ext_path() -> Path:
)


SBX_VIRUS_ID_VERSION = open(get_mapping_path() / "VERSION").read().strip()
SBX_VIRUS_ID_VERSION = open(get_virus_ext_path() / "VERSION").read().strip()


def virus_sorter_input() -> Path:
Expand Down

0 comments on commit 83000bc

Please sign in to comment.