-
Notifications
You must be signed in to change notification settings - Fork 15
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
Seeker integration #109
Seeker integration #109
Conversation
|
Glad to contribute! What I meant with "conda env within docker", should be "install conda inside docker (available from the base image anyway) and create an environment inside the docker container" Some references
FWIW, I didn't bother with testing if there is any working package available through conda. I had to go through setting up docker on my own Ubuntu 18 laptop. Singularity and nextflow work though.
is my current setup, and it works with |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- @mult1fractal looks good on my end
Hi team,
I saw seeker was on your wishlist #1 #75 , it came up on my and figured I 'd give it a go.
A short summary of this PR:
Profiles tested:
-profile smalltest,local,docker
--anno
, turn off all tools except deepvirfinder and seeker-profile smalltest,local,singularity
--anno
, turn off all tools except deepvirfinder and seeker-profile smalltest,slurm,singularity
(our hpc doesn't support docker)All seem to run as expected for me.
Notes
in the container would add some flexibility. With that said, in the containers config I used parameters similar to other tools that seemed sensible.
Glad to pick any issue during review.
Cheers,
Nikos