You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't used nf-core commands a lot so far, but it might be interesting to have an offline mode.
My example is from calling nf-core modules create from within my own fork of nf-core/modules,
and it was cloning the full nf-core/modules repo again. This actually got stuck because of bad network, and I was wondering if it's necessary when we have a local copy available?
Thanks!
The text was updated successfully, but these errors were encountered:
Assuming you already have a clone from a previous run of the command (you will always need this) then nf-core modules --no-pull <rest of your command> should mostly work offline
Description of feature
Hi!
I haven't used
nf-core
commands a lot so far, but it might be interesting to have an offline mode.My example is from calling
nf-core modules create
from within my own fork ofnf-core/modules
,and it was cloning the full
nf-core/modules
repo again. This actually got stuck because of bad network, and I was wondering if it's necessary when we have a local copy available?Thanks!
The text was updated successfully, but these errors were encountered: