Skip to content

Commit

Permalink
fixing bw file
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Nov 13, 2023
1 parent 1a5fb6b commit e1c209d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified tests/data/accessibility_signal_chr6.bw
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@pytest.mark.order(13)
def test_run_variant_wacc():
cmd = "bean-run variant tests/data/var_mini_screen_annotated.h5ad --scale-by-acc --acc-bw-path tests/data/accessibility_signal_var.bw -o tests/test_res/var/ --repguide-mask None"
cmd = "bean-run variant tests/data/var_mini_screen_annotated.h5ad --scale-by-acc --acc-bw-path tests/data/accessibility_signal_chr6.bw -o tests/test_res/var/ --repguide-mask None"
try:
subprocess.check_output(
cmd,
Expand Down

0 comments on commit e1c209d

Please sign in to comment.