Skip to content

Commit

Permalink
Fix test consensus creation
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Sep 2, 2024
1 parent e47f629 commit 067ae80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meteor/tests/test_variantcalling.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ def test_create_consensus(
) -> None:
vc_builder.matrix_file = datadir / "eva71_bench" / "eva71_bench.tsv.xz"
reference_file = datadir / "eva71" / "fasta" / "eva71.fasta.gz"
# consensus_file = tmp_path / "consensus.fasta.xz"
consensus_file = Path("/pasteur/appa/homes/aghozlan/consensus2.fasta.xz")
consensus_file = tmp_path / "consensus.fasta.xz"
bed_file = datadir / "eva71" / "database" / "eva71.bed"
vcf_file = datadir / "eva71_bench" / "eva71_bench.vcf.gz"
low_cov_sites = pd.read_table(
Expand Down

0 comments on commit 067ae80

Please sign in to comment.