EnzymeFunctionInitiative / EST

Programs for creating Sequence Similarity Networks and wrappers for pipeline submission on a torque cluster
GNU General Public License v3.0
6 stars 4 forks source link

include an alternate path for test data download #98

Open rbdavid opened 1 day ago

rbdavid commented 1 day ago

PR #95 made an environment variable that allows the user to write test results to a different directory. We've recently hit an issue where the testing input data may also need to be in a user-specified directory instead of $EST_HOME/tests/test_data/smalldata. The download of the "smalldata" test data requires about 110 MB to be available on the storage space where the $EST_HOME directory is located. If that's an issue, we should enable users to decide where the data.tar.gz file is untarred.