Skip to content
Snippets Groups Projects
Commit a3564b7c authored by Jonathan Gesell's avatar Jonathan Gesell
Browse files

Update test_alignReads.py

parent c1554d3c
Branches
Tags
2 merge requests!37v0.0.1,!15Resolve "process_align"
Pipeline #5804 failed with stages
in 31 minutes and 22 seconds
......@@ -6,9 +6,9 @@ import os
import utils
data_output_path = os.path.dirname(os.path.abspath(__file__)) + \
'/../../output/aligned'
'/../../'
logs_output_path = os.path.dirname(os.path.abspath(__file__)) + \
'/../../output/Logs'
'/../../'
@pytest.mark.alignData
def test_alignData_se():
......
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