Closed SergeyBaikal closed 3 weeks ago
taxonkit version
Sorry, I can't find the commands to extract the accession number list by taxonomy id. Could you please help with this question?
cat list_Tax_id_viruses_.txt
I'm trying to get that output:
10786 AB000048 AB000049 AB000050 ... 1307956 AB000383 AB000920 ...
just use commands like grep -w -f taxids data.tsv or csvtk (https://github.com/shenwei356/csvtk)
grep -w -f taxids data.tsv
Prerequisites
taxonkit version
Describe your issue
Sorry, I can't find the commands to extract the accession number list by taxonomy id. Could you please help with this question?
cat list_Tax_id_viruses_.txt
I'm trying to get that output:
10786 AB000048 AB000049 AB000050 ... 1307956 AB000383 AB000920 ...