We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24380c commit 78129d0Copy full SHA for 78129d0
1 file changed
EMT_data_analysis/analysis_scripts/Nuclei_localization.py
@@ -434,7 +434,7 @@ def run_nuclei_localization(
434
)
435
436
# 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)]
+ df_cond = df_manifest[df_manifest['Used For'].str.contains("nucleus-BM workflow", na=False)]
438
data_ids = pd.unique(df_cond['Data ID'])
439
440
print(f"Processing {len(data_ids)} movies with CollagenIV segmentations.")
0 commit comments