Click the "Download" button below to download a tab separated value file named "dbkero_hit_data.tsv" that contains a list of URLs to a file containing all the links to download the file to the last column.
The following command can be used to download all the files in the list:
awk -F' ' '{print $1;}' dbkero_hit_data.tsv | xargs -L 1 curl -O -L