From c1cc6709705b4cddb339a92f7d7ed71d1a1600b8 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 14 Aug 2026 15:28:26 +0100 Subject: Reverse complement sequences as required in FASTA. --- tests/test_domagi.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/test_domagi.py') diff --git a/tests/test_domagi.py b/tests/test_domagi.py index 4af8c37..c65b87e 100644 --- a/tests/test_domagi.py +++ b/tests/test_domagi.py @@ -207,7 +207,6 @@ def test_domagi_paths(tmp_path, test_data_file, expected_output): header=None), check_dtype=False) -@pytest.mark.xfail @pytest.mark.parametrize("test_data_file, expected_output", [(Path("test-data/test1.gfa"), Path("test-data/expected-output/test1.fa")), -- cgit 1.4.1