Skip to content

Commit 78129d0

Browse files
committed
Fix Used For filter to match 'nucleus-BM workflow' instead of 'nucleus-BM workflow dataset'
1 parent c24380c commit 78129d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EMT_data_analysis/analysis_scripts/Nuclei_localization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def run_nuclei_localization(
434434
)
435435

436436
# Filter to movies used in nucleus-BM workflow
437-
df_cond = df_manifest[df_manifest['Used For'].str.contains("nucleus-BM workflow dataset", na=False)]
437+
df_cond = df_manifest[df_manifest['Used For'].str.contains("nucleus-BM workflow", na=False)]
438438
data_ids = pd.unique(df_cond['Data ID'])
439439

440440
print(f"Processing {len(data_ids)} movies with CollagenIV segmentations.")

0 commit comments

Comments
 (0)