Skip to content

Commit

Permalink
fix qc error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Mar 30, 2024
1 parent 4d4791d commit 6efb8d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def test_dummy_insertion_tilingscreen():
subprocess.check_output(
cmd, shell=True, universal_newlines=True, stderr=subprocess.STDOUT
)
raise ValueError("Filtering should fail with too small number of replicates.")
except subprocess.CalledProcessError as exc:
raise exc
#if "Too small number of replicate left after QC" not in exc.output:
raise exc

0 comments on commit 6efb8d3

Please sign in to comment.