Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Comments

Run sorters in docker through hither#223

Draft
alejoe91 wants to merge 6 commits intomasterfrom
docker
Draft

Run sorters in docker through hither#223
alejoe91 wants to merge 6 commits intomasterfrom
docker

Conversation

@alejoe91
Copy link
Member

No description provided.

def run_sorter(sorter_name_or_class, recording, output_folder=None, delete_output_folder=False,
grouping_property=None, parallel=False, verbose=False, raise_error=True, n_jobs=-1, joblib_backend='loky',
**params):
grouping_property=None, use_docker=False, parallel=False, verbose=False, raise_error=True, n_jobs=-1,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would do use_container instead of use_docker.

from pathlib import Path

ss_folder = Path(__file__).parent

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would name this hither_tools instead of docker tools

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants