Skip to content

Commit

Permalink
Support for qc_values pseudo-columns in smaht-submitr (and multiple s…
Browse files Browse the repository at this point in the history
…heet with same type).
  • Loading branch information
dmichaels-harvard committed Feb 11, 2025
1 parent 365ffbe commit fb4e187
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dcicutils/structured_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,13 @@ def load(file: str, portal: Optional[Union[VirtualApp, TestApp, Portal]] = None,
ref_lookup_strategy: Optional[Callable] = None,
ref_lookup_nocache: bool = False,
norefs: bool = False, merge: bool = False,
excel_class: Optional[Excel] = None,
progress: Optional[Callable] = None,
debug_sleep: Optional[str] = None) -> StructuredDataSet:
return StructuredDataSet(file=file, portal=portal, schemas=schemas, autoadd=autoadd, order=order, prune=prune,
remove_empty_objects_from_lists=remove_empty_objects_from_lists,
ref_lookup_strategy=ref_lookup_strategy, ref_lookup_nocache=ref_lookup_nocache,
excel_class=excel_class,
norefs=norefs, merge=merge, progress=progress, debug_sleep=debug_sleep)

def validate(self, force: bool = False) -> None:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dcicutils"
version = "8.17.0.1b2" # TODO: 8.18.0
version = "8.17.0.1b3" # TODO: 8.18.0
description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources"
authors = ["4DN-DCIC Team <support@4dnucleome.org>"]
license = "MIT"
Expand Down

0 comments on commit fb4e187

Please sign in to comment.