Skip to content

Commit

Permalink
updates to class
Browse files Browse the repository at this point in the history
  • Loading branch information
jofrony committed Jul 24, 2023
1 parent 516d51b commit e9308aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion tools/transfer/TransferBluePyOptToSnudda.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e9308aa

Please sign in to comment.