...
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
Code Block |
---|
nextflow run eresearchqut/ontvisc -r dev |
The other option is to delete the old version from your nextflow cache located under ~/.nextflow/assets.
Code Block |
---|
rm -rf ~/.nextflow/assets/eresearchqut/ontvisc |