merenlab / anvio

An analysis and visualization platform for 'omics data
http://merenlab.org/software/anvio
GNU General Public License v3.0
415 stars 142 forks source link

Ncbi-genome-download #2182

Open manik-123 opened 7 months ago

manik-123 commented 7 months ago

Hi, used the following script to download one genome, ncbi-genome-download bacteria \ --genera Tellurirhabdus \ --metadata NCBI-METADATA.txt

anvi-script-process-genbank-metadata -m NCBI-METADATA.txt \ --output-dir Tellurirhabdus \ --output-fasta-txt fasta.txt I got Tellurirhabdus_rosea genome, the file size of Tellurirhabdus_rosea_GCF_026278345_1-contigs was 5452 KB, if I download the same genome from NCBI its size is 5521 KB. Can you please explain why there is a difference in the genome size?