Skip to content
Snippets Groups Projects
Commit 586ddd0c authored by Holly Ruess's avatar Holly Ruess
Browse files

fix pool and pseudo

parent c5c0e785
Branches
Tags
1 merge request!12Resolve "Fix Pool and Pseudoreps"
Pipeline #5503 passed with stages
in 6 hours, 28 minutes, and 45 seconds
......@@ -33,4 +33,4 @@ def test_cross_plot_pairedend_mouse():
df_xcor = pd.read_csv(qc_file, sep="\t", header=None)
assert df_xcor[2].iloc[0] == '0,65,75'
assert round(df_xcor[8].iloc[0],6) == 1.548623
assert df_xcor[9].iloc[0] == 1.349946
assert round(df_xcor[9].iloc[0],6) == 1.349946
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