Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolai-vKuegelgen committed Aug 31, 2022
1 parent 2527a32 commit 625626e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cubi_tk/isa_tpl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ def load_variables(template_name, extra=None):
configuration=load_variables("isatab-ms_meta_biocrates"),
),
IsaTabTemplate(
name="stem_cell_core",
path=os.path.join(_BASE_DIR, "isatab-stem_cell_core"),
description="RNA sequencing ISA-tab template from hiPSC for stem cell core projects",
configuration=load_variables("isatab-stem_cell_core"),
name="stem_cell_core",
path=os.path.join(_BASE_DIR, "isatab-stem_cell_core"),
description="RNA sequencing ISA-tab template from hiPSC for stem cell core projects",
configuration=load_variables("isatab-stem_cell_core"),
),
)

Expand Down

0 comments on commit 625626e

Please sign in to comment.