TypeError: Parameter 'reference_reads' received Results (name = value)
reads = <artifact: FeatureData[Sequence] uuid: ca704db3-e42a-4ac7-8547-3053ce4d6476> as an argument, which is incompatible with parameter type: FeatureData[Sequence]`
So how to be able to do the blast on the trimmed data set using the API?
the classify-consensus-blast method does not have multithreading enabled — I'm not sure why but I would welcome you to contribute to the source code to add this option!
if you need multithreading, try the classify-consensus-vsearch method — it is a global aligner but could get you what you need, and has some other useful options that the blast-based classifier lacks.