An error occurred while loading the file. Please try again.
-
Gervaise Henry authored3301ebb4
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
test_makeBigWig.py 285 B
#!/usr/bin/env python3
import pytest
import pandas as pd
import os
import utils
data_output_path = os.path.dirname(os.path.abspath(__file__)) + \
'/../../'
@pytest.mark.makeBigWig
def test_makeBigWig():
assert os.path.exists(os.path.join(data_output_path, 'Q-Y5F6_1M.se.bw'))