Get sequencing informations from NCBI with acc number
0
0
Entering edit mode
4.1 years ago
Chvatil ▴ 130

Hello everyone, I would need help using esearch.

I have a list of genomic accession number such as :

GCA_001442555.1 Apis_cerana
GCA_000469605.1 Apis_dorsata
GCA_000184785.2 Apis_florea
GCA_003254395.2 Apis_mellifera

and I would like to get informations about the sequencing and get for exemple :

Submitter,Date,Assembly method, Genome coverage et Sequencing technology.

Acc_nb            Sp_name Submitter Date Assembly_method Genome_coverage Sequencing_technology 
GCA_001442555.1   Apis_cerana
GCA_000469605.1   Apis_dorsata
GCA_000184785.2   Apis_florea
GCA_003254395.2   Apis_mellifera

Does anyone have a code for that ?

esearch -db assembly -query GCA_000612105.2

ncbi Assembly efetch • 837 views
ADD COMMENT
1
Entering edit mode

You are on right track. Try esearch -db assembly -query GCA_000612105.2 | esummary and then parse information you need using xtract.

ADD REPLY
0
Entering edit mode

@genomax thank you I can get element such a Coverage or date by using esearch -db assembly -query GCA_003254395.2 | esummary | xtract -pattern DocumentSummary -element Coverage LastUpdateDate but I cannot get informations avoir the Sequencing technology for instance do you know why?

ADD REPLY
0
Entering edit mode

That is not present in summary.

$ esearch -db assembly -query GCA_000612105.2 | elink -target biosample | elink -target sra | esummary | xtract -pattern ExpXml -element Platform instrument_model
ILLUMINA
ILLUMINA
ILLUMINA
ILLUMINA
ADD REPLY
0
Entering edit mode

ok thank you very much it helped a lot !

ADD REPLY

Login before adding your answer.

Traffic: 2876 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