Skip to content

Commit

Permalink
Remove old print function
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowall committed Dec 14, 2017
1 parent c85388b commit 3734bdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_wig_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,5 @@ def test_wig_indexer():
bw_handle = wigIndexerTool({"bed_type" : "bed6+4"})
bw_handle.run(input_files, metadata, output_files)

print(resource_path)
assert os.path.isfile(resource_path + "sample.bw") is True
assert os.path.getsize(resource_path + "sample.bw") > 0

0 comments on commit 3734bdf

Please sign in to comment.