Skip to content

Commit

Permalink
revert: require input format
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Loecker <[email protected]>
  • Loading branch information
JoshLoecker committed Nov 7, 2024
1 parent f7614c9 commit 12d1c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/como/rnaseq_preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ async def rnaseq_preprocess(
context_names: list[str],
mode: Literal["create", "provide"],
taxon_id: Union[int, str],
input_format: Input,
matrix_file: Optional[str | Path] = None,
config: Config = None,
) -> None:
Expand Down

0 comments on commit 12d1c70

Please sign in to comment.