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

Run sorters in docker through hither #223

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Run sorters in docker through hither #223

wants to merge 6 commits into from

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
2 participants