nextflow clone <namespace/repository_name>
Clone a project into a folder
Arguments
Name | Description |
---|---|
namespace/repository_name |
Options
Name | Description |
---|---|
-h, -help | Print the command usage (Default: false) |
-hub <gitlab|github|bitbucket> | Service hub where the project is hosted (Default: GitHub) |
-r <revision> | Revision to clone - It can be a git branch, tag or revision number |
-user <username> | Private repository user name |