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

Fix trim ci unit PE file output test

parent 48721a8f
Branches
Tags
2 merge requests!58Develop,!53Resolve "process_derivaUpload"
Pipeline #8639 canceled with stages
......@@ -18,6 +18,6 @@ def test_trimData_se():
@pytest.mark.trimData
def test_trimData_pe():
assert os.path.exists(os.path.join(
test_output_path, 'Q-Y5F6_1M.pe_R1_val_1.fq.gz'))
test_output_path, 'Q-Y5F6_1M.pe_val_1.fq.gz'))
assert os.path.exists(os.path.join(
test_output_path, 'Q-Y5F6_1M.pe_R2_val_2.fq.gz'))
test_output_path, 'Q-Y5F6_1M.pe_val_2.fq.gz'))
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