Replies: 3 comments 8 replies
-
it seems like one tool did not get installed properly,
can you tell me the version of research?
|
Beta Was this translation helpful? Give feedback.
4 replies
-
Another possibility would be to install entrez direct from command line as described here: https://www.ncbi.nlm.nih.gov/books/NBK179288/ basically executing:
then open a new terminal and the tool should work |
Beta Was this translation helpful? Give feedback.
4 replies
-
Thanks, this actually worked.
…On Wed, Sep 21, 2022 at 8:36 AM Istvan Albert ***@***.***> wrote:
well, alas, as it happens in bioinformatics old code does not work; this
is why the handbook needs to be maintained year over year
run the following in your terminal:
# delete old edirect
rm -rf ~/edirect
# Install new edirect
yes | sh -c "$(curl -fsSL ftp://ftp.ncbi.nlm.nih.gov/entrez/entrezdirect/install-edirect.sh)"
restart the terminal, I think then it will work
but I will say the code in the 2018 version is probably way outdated,
—
Reply to this email directly, view it on GitHub
<#236 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2423AOIDYMU33DHNFKHJFDV7MTPHANCNFSM6AAAAAAQRQFIMU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used the esearch command "esearch -db nucleotide -query PRJNA257197 | efetch -format fasta > genome.fa". below is what I get as one of the error messages; I use Ubuntu on windows 10
-X POST https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi -d db=nucleotide&id=Please%2CUnable%2Cchmod%2Cdwn%2Centrez%2Centrezdirect%2Cexecutable.%2Cexecute%2Cf%2Cfollowing%2Cftp.ncbi.nlm.nih.gov%2Cgunzip%2Clocate%2Cnquire%2Cthe%2Cto%2Cx%2Cxtract%2Cxtract.Linux%2Cxtract.Linux.gz&rettype=fasta&retmode=text&tool=edirect&edirect=17.8&edirect_os=Linux&email=davo%40DESKTOP-4CTEMG7.localdomain
HTTP/1.1 400 Bad Request
WARNING: FAILURE ( Tue Sep 20 14:16:28 PDT 2022 )
nquire -url https://eutils.ncbi.nlm.nih.gov/entrez/eutils/ efetch.fcgi -db nucleotide -id Please,Unable,chmod,dwn,entrez,entrezdirect,executable.,execute,f,following,ftp.ncbi.nlm.nih.gov,gunzip,locate,nquire,the,to,x,xtract,xtract.Linux,xtract.Linux.gz -rettype fasta -retmode text -tool edirect -edirect 17.8 -edirect_os Linux -email davo@DESKTOP-4CTEMG7.localdomain
Please could anyone help out with this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions