Skip to content
Snippets Groups Projects
Commit 4d88c335 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix second trimData unit test

parent 44a7326b
Branches
Tags
3 merge requests!37v0.0.1,!13Develop,!12Resolve "Make scripts input files for processes"
Pipeline #5723 passed with stages
in 27 minutes and 36 seconds
......@@ -12,6 +12,7 @@ test_output_path = os.path.dirname(os.path.abspath(__file__)) + \
def test_trimData_se():
assert os.path.exists(os.path.join(test_output_path, '16-1ZX4_trimmed.fq.gz'))
@pytest.mark.trimData
def test_trimData_pe():
assert os.path.exists(os.path.join(test_output_path, 'Q-Y5JA_R1_val_1.fq.gz'))
assert os.path.exists(os.path.join(test_output_path, 'Q-Y5JA_R2_val_2.fq.gz'))
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment