Skip to content

Commit

Permalink
make CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
sellth committed Sep 18, 2023
1 parent 91d1393 commit b60990d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion cubi_tk/archive/readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from . import common
from ..common import execute_shell_commands


_TEMPLATE_DIR = os.path.join(os.path.dirname(__file__), "templates")

TEMPLATE = IsaTabTemplate(
Expand Down
4 changes: 1 addition & 3 deletions tests/test_isa_tpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ def test_run_cookiecutter_isatab_germline(tmp_path):

assert output_path.exists()
assert (output_path / "i_Investigation.txt").exists()
assert (
output_path / "a_investigation_title_exome_sequencing.txt"
).exists()
assert (output_path / "a_investigation_title_exome_sequencing.txt").exists()
assert (output_path / "s_investigation_title.txt").exists()


Expand Down

0 comments on commit b60990d

Please sign in to comment.