Skip to content

Update of gene and transcript includes version update

Marek Szuba requested to merge UpdateVersion into master

Created by: mira13

Description

On gene and transcript update, update version as well;

Use case

When other teams runs gene/transcript updates, they have a problem to separately update version with direct sql request, so we just include version update in common update.

Benefits

Less code in pipeline, remove from pipelines authors responsibility to update a version separately from common update

Possible Drawbacks

Version will be updated in all cases

Testing

existing tests covers proposed code, data health checks will cover the rest of the testcases

Merge request reports