Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker committed Dec 23, 2024
1 parent bbcba26 commit beb4982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/loculus/templates/geonames-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- sh
- -c
- |
wget https://download.geonames.org/export/dump/allCountries.zip -O results/allCountries.zip & unzip results/allCountries.zip & tsv-filter --str-eq 7:A results/allCountries.txt > results/adm.tsv & tsv-select -f 1-3,5-6,8-13 results/adm.tsv > uploads/input.tsv
mkdir results & mkdir uploads & wget https://download.geonames.org/export/dump/allCountries.zip -O results/allCountries.zip & unzip results/allCountries.zip & tsv-filter --str-eq 7:A results/allCountries.txt > results/adm.tsv & tsv-select -f 1-3,5-6,8-13 results/adm.tsv > uploads/input.tsv
containers:
- name: geonames-api
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit beb4982

Please sign in to comment.