Stuck on revision
If you get a warning like the following:
This is a Nextflow error, with less-commonly seen Git ‘terminology’. What this means is that you have multiple versions of the pipeline pulled (e.g. 2.0.0, 2.1.0, 2.1.1, dev etc.), and it is not sure which one to use. Therefore, with every nextflow run nf-core/<PIPELINE>
command you should always indicate which version with -r
.
For example:
Specifying the version of the run you are using is highly recommended, as it helps in full reproducibility. In the sense that if you explicitly record the whole command with the version for your publication or internal reports, then anyone who wants to check your work can use the exact version you used (including all internal tools).
You can see more information on the Nextflow documentation here.
This warning previous had various typos of stickied
or sticked
, so depending on which version of Nextflow you’re using you may see that mentioned.