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

Fix sillier error in align unit ci pytest

parent ac502364
Branches
Tags
3 merge requests!37v0.0.1,!24Develop,!23Resolve "process_RSeQC"
Pipeline #6254 failed with stages
in 4 hours, 2 minutes, and 32 seconds
......@@ -20,4 +20,4 @@ def test_alignData_se():
def test_alignData_pe():
assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.pe.unal.gz'))
assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.pe.sorted.bam'))
assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.pe.sorted.bai'))
assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.pe.sorted.bam.bai'))
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