Skip to content

Commit

Permalink
Attempt to fix variation
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Sep 3, 2024
1 parent 067ae80 commit d4036bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meteor/tests/test_variantcalling.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def fixture_vc_builder(datadir: Path, tmp_path: Path) -> VariantCalling:
meteor.ref_name = "test"
meteor.threads = 1
meteor.tmp_dir = tmp_path
meteor.DEFAULT_GAP_CHAR = "?"
ref_json_file = datadir / "eva71" / "eva71_reference.json"
ref_json = {}
with ref_json_file.open("rt", encoding="UTF-8") as ref:
Expand Down Expand Up @@ -100,6 +99,7 @@ def test_create_consensus(
vc_builder: VariantCalling, datadir: Path, tmp_path: Path
) -> None:
vc_builder.matrix_file = datadir / "eva71_bench" / "eva71_bench.tsv.xz"
vc_builder.meteor.DEFAULT_GAP_CHAR = "?"
reference_file = datadir / "eva71" / "fasta" / "eva71.fasta.gz"
consensus_file = tmp_path / "consensus.fasta.xz"
bed_file = datadir / "eva71" / "database" / "eva71.bed"
Expand Down

0 comments on commit d4036bf

Please sign in to comment.