Examples (8)
Run a pipeline, use cached results from previous runs
nextflow run main.nf -resumeRun a specific release of a remote workflow from GitHub
nextflow run user/repo -revision release_tagRun with a given work directory for intermediate files, save execution report
nextflow run workflow -work-dir path/to/directory -with-report report.htmlRemove cache and intermediate files for a specific run
nextflow clean -force run_nameList all downloaded projects
nextflow listPull the latest version of a remote workflow from Bitbucket
nextflow pull user/repo -hub bitbucketUpdate Nextflow
nextflow self-updatemade by @shridhargupta | data from tldr-pages