Skip to content
4 changes: 4 additions & 0 deletions functions/notebook_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,8 @@ def change_additional_fields(patch_body, item, item_type, item_level, change_lev
'badge',
'organism',
'genomic_region',
'gene',
'bio_feature',
'target',
'imaging_path',
'publication',
Expand All @@ -507,6 +509,7 @@ def change_additional_fields(patch_body, item, item_type, item_level, change_lev
'modification',
'protocol',
'sop_map',
'experiment_type',
'biosample_cell_culture',
'individual_human',
'individual_mouse',
Expand All @@ -524,6 +527,7 @@ def change_additional_fields(patch_body, item, item_type, item_level, change_lev
'quality_metric_dedupqc_repliseq',
'quality_metric_chipseq',
'quality_metric_atacseq',
'quality_metric_workflowrun',
'microscope_setting_d1',
'microscope_setting_d2',
'microscope_setting_a1',
Expand Down
Loading