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
When running an action with --use-cache (currently only pipelines but #332 may change this) we will call convert on all QIIME2Type args before we parse out the used cache. This will end up calling Archiver.load which will save a version of the inputs into the tmp cache's process pool. It may not be particularly possible or at least not easy to resolve this because the call to convert is a part of click.
The text was updated successfully, but these errors were encountered:
When running an action with
--use-cache
(currently only pipelines but #332 may change this) we will callconvert
on allQIIME2Type
args before we parse out the used cache. This will end up callingArchiver.load
which will save a version of the inputs into the tmp cache's process pool. It may not be particularly possible or at least not easy to resolve this because the call toconvert
is a part of click.The text was updated successfully, but these errors were encountered: