diff --git a/phylogenetic/scripts/check-countries-have-colors.sh b/phylogenetic/scripts/check-countries-have-colors.sh deleted file mode 100755 index 9eedd95..0000000 --- a/phylogenetic/scripts/check-countries-have-colors.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env bash - -countries=(); -while IFS="" read -r line; do - countries+=( "$line" ); -done < <( grep '>' data/zika.fasta | cut -d'|' -f 6 | sort | uniq ); - -for i in "${countries[@]}"; do - j=${i//_/ } - ( grep -q "$j" config/colors.tsv || echo "No colour for \"$j\"" ); -done \ No newline at end of file