Skip to content
Snippets Groups Projects
test_makeBigWig.py 288 B
Newer Older
#!/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'))