From c811b4934e509bf7548b3ff4f9668db09d27a83f Mon Sep 17 00:00:00 2001 From: farchaab Date: Wed, 17 Apr 2024 11:33:28 +0200 Subject: [PATCH] removed hifi test --- tests/test_mess.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tests/test_mess.py b/tests/test_mess.py index 9640341..cbc4146 100644 --- a/tests/test_mess.py +++ b/tests/test_mess.py @@ -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) \ No newline at end of file