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

Update consistency test

parent 0dba7726
Branches
Tags
2 merge requests!58Develop,!53Resolve "process_derivaUpload"
Pipeline #8699 canceled with stages
in 50 minutes and 20 seconds
......@@ -18,8 +18,8 @@ def test_consistencySE():
with open(os.path.join(
test_output_path, 'SE_multiqc_data.json')) as f:
assigned_reads_json = json.load(f)
assigned_reads = assigned_reads_json['report_general_stats_data'][4]['16-1ZX4']['Assigned']
assert assigned_reads == 7742416
assigned_reads = assigned_reads_json['report_general_stats_data'][4]['16-1ZX4_sorted']['Assigned']
assert assigned_reads == 7746121
@pytest.mark.consistencyPE
......@@ -30,5 +30,5 @@ def test_consistencyPE():
with open(os.path.join(
test_output_path, 'PE_multiqc_data.json')) as f:
assigned_reads_json = json.load(f)
assigned_reads = assigned_reads_json['report_general_stats_data'][4]['Q-Y5JA']['Assigned']
assert assigned_reads == 2599149
assigned_reads = assigned_reads_json['report_general_stats_data'][4]['Q-Y5JA_sorted']['Assigned']
assert assigned_reads == 2596053
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