All Downloads are FREE. Search and download functionalities are using the official Maven repository.

encga.opencga-client.3.2.1.source-code.build.sh Maven / Gradle / Ivy

The newest version!
#!/bin/sh

docker run --rm                                          \
    --mount type=bind,source=$1,target=/opt/opencga/R    \
    --mount type=bind,source=/tmp,target=/opt/opencga    \
    opencb/opencga-r-builder:1.0.0                       \
    R CMD build /opt/opencga/R




© 2015 - 2024 Weber Informatics LLC | Privacy Policy