-
Notifications
You must be signed in to change notification settings - Fork 493
BiaPy 3.6.7 #7499
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
base: main
Are you sure you want to change the base?
BiaPy 3.6.7 #7499
Conversation
bernt-matthias
left a comment
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.
On top of that, I'd like to remove that "Internal Workflow Check" frame if possible so it's transparent for the user and don't add extra unnecessary frames into the tool.
This is not possible at the moment. Please open a feature request at the galaxy repo.
…g main branch, so we can separate supervised and unsuperviser workflows
|
Hi, I can not understand why the newest version of biapy is not being installed properly. I can not see in the logs any error related to conda/mamba installation. Can you please help me? |
|
Errors related to conda can always be found in the logs of the actual test job. https://github.com/galaxyproject/tools-iuc/actions/runs/20228591486/job/58066005201?pr=7499#step:9:1009 The problem looked like a temporary problem. I restarted the tests. FYI: if we test multiple tools in a CI job we split them into up to 4 test jobs (in your case its only one). These jobs will allways be reported successful (even if the tool tests fail). This is done since all tests would be aborted if a single one fails (and we want to see the results for all tools). The tool tests errors are then reported when the separate test results are combined in the combine job. |
|
Thanks but there is still an error related to biapy package installation. I only changed the package version, which is available in conda. I have checked again the logs and I can not guess what's the problem... Can you please guide me a bit please? |
This PR builds on and supersedes #7427 (
Updating tools/biapy from version 3.6.5 to 3.6.7).Changes:
ln -scommand now is forced asln -sf.I'm trying to introduce a nested conditional but I can't do it. I've tried several things but anyone worked. What I want is to control the visibility of the ground truth data related fields, e.g.
train_gt_paramandtest_gt_paramparameters defined inmacros.xml, based on the workflow selected (workflowparam defined inbiapy.xml). For example, the denoising workflow does not require ground truth, as it is self-supervised, so I don't want even to show that field for the user so they don't get confused. My last attempt, and the one in this PR, is define those ground-truth parameters as follows (here the example oftest_gt_param) :If you see, for the
"denoising"case, i.e.mode_selection.workflowhas the value"denoising", "test_gt_param_question" macro is not expanded. How can I do this? The resulting tool tested locally looks as follows:On top of that, I'd like to remove that "Internal Workflow Check" frame if possible so it's transparent for the user and don't add extra unnecessary frames into the tool.
Thank you so much!!
@bernt-matthias @bgruening