microbiomedata / nmdc_automation

Prototype automation
2 stars 2 forks source link

Delete `generate_functional_agg.py` if it is redundant #180

Closed eecavanna closed 4 months ago

eecavanna commented 4 months ago

I was browsing the nmdc_automation/workflow_automation directory in this repository while learning about the scheduler, and I noticed the directory contained a file named generate_functional_agg.py.

The "aggregation-related" files that were recently extracted from the infra-admin repository into their own repository (nmdc-aggregator) happen to include a file having that same name.

I am wondering whether these two files are redundant and whether the one in this repository can be safely deleted. I noticed it does not import any other files in this repository, and no other files in this repository import it.

aclum commented 4 months ago

Yes, this is okay to delete.

eecavanna commented 4 months ago

Thanks. I'll delete it.