Skip to content

Commit

Permalink
Correct fasta ref in build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ABignaud committed Jul 8, 2022
1 parent e2cd0b3 commit a810b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def test_full_pipeline_bin(mapping, aligner):
hpi.full_pipeline(
input1=in1,
input2=in2,
genome="test_data/genome/seq.fa",
genome="test_data/genome/seq.fa.gz",
enzyme=5000,
out_dir=f"test_out_{aligner}_{mapping}",
aligner=aligner,
Expand Down

0 comments on commit a810b74

Please sign in to comment.