Skip to content

Commit

Permalink
removed hifi test
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Apr 17, 2024
1 parent 41d6dfb commit c811b49
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/test_mess.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,4 @@ def test_simulate_nanopore():
def test_simulate_pacbio():
"""mess simulate pacbio reads"""
exec_command(" ".join(cmd) + " --tech pacbio --bam")
remove_directory(outdir)


def test_simulate_pacbio_hifi():
"""mess simulate pacbio hifi reads"""
exec_command(" ".join(cmd) + " --tech pacbio --accuracy 0.999 --passes 2 --bam")
remove_directory(outdir)
remove_directory(outdir)

0 comments on commit c811b49

Please sign in to comment.