Skip to content

Commit

Permalink
fix integration test for long read assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysnewell committed Sep 13, 2023
1 parent 5dda456 commit 3a262b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def test_long_read_assembly(self):
f"-2 {data}/wgsim.2.fq.gz "
f"-l {data}/pbsim.fq.gz "
f"--longread-type ont "
f"--min-read-size 10 --min-mean-q 1 "
f"--conda-prefix {path_to_conda} "
f"-n 32 -t 32 "
)
Expand Down Expand Up @@ -105,6 +106,7 @@ def test_long_read_recovery(self):
f"-2 {data}/wgsim.2.fq.gz "
f"-l {data}/pbsim.fq.gz "
f"--longread-type ont "
f"--min-read-size 10 --min-mean-q 1 "
f"--conda-prefix {path_to_conda} "
f"-n 32 -t 32 "
)
Expand Down

0 comments on commit 3a262b8

Please sign in to comment.