cancervariants / variation-normalization

Services and guidelines for normalizing variants
https://normalize.cancervariants.org/variation/
MIT License
10 stars 2 forks source link

Docker Changes #574

Open rajatkapoordfci opened 1 month ago

rajatkapoordfci commented 1 month ago

PR Scope : For phase 1 , the scope is limited to dockerization of the Variation Normalizer. As of now , Variation Normalizer has to started after all the Db services are up and ready with data download, This is a manual step in this phase. Once a user has confirmed all the Db services are ready with data then only Variation Normalizer is started.

Phase 2 : We can target , automating the orchestration of all services required for Variation Normalizer. Primary scope would be removal of the manual step of checking whether all db services are up and loaded with respective data.

Please review the PR for docker related changes.

korikuzma commented 1 month ago

@rajatkapoordfci Thanks for the PR! Testing it out now.