#!/bin/sh
BASE=`find . -maxdepth 1 -name "*.egg-info" | sed -e 's/\.egg-info$//' -e 's/^\.\///'`
cd $BASE
wget -O - -q https://edwardslab.bmcb.georgetown.edu/teaching/binf5240/2024/data/tgempty.tgz | tar zxf -
sed -i "s/hoyataxa\./$BASE./" controllers/root.py
