cloudgene install
¶
Installs an application from a zip file or a cloudgene.yaml file to your local repository.
Command¶
Parameters¶
Parameter | Required | Description |
---|---|---|
<location> |
yes | The location of the application. This could be a URL to zip or yaml file or the filename of a local zip or yaml file. Moreover, it can be the name of a github repository in the following format <owner>/<repository>[/<subdir>] |
Examples¶
Http Urls¶
Install application from a URL:
Local File¶
Install application from a zip file:
Install application from a cloudgene.yaml file:
GitHub¶
Install application from GitHub repository lukfor/hello-cloudgene
:
Install application from a subdirectory in GitHub repository genepi/cloudgene-examples
:
Install a certain version (tag or release):