-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick run_all_manuscript_workflow error catching #53
Quick run_all_manuscript_workflow error catching #53
Conversation
cfrick13
commented
Dec 6, 2024
•
edited
Loading
edited
… for drugs and feeding
Add density calc to perturbation main manifest
…ature_doc_test_density_frick
nuc_morph_analysis/lib/preprocessing/global_dataset_filtering.py
Outdated
Show resolved
Hide resolved
@@ -393,7 +393,7 @@ def merge_datasets(df_all, df_full): | |||
'resolution_level', | |||
'2d_area_cyto', | |||
'inv_cyto_density', | |||
'density' | |||
'density', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
@@ -438,6 +438,8 @@ def remove_columns(df, column_list=COLUMNS_TO_DROP): | |||
df : pandas.DataFrame | |||
The dataframe with the columns removed. | |||
""" | |||
column_list = [col for col in column_list if col in df.columns] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
I think all the |
When I ran it from a fresh .venv
|