-
Notifications
You must be signed in to change notification settings - Fork 743
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
Add module kleborate
#711
Add module kleborate
#711
Conversation
@rpetit3 , regarding this one I am running into a bit of an issue while writing tests. It seems that the path expected by Also, I noticed that you've recently patched the bioconda package for
|
@abhi18av is the test with Conda, Docker, or Singularity? I'll probably be able to play around with this tomorrow |
The test was run using the
|
This one is going to be problematic because you cannot change the path of the database at run time (e.g. Let me play around with the bioconda recipe to see if we can make it changed by an environmental variable ( |
@abhi18av I submitted a PR to kleborate klebgenomics/Kleborate#59 I might be able to rebuild the bioconda recipe to include the blast indexes as a temporary patch |
Also submitted recipe update to bioconda to build that blast databases bioconda/bioconda-recipes#30582 |
Ok, I have a recipe update that pre-builds the BLAST databases. Hopefully this should allow you to continue |
Thanks for the quick efforts on this @rpetit3! I think before giving finishing touches to this PR, it's best to await the merge for bioconda/bioconda-recipes#30582 , right? |
The new build was merged recently so it might take a little while for the containers to be built |
@rpetit3 , thanks to the new build for If not, no worries, I'll give it a read and be up and running with singularity on a linux machine by tomorrow. |
@abhi18av You are all set, now we just wait for the Galaxy team to biuld the singularity image. Here's the process, for Bioconda recipes.
We're on step 3 at the moment |
Thank you @drpatelh ! many more in bound, looking forward to taking full advantage of |
Awesome! Thank you for reviewing too 😎 You know the ropes now. |
PR checklist
Closes #XXX
<SOFTWARE>.version.txt
file.label
PROFILE=docker pytest --tag <MODULE> --symlink --keep-workflow-wd
PROFILE=singularity pytest --tag <MODULE> --symlink --keep-workflow-wd
PROFILE=conda pytest --tag <MODULE> --symlink --keep-workflow-wd