Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion morph_utils/access_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def get_mouse_hpf_passing(db_file):
[Cell Overall State] NOT LIKE 'Failed%' AND
[Cell Overall State] NOT LIKE 'Rescan%' AND
(
(Project LIKE 'mIVSCC-MET%' AND
(Project LIKE 'mIVSCC-MET' AND
(
[Pinned Structure and Layer] LIKE 'HPF%' OR
[Pinned Structure and Layer] LIKE 'HIP%' OR
Expand Down