cancerit / cgpCaVEManWrapper

Reference implementation of CGP workflow for CaVEMan SNV analysis
http://cancerit.github.io/cgpCaVEManWrapper/
GNU Affero General Public License v3.0
6 stars 3 forks source link

Misleading variable in docker file #45

Open keiranmraine opened 4 years ago

keiranmraine commented 4 years ago

Remove the version of the "local" repository from the environment variables during build as it's not used (it uses the tag/commit/branch being processed):

https://github.com/cancerit/cgpCaVEManWrapper/blob/da17b52ad4a05b7ae6dcc0d4a4e20deef26e7028/Dockerfile#L11

The version in the Docker file is in the image tags (which I fixed from v1.0.0 in hotfix 1.15.1):

https://github.com/cancerit/cgpCaVEManWrapper/blob/da17b52ad4a05b7ae6dcc0d4a4e20deef26e7028/Dockerfile#L46