Open hajgato opened 2 years ago
@hajgato The installation as done by EasyBuild doesn't include the databases, those are supposed to be downloaded by the user themselves, see https://github.com/jtamames/SqueezeMeta#3-downloading-or-building-databases .
If I understand it correctly, that will result in a SqueezeMeta_conf.pl
file that is basically a configuration file.
I think that should work, because based on https://github.com/jtamames/SqueezeMeta#11-tips-for-working-in-a-computing-cluster the software seems to be aware that it may be installed read-only in a central location...
See also https://github.com/jtamames/SqueezeMeta/issues/352 and https://github.com/jtamames/SqueezeMeta/issues/417 for example
When user tries to run
SqueezeMeta
gets the following error:Accoring to the README.md:
So I guess
configure_nodb.pl
has to be run to finalize installation, but this probably involves some database download as well.