qiime2 / q2cli

Command line interface for QIIME 2
BSD 3-Clause "New" or "Revised" License
19 stars 24 forks source link

Used cache does not get set early enough #333

Closed Oddant1 closed 2 months ago

Oddant1 commented 5 months ago

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.

Oddant1 commented 2 months ago

closed by #332