Skip to content

Commit

Permalink
Updated to-download files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderThomasJulian committed Mar 19, 2021
1 parent 964f0fa commit 27e95fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GetOrganismData.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
## Open the NCBI genome database
driver.get("https://ftp.ncbi.nlm.nih.gov/genomes/refseq/")

data = ["_genomic.fna.gz","_protein.faa.gz","_rna_from_genomic.fna.gz","_feature_table.txt.gz","_assembly_report.txt"]
data = ["_genomic.gff.gz","_genomic.fna.gz","_protein.faa.gz","_rna_from_genomic.fna.gz","_feature_table.txt.gz","_assembly_report.txt"]

## Search for the kingdom specified
try:
Expand Down

0 comments on commit 27e95fd

Please sign in to comment.