Skip to content
Snippets Groups Projects
Commit c7178e06 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix spelling error

parent 573ff53b
Branches
Tags
2 merge requests!58Develop,!46Update consistency checks to be fully in python.
Pipeline #8338 failed with stages
in 3 hours, 59 minutes, and 12 seconds
......@@ -18,7 +18,7 @@ def test_consistencySE():
with open(os.path.join(
test_output_path, 'SE_multiqc_data.json')) as f:
assigned_reads_json = json.load(f)
assigned_reaassigned_readsds = assigned_reads_json['report_general_stats_data'][4]['16-1ZX4']['Assigned']
assigned_reads = assigned_reads_json['report_general_stats_data'][4]['16-1ZX4']['Assigned']
assert assigned_reads == 7742416
......
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