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

Fix test fil.e

parent 9c6f11a1
Branches
Tags
1 merge request!11Resolve "Include Phantompeakqualtools step"
Pipeline #1118 passed with stage
in 1 hour, 42 minutes, and 18 seconds
......@@ -10,7 +10,8 @@ test_output_path = os.path.dirname(os.path.abspath(__file__)) + \
def test_convert_reads_singleend():
assert os.path.exists(os.path.join(test_output_path, 'ENCFF833BLU.filt.nodup.tagAlign.15.tagAlign.gz.cc.plot.pdf'))
df_xcor = pd.read_csv("ENCFF833BLU.filt.nodup.tagAlign.15.tagAlign.gz.cc.qc", sep="\t", header=None)
qc_file = os.path.join(test_output_path,"ENCFF833BLU.filt.nodup.tagAlign.15.tagAlign.gz.cc.qc")
df_xcor = pd.read_csv(qc_file, sep="\t", header=None)
assert df_xcor[2].iloc[0] == '195,215,230'
assert df_xcor[8].iloc[0] == 1.024836
assert df_xcor[9].iloc[0] == 1.266678
......
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