Running offline with non-standard plugins #4126
-
I'm implementing the nf-core/raredisease pipeline. I've downloaded the How can I use Nexflow command:
Output:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @fa2k , you can use the nextflow plugin install [email protected] This will download the plugin to |
Beta Was this translation helpful? Give feedback.
You do have to pin the version if you want it to work offline. I'm not sure why it's still searching for the newest version though. Maybe you have to also pin the version in your config:
plugins { id '[email protected]' }