In this case, for qiime rescript filter-taxa
, you'll see: List[STR]
. This means, that the command is expecting a list of strings separated by whitespace. Unlike the qiime taxa filter-seqs
command which is delimited by ,
as a default.
2 Likes