-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lotus2 DB issues #166
Comments
OK, so the DB is not installed if the tool is installed in a docker container: https://github.com/bioconda/bioconda-recipes/blob/master/recipes/lotus2/post-link.sh; any reason for this ? Keeping the container small ? What would be the ideal solution, (a) install when the wrapper is executed, that will take a while. (B) write a Data Manager and link the DB for the wrapper ? |
Ah, ok, I have followed this discussion. I know why ... too big for the CI. Can we run this tool in Conda for the time being? |
If it is possible to run individual tools in conda on EU that would probably solve it, anyway I can support this? |
Sorry for the late reply, busy with too many things (including lotus2 2.30 update). The short-term solution is indeed to use the conda package, which installs some databases at install time. After that, to have the full set of indexes you'd need to manually run the following: # Activate the lotus2 conda env
$ source YOUR_PATH_TO/miniconda3/bin/activate __lotus2@2.32
$ cd YOUR_PATH_TO/miniconda3/envs/__lotus2@2.32/share/lotus2-2.32-0/
$ perl autoInstall.pl -condaDBinstall -downloadLmbdIdx which takes some hours and needs to be done on a machine which has at least 32 GB of memory. Next steps on our side:
|
It should work now on EU. Please try. |
the tool runs but fails with:
There was no demultiplex file provided. |
This was resolved offline. |
It seems that required DBs for lotus are missing on the EU Galaxy instance:
Does it use a DataManager ? Or are the DBs installed when the tool is installed via conda ?
The text was updated successfully, but these errors were encountered: