Skip to content
Snippets Groups Projects

Resolve "Include Phantompeakqualtools step"

Merged Venkat Malladi requested to merge 5-phantompeakcalls into master
Viewing commit 9c6f11a1
Show latest version
1 file
+ 3
3
Preferences
File browser
Compare changes
@@ -11,9 +11,9 @@ 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)
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
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
def test_map_qc_pairedend():