-
Notifications
You must be signed in to change notification settings - Fork 1
Documentation for Databases
Jill V. Hagey, MS, PhD edited this page Jul 7, 2025
·
1 revision
All Geolocation information was downloaded from Genomes.org, specifically the allCountries.zip found here.
The following steps are done to make the final files used:
unzip allCountries.zip && mv allCountries.txt allCountries_<download_date>.txt-
python phylophoenix/bin/split_geonames.py --input allCountries_<download_date>.txtNote that this script will take several mins. - Compress the files with
for file in *_geolocation_20250707.txt; do
if [[ -f "$file" ]]; then
echo "Compressing $file"
xz "$file"
fi
done
- Move files to the
~/phylophoenix/assets/folder
DISCLAIMER: The methods used for phylogenetic determination and the data summarized are for public health surveillance or investigational purposes only and must NOT be communicated to the patient, their care provider, or placed in the patient’s medical record. These results should NOT be used for diagnosis, treatment, or assessment of individual patient health or management.