Hi,
I would like to get the sscinames in my blastN output. Below is my fasta header for the reference sequences. How can I use these fasta headers to create the taxid_map.txt file? Is there any easy way to get the tax ids and names for creating the taxid_map file?
NW_021628210.1 Plasmodium gallinaceum strain 8A genome assembly, contig: PGAL8A_v1_53, whole genome shotgun sequence
I extracted the list of tax_ids for plasmodium species using the following code. How do I get the names?
./get_species_taxids.sh -t 5820 > 5820_taxids.txt
@Phillip Thank you for your answer. When I used the cut command, I got the error shown below.
I couldn't solve it. Could you help me?
Ah I see, instead of typing backslash t, hit CONTROL V and hit the tab key once - it treats the backslash and the t as two separate characters, hitting CONTROL V and Tab
See this SO answer: https://unix.stackexchange.com/a/35370
It worked well. Thank you! When I created the database using extracted ids, I got the following error:
Could you help me to solve this error?
It works now. I removed the > symbol.