-
Notifications
You must be signed in to change notification settings - Fork 417
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
Removing docker.userEmulation #1405
Conversation
|
Looks good to me, we might need to figure out what to do for spark |
Ok, but we take care of spark in another PR? |
let's make an issue for it then |
ahhhhhhhhhhh so much time spent on this. This was the only way we could ever get it to work reliably. there are loads of slack threads on it. I think there was even a discussion on the nextflow repo that this will hurt us :D |
yeah, but it's deprecated, so not sure what to do... |
I removed it because I was getting this: |
Can we ask in the discourse/seqera/nextflow help channel? If this breaks stuff it would be great if there is something superseding it |
Sure. How about you ask, Rike? You seem to know a thing or two about this. Is Spark only a thing for GATK? I just tried running this test:
on my branch |
ok so there actually isn't an issue? spark is tested on CI |
this is one of those changes though where I would like to see all tests to run |
Yes, it would be nice to see all tests pass. How do we trigger them? |
make a dummy change in a gatk spark file, and the tests should be triggered |
Instead of setting
to get the same behavior. |
Thanks for the suggestion, @matthdsm. However, I wonder if it is necessary to add those runOptions for docker. I just ran
with nextflow 24.01.0-edge and docker 20.10.21. |
The |
Co-authored-by: Friederike Hanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
Let's update CHANGELOG and merge |
Apologies, guys 🙏 I didn't test @matthdsm's suggest with the I got some help from @mahesh-panchal on this, and he recommended setting
I'm updating the |
#1404.
I wonder if this thing with docker.userEmulation and GATK-spark is tested by the CI-tests 🤔
TO-DO: Update changelog. Remove silly tag
foo
.