I have been trying to extract the reference sequences for the list of taxonomic IDs I have like:
Taxon ID
1438843
1421962
1324283
1422107
So, for 1438843, the reference sequence is NC_000962.3 and I need to download this particular reference sequence with respect to taxonomic ID 1438843.
When I try to fetch the RefSeq for the first taxonomic ID using the following Eutility command:
esearch -db genome -query "txid1438843 [Organism]" | elink -target nuccore | efilter -query "refseq"| efetch -format fasta
It shows an error like:
ERROR in filt input: callMLink: Query failed on MegaLink server
ERROR in fetch input: callMLink: Query failed on MegaLink server
Could any suggest me a way to fetch the refseq for the above mentioned taxonomic IDs?
Hello Good evening
How to extract protein Id from the given gene ID
gene ID: AB845604 AB845605 AB845606 AB845607 AB845608 AB845609 AB845610
Tnks in advance
It is not a good practice to ask unrelated questions in pre-existing threads.
You can do the following with EntrezDirect:
Use a
for
loop to go through your list.opps My mistake not very much familiar with this, but will keep in mind next time Actually i got the same isses like this:
" ERROR in filt input: callMLink: Query failed on MegaLink server "
while i was trying out some commands to convert to the protein ID.