AlexsLemonade / refinebio

Refine.bio harmonizes petabytes of publicly available biological data into ready-to-use datasets for cancer researchers and AI/ML scientists.
https://www.refine.bio/
Other
125 stars 18 forks source link

Implement a backfill script for Sample::developmental_stage field #3438

Open arkid15r opened 8 months ago

arkid15r commented 8 months ago

Problem or idea

The Sample::developmental_stage field has been added in #3425. This value needs to be populated for all existing samples when possible.

Solution or next step

Implement refresh_metadata management command to run periodically for Sample::developmental_stage values population. It should be similar to surveyor's logic (metadata update part).