qiime2 / q2cli

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

NEW: Integrate provenance lib into cli #309

Closed colinvwood closed 11 months ago

colinvwood commented 11 months ago

blocked by qiime2/qiime2#712

Oddant1 commented 11 months ago

@colinvwood actually now that I think about it again do not change the --in-fp options above. I think we probably would like to be able to hand in cached artifacts and we don't want click validating that our cache:key is a valid fp because it won't be (it will still take more work to make prov-replay work on cached artifacts though)

colinvwood commented 11 months ago

@colinvwood actually now that I think about it again do not change the --in-fp options above. I think we probably would like to be able to hand in cached artifacts and we don't want click validating that our cache:key is a valid fp because it won't be (it will still take more work to make prov-replay work on cached artifacts though)

you mean the --out-fps?

Oddant1 commented 11 months ago

@colinvwood no you should be good to do the out-fps I have comments on the in-fps that I marked resolved so if you aren't seeing them that's why