diff --git a/tests/test_dust.py b/tests/test_dust.py index 2a1abaa..4bef34b 100644 --- a/tests/test_dust.py +++ b/tests/test_dust.py @@ -3,7 +3,7 @@ import shutil from pathlib import Path from unittest.mock import patch -from src.python.ensembl.tools.anno.repeat_annotation.dust import run_dust # Replace 'your_module' with the actual module path +from src.python.ensembl.tools.anno.repeat_annotation.dust import run_dust class TestDust(unittest.TestCase): @@ -19,7 +19,7 @@ def test_run_dust(self): # Define test input values genome_file = "path/to/your/genome.fasta" output_dir = self.temp_dir - dust_bin = "dust" + dust_bin = "dustmasker" num_threads = 2 # Set the number of threads for testing # Mock any external dependencies or subprocess calls