Skip to content
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

Docker vs Nextflow #202

Open
DrDee79 opened this issue Feb 1, 2021 · 4 comments
Open

Docker vs Nextflow #202

DrDee79 opened this issue Feb 1, 2021 · 4 comments
Labels

Comments

@DrDee79
Copy link

DrDee79 commented Feb 1, 2021

I am having issues as I can't run Docker on my laptop and our big processing machine is running Windows Server (it's a VM) which won't run Docker without $$$. Is there a way to get into Nextflow or something similar that can run on this option?

@trishorts
Copy link

You can actually put docker containers inside of nextflow. We do that here with a MetaMorpheus docker https://github.com/sheynkman-lab/Long-Read-Proteogenomics

I'm don't think that we have the human resources available to do that at the moment. But if you know someone familiar with Nextflow, this should be pretty straightforward.

@DrDee79
Copy link
Author

DrDee79 commented Feb 1, 2021

Thank you this is great! I think several people in our comp sci work with Nextflow which is why I mentioned it.

@trishorts
Copy link

I havent' done this myself. But, I think you need to make sure that you provide a directory that the docker can write to for its output when you put this all inside of nextflow. And, I think the docker may be at a directly level below what you imagine it to be. I'm probably talking nonsense, but maybe you can share this with your nextflow people and they will understand what I mean.

@acesnik
Copy link
Collaborator

acesnik commented Mar 18, 2021

Hi there, you can also run Spritz on the commandline, and I've updated it today, so that it's able to run on protected-access servers without open internet access. That might be an option here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants