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

Fix silly error in align unit ci pytest

parent 1e50ff6e
3 merge requests!37v0.0.1,!24Develop,!23Resolve "process_RSeQC"
Pipeline #6253 failed with stages
in 2 minutes and 47 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.bam.sorted.bai'))
assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.pe.sorted.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