Skip to content

Commit

Permalink
restore compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Dec 4, 2024
1 parent 769a90a commit 2163884
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/depiction_targeted_preproc/app_interface/process_chunk.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import cyclopts
import yaml
import zipfile
from depiction_targeted_preproc.pipeline.prepare_params import Params
from depiction_targeted_preproc.pipeline_config.artifacts_mapping import get_result_files_new
from pathlib import Path
from snakemake_invoke import SnakemakeInvoke
from snakemake_invoke.config import SnakemakeInvokeConfig
from snakemake_invoke.snakemake_invoke import SnakemakeInvoke

from depiction_targeted_preproc.pipeline.prepare_params import Params
from depiction_targeted_preproc.pipeline_config.artifacts_mapping import get_result_files_new

app = cyclopts.App()

Expand Down

0 comments on commit 2163884

Please sign in to comment.