fls-bioinformatics-core / auto_process_ngs

Scripts and utilities for automatic processing & management of Illumina NGS sequencing data.
Other
9 stars 7 forks source link

Consolidate updating metadata and paths across `archive` and `update` commands #909

Open pjbriggs opened 11 months ago

pjbriggs commented 11 months ago

Separate code exists in at least two places which is intended to do many of the same jobs of updating the analysis directory metadata and stored paths (for example, in the update and archive commands).

It would be better to consolidate these functions in a single place, to ensure that they are standardised and reduce future maintenance burdens.