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

Added workaround to Nextflow baseDir bug on kubernetes #167

Merged
merged 2 commits into from
Aug 28, 2020
Merged

Conversation

bentsherman
Copy link
Member

@bentsherman bentsherman commented Feb 25, 2020

The trimmomatic clip_path parameter uses ${baseDir} which does not work on kubernetes, refer to the issue I created with Nextflow a while back: nextflow-io/nextflow#1050

This PR adds a little workaround that avoids using ${baseDir} when using kubernetes. It's contained in the k8s profile so it won't affect other environments. I also fixed a couple of weird things I saw with some of the comments but let me know if that was in error and I'll revert them.

Also I've tested this fix on the PRP and it works. :)

@bentsherman bentsherman requested review from JohnHadish and spficklin and removed request for JohnHadish February 25, 2020 22:25
@bentsherman
Copy link
Member Author

Since this PR only affects the k8s profile and we need these changes to run GEMmaker more easily on kubernetes, I will go ahead and merge.

@bentsherman bentsherman merged commit fa870ec into master Aug 28, 2020
@bentsherman bentsherman deleted the k8s-fixes branch August 28, 2020 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant