I want to download the annotation file in gff3 format for the corresponding genome. As this fairly easy on the ncbi-webpage I don't find a possibility to do the same with efetch or the kind.
I hoped I could use something like this:
esearch -db nuccore -query "$genome_id" | efetch -format gff3 > "$path_data/$genome_id.gff"
number 2. is what i looked for. thanks