Blog:efetch AF086833.fa problem and solution when following BiostarsHandbook
0
0
Entering edit mode
5.5 years ago
2107023 • 0

Get a sequence file.

$ efetch -db=nuccore -format=fasta -id=AF086833 > AF086833.fa
#error report:
Can't locate HTML/Entities.pm in @INC (you may need to install the HTML::Entities module).....

Solution:

perl -MCPAN -e shell
install HTML::Parser

$ efetch -db=nuccore -format=fasta -id=AF086833 > AF086833.fa

Error report:

Can't locate URI.pm in @INC (you may need to install the URI module)

Solution:

perl -MCPAN -e shell
install LWP
next-gen • 3.5k views
ADD COMMENT
1
Entering edit mode

It didn't work for me...

ADD REPLY

Login before adding your answer.

Traffic: 1477 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6