Public Git repositories
Nextflow data pipelines can pulled remotely from either a public or private Git-hosting solution, including the popular platforms: GitHub, GitLab, BitBucket and Gitea.
Launching a publicly hosted Git pipeline simply requires adding the Git repo URL in the pipeline to launch field.
Note the revision and version numbers for a given repository are automatically pulled using the Git API. By default, the default main/master
branch will be executed.
Tip
nf-core is a great resource for public nextflow pipelines.