Hi all,
Apologies if this is answered elsewhere, I've searched for it but can't find!
I have a list of UniProt IDs (e.g., Q95T64 Q8INK6 Q9GNK5) and want to search through them all (n=~450) to see if they exist in a fasta file of a species, outputting two lists, one list of the IDs that do appear in the species fasta, and one list of those that do not!
Grep perhaps?
Many thanks
Andy
EDIT: The list of IDs are contained within a .txt file, return seperated
how shoulld i pull out the mutiple sequences from one fasta file by using gene id header in another text file?? what is command use in linux?