Skip to content
Snippets Groups Projects

Resolve "Include Phantompeakqualtools step"

Merged Venkat Malladi requested to merge 5-phantompeakcalls into master
Viewing commit 853c4d18
Show latest version
1 file
+ 2
2
Preferences
File browser
Compare changes
@@ -8,8 +8,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, 'ENCFF646LXU.tagAlign.gz'))
assert os.path.exists(os.path.join(test_output_path, 'ENCFF646LXU.bedse.gz'))
assert os.path.exists(os.path.join(test_output_path, 'ENCFF646LXU.filt.nodup.tagAlign.gz'))
assert os.path.exists(os.path.join(test_output_path, 'ENCFF646LXU.filt.nodup.bedse.gz'))
def test_map_qc_pairedend():