Skip to content

Commit

Permalink
increased threads, added pacbio hifi test
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Oct 17, 2024
1 parent 570df11 commit 238acba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_mess.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def tmp_dir(tmpdir_factory):

test_data_path = Path("mess/test_data")
outdir = Path("test_out")
threads = 2
threads = 4


def remove_directory(dir_path):
Expand Down Expand Up @@ -77,6 +77,6 @@ def test_simulate_nanopore():


def test_simulate_pacbio():
"""mess simulate pacbio reads"""
exec_command(" ".join(cmd) + " --tech pacbio --bam")
"""mess simulate pacbio hifi reads"""
exec_command(" ".join(cmd) + " --tech pacbio --error hifi --bam")
remove_directory(outdir)

0 comments on commit 238acba

Please sign in to comment.