Would it be possible to provide (e.g.) `bam_filter lca` with a list of acc2taxid files? I tried doing `--acc2taxid <(cat 1.acc2taxid.gz 2.acc2taxid.gz)` but got an error: ``` ValueError: Path /dev/fd/63 is not a file ```
Would it be possible to provide (e.g.)
bam_filter lcawith a list of acc2taxid files?I tried doing
--acc2taxid <(cat 1.acc2taxid.gz 2.acc2taxid.gz)but got an error: