Closed gregcaporaso closed 1 year ago
Discussed with @gregcaporaso offline and the functionality for this should look like the following:
--tsv
parameter that will work for either single or multi-line inputs, and will produce a tab-separated result (machine-readable) similar to qiime tools inspect-metadata
that can be copied/pasted or piped into a file for use in external programs/analyses.
I often run into an issue where I have a uuid (say for a feature table) from reviewing a provenance graph, and I want to know which of the many feature tables in my working directory is the one with that uuid. This requires me to run
qiime tools peek
on each and figure out which is the one with the uuid I'm looking for.It would be helpful if
qiime tools peek
could take multiple arguments, potentially using a command line wild card. For example: