Which format to download ESTs for annotation with MAKER?
2
0
Entering edit mode
4.2 years ago
mrmrwinter ▴ 30

Which format do i need to download ESTs in from GenBank?

Do i need the Complete Features? Or just the Sequence?

Or even just the gene information?

This is to run into MAKER so needs to be in FASTA

Many thanks.

genome annotation gene prediction • 856 views
ADD COMMENT
2
Entering edit mode
4.2 years ago
Juke34 8.5k

As you said it needs to be in Fasta format.

Here a complete programmatic solution to get all EST related to your species using conda and the GAAS toolkit.

conda create -n gaas  
conda activate gaas  
conda install gaas
gaas_ncbi_get_reference_data.pl --db nucest --organism species_name
ADD COMMENT
1
Entering edit mode
4.2 years ago

As far as I know it has to be the fasta format (== the sequences them self thus)

select "format as FASTA" from the top left and then sent to file ( upper right)

ADD COMMENT

Login before adding your answer.

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