-
Notifications
You must be signed in to change notification settings - Fork 4
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
NPE Parsing a workflow #26
Comments
Needed to update the dockstore.version for it to build; I think we cleaned out our Maven repo.
If there's anybody from Galaxy who can take this over, I created a branch, |
Hi @mvdbeek, we were trying to support a user sharing their Galaxy workflow written in the latest format (gx2) on Dockstore and ran into this issue. Charles from the Dockstore team wasn't sure how to fix it. Could you help us find the correct person for help? Thanks so much! |
Yes, would be great if dockstore can support gxformat2, we'd like to make that move. I suppose it's either @jmchilton or I that can help you. What's the question ? |
@mvdbeek the user was trying to use the GitHub app integration to register with Dockstore and it was failing. Charles was able to recreate the error, but the error code is not useful. He was hoping someone from Galaxy may have a better understanding of what is going wrong. |
Dockstore is failing to register this workflow from this repo: https://github.com/nebiolabs/neb-galaxy-workflows
I tried debugging it a little, and this plugin is throwing an NPE, so there's not even an error message that the end-user sees.
Here's the stack trace I see when running in the plugin locally (I added a test in my local repo, hence the
testPrestoImmuneValidation
method which doesn't exist in this repo:The text was updated successfully, but these errors were encountered: