Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

1. Nextflow pipeline stickied on revision

If a new pipeline version was released you might get the following error:

Project `eresearchqut/ontvisc` is currently stickied on revision: dev -- you need to explicitly specify a revision with the option `-r` in order to use it

You have 2 options:

  • If you want to keep a copy of the old version that works in your assets then just add the -r parameter and specify the version you would like to run in your nextflow command

nextflow run eresearchqut/ontvisc -r dev
  • The other option is to delete the old version from your nextflow cache located under ~/.nextflow/assets.

rm -rf ~/.nextflow/assets/eresearchqut/ontvisc

  • No labels