github nextflow-io/nextflow v0.9.0
Version 0.9.0

latest releases: v24.03.0-edge, v24.02.0-edge, v24.01.0-edge...
9 years ago
  • Added GitHub/Git support. It allows one to pull and run pipelines published on a
    remote GitHub repository
  • Changed command line structure. Since this version it is organised in sub-commands.
    The following sub-commands are available:
    • ls: list all downloaded pipelines;
    • run: launch a pipeline execution;
    • pull: download or update a pipeline hosted on GitHub;
    • info: show pipeline information;
    • drop: remote a locally stored pipeline;
    • clone: copy a pipeline to a directory specified;
    • history: list all pipeline runs;
    • help: show program help.
  • Added 'baseDir' and 'workDir' script variables
  • Removed Merge processor

Don't miss a new nextflow release

NewReleases is sending notifications on new releases.