Skip to content

Commit

Permalink
Give up using bam files in integr test
Browse files Browse the repository at this point in the history
Having hard time using git lfs with travis; use bed until fixed
  • Loading branch information
endrebak committed May 20, 2016
1 parent d2b65bf commit 58d2b86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
@pytest.fixture(scope="session", autouse=True)
def args_200_fast():
return MockNamespace(25, "hg19", False, 200, 150, False, 3, 1,
["examples/test.bam"], ["examples/control.bam"])
["examples/test.bed"], ["examples/control.bed"])


@pytest.fixture(scope="session", autouse=True)
def args_200():
return MockNamespace(1, "hg19", False, 200, 150, False, 3, 0.05,
["examples/test.bam"], ["examples/control.bam"])
["examples/test.bed"], ["examples/control.bed"])


@pytest.fixture(scope="session", autouse=True)
def args_50():
return MockNamespace(1, "hg19", False, 50, 150, False, 3, 0.05,
["examples/test.bam"], ["examples/control.bam"])
["examples/test.bed"], ["examples/control.bed"])


@pytest.fixture(scope="session", autouse=True)
Expand Down

0 comments on commit 58d2b86

Please sign in to comment.