Is it expected that an empty .nextflow/plr is created in the current dir when calling nextflow pull? #3941
Unanswered
SamStudio8
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It maybe be a side effect of this change. More specifically, the adding of the Plugins.init() here I guess you would like to avoid the creation of that dir with the pull command. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Recently I've noticed that using
nextflow pull
will create an empty.nextflow/plr
directory in the current working directory. I normally associate this directory with local plugins downloaded when running a workflow, not pulling one. This behaviour appears to have been added in 22.08.0-edge; it it expected?Beta Was this translation helpful? Give feedback.
All reactions