
nextflow
List of commands for nextflow:
-
nextflow:tldr:1e2d1 nextflow: Pull the latest version of a remote workflow from Bitbucket.$ nextflow pull ${user-repo} -hub bitbuckettry on your machineexplain this command
-
nextflow:tldr:2640e nextflow: Update Nextflow.$ nextflow self-updatetry on your machineexplain this command
-
nextflow:tldr:30ad2 nextflow: Run with a given work directory for intermediate files, save execution report.$ nextflow run ${workflow} -work-dir ${path-to-directory} -with-report ${report-html}try on your machineexplain this command
-
nextflow:tldr:52941 nextflow: Show details of previous runs in current directory.$ nextflow logtry on your machineexplain this command
-
nextflow:tldr:8327d nextflow: Run a pipeline, use cached results from previous runs.$ nextflow run ${main-nf} -resumetry on your machineexplain this command
-
nextflow:tldr:aa7fb nextflow: Run a specific release of a remote workflow from GitHub.$ nextflow run ${user-repo} -revision ${release_tag}try on your machineexplain this command
-
nextflow:tldr:b97fd nextflow: Remove cache and intermediate files for a specific run.$ nextflow clean -force ${run_name}try on your machineexplain this command
-
nextflow:tldr:f755b nextflow: List all downloaded projects.$ nextflow listtry on your machineexplain this command