fls-bioinformatics-core / auto_process_ngs

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

Remove 'update_project_metadata.py' utility and put useful functionality into 'update' command #898

Open pjbriggs opened 8 months ago

pjbriggs commented 8 months ago

The update_project_metadata.py utility should be removed as it is rarely used and could now be considered unsafe with the implementation of the new auto_process.py update command (as metadata changes by the former would most likely be overwritten by the latter).

Potentially useful functionality could be incorporated into the update command, for example allowing programmatic updates to the project metadata which would ensure that changes are correctly synchronised. It might also be useful to be able to set data items such as biological samples from the command line.