Skip to content

Commit 6757ef7

Browse files
author
Thinh Nguyen
authored
Merge pull request #91 from ttngu207/no-curation
bugfix for catgt
2 parents 23ca7ca + 71d87ae commit 6757ef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

element_array_ephys/readers/kilosort_triggering.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ def generate_CatGT_input_json(self):
139139
input_meta_path=input_meta_fullpath.as_posix(),
140140
extracted_data_directory=self._ks_output_dir.as_posix(),
141141
kilosort_output_directory=self._ks_output_dir.as_posix(),
142+
kilosort_output_tmp=self._ks_output_dir.as_posix(),
142143
kilosort_repository=_get_kilosort_repository(self._KS2ver),
143144
**{k: v for k, v in catgt_params.items() if k in self._input_json_args}
144145
)

0 commit comments

Comments
 (0)