-
Notifications
You must be signed in to change notification settings - Fork 31
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
hotfix/snvphyl 1.2.3 #1035
hotfix/snvphyl 1.2.3 #1035
Conversation
This reverts commit faa0368.
Is this PR ready to go other than the docker content? I'd like to patch my deployment. |
No, not quite. I have not tested it out with different versions of Galaxy yet. I tried with an older version of Galaxy and some of the tools didn't seem to install properly. In particular I think the issue here is that if you have an older version of This issue only impacts you if you are installing in a Galaxy that already had older versions of SNVPhyl though. If you are installing in a Galaxy with no existing IRIDA-related tools then everything works fine. |
If you wish to patch you can do so though. It's very unlikely I will update the actual workflow files/tools. I probably just have to add more documentation on how to handle installing some tools if you encounter the issue I described above. |
I see in the log
and it appears to still be running 1.2.2 and failing
Is there anything extra I have to do to get it to use 1.2.3? |
I do not know why it is still running You should see in the log it registering all previous versions of a workflow. It needs them registered to set metadata for previously-ran workflows. But it should default to |
I found it, the front end instance is still running an old container :/ |
Ah, okay. Thanks for letting me know. |
Looks like a tool the workflow depends on is broken: phac-nml/snvphyl-galaxy#36 |
phac-nml/snvphyl-galaxy#36 was fixed and is no longer an issue |
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.
Description of changes
1.2.3
(from1.2.2
) which includes all updated tools which can all be properly installed in Galaxy.In order to test this out, you can install the newest IRIDA/Galaxy Docker by the command:
Where
/path/to/irida/data
is the location of your IRIDA data directories and48888
is the port that Galaxy should run on.Once the IRIDA/Galaxy Docker container is running you can connect IRIDA to this Galaxy version and test out the pipelines.
Tested with the following versions of Galaxy:
21.01
(latest stable release)20.09
(version in Docker)18.05
(version used by our IRIDA)bcftools_view
and re-install the newer version. This has been documented in our SNVPhyl install instructions.Note: this is a hotfix and so it must be merged into
master
anddevelopment
.Related issue
Fix for issue #1018
Checklist
Things for the developer to confirm they've done before the PR should be accepted: