Skip to content

Commit

Permalink
Add support for uppercase morphology extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkilic authored Mar 11, 2024
1 parent 4b50166 commit 87d5997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluepyemodel/access_point/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"myelinated": "myelin",
}

SUPPORTED_MORPHOLOGY_EXTENSIONS = (".asc", ".swc")
SUPPORTED_MORPHOLOGY_EXTENSIONS = (".asc", ".swc", ".ASC", ".SWC")


class LocalAccessPoint(DataAccessPoint):
Expand Down

0 comments on commit 87d5997

Please sign in to comment.