diff --git a/README.md b/README.md index 48019d02..9f731667 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,8 @@ * Update the morphologies for dSPN and iSPN without the in-soma dendrite point problem * Reoptimize the FS - morphology key and parameter key pairs in filters/striatum/fs/ * Update the synapses from Cortex-Striatum - * - -* To clean both BasalGangliaData and Snudda from previous commits of large files (data, models etc..) and remove from git history use: https://rtyley.github.io/bfg-repo-cleaner/ + * If there are other morphology-parameter key combinations to be filtered-away/reoptimized/modified - place them within filters, similar to fs (filters/striatum/fs/) to inform the next round of merges + * To clean both BasalGangliaData and Snudda from previous commits of large files (data, models etc..) and remove from git history use: https://rtyley.github.io/bfg-repo-cleaner/ ## Models within the Microcircuit group: diff --git a/tools/transfer/TransferBluePyOptToSnudda.py b/tools/transfer/TransferBluePyOptToSnudda.py index 96e12f53..c016795b 100644 --- a/tools/transfer/TransferBluePyOptToSnudda.py +++ b/tools/transfer/TransferBluePyOptToSnudda.py @@ -36,7 +36,7 @@ def transfer(self): transfer_morphologies(direct_path_morph=self.morphology_path_folder, destination=self.destination, selected=self.selected) - write_meta(directory=destination, selected=self.selected) + write_meta(directory=self.destination, selected=self.selected) if self.selected: transfer_selected_models(source=self.source, destination=self.destination, direc_path_selected=self.selected_models)