-
Notifications
You must be signed in to change notification settings - Fork 1
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
Changes based on reviews from Galaxy usegalaxy tools team #18
Merged
qchiujunhao
merged 7 commits into
goeckslab:release_v0.10
from
paulocilasjr:release_v0.10
Jan 6, 2025
Merged
Changes based on reviews from Galaxy usegalaxy tools team #18
qchiujunhao
merged 7 commits into
goeckslab:release_v0.10
from
paulocilasjr:release_v0.10
Jan 6, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
comments fixed
line added for lint
qchiujunhao
changed the title
Release v0.10
Changes based on reviews from Galaxy usegalaxy tools team
Jan 4, 2025
qchiujunhao
requested changes
Jan 4, 2025
Thank you, Paulo, for the changes—great work! Just a few adjustments are needed to pass the tests. Thank you! |
How can I see the reason for the failure? |
qchiujunhao
requested changes
Jan 4, 2025
Noticed that there is a comment about this.
qchiujunhao
approved these changes
Jan 6, 2025
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.
Passed all tests! Approved
qchiujunhao
added a commit
that referenced
this pull request
Jan 7, 2025
* Removed torch and Horovod in Dockerfile Since ludwig[full] will install torch and Ray. Ludwig has strong support for Ray, a framework for distributed computing, so we are not going to use Horovod. Ray doesn't support python 3.11 now. * Upgrading version * Updated version on macros.xml * Auto generate a config from a dataset * fixed new line issue for lint * delete the code for config edit functionality * updated the import for merge_with_defaults * fixed a typo * added a functionality - edit a config * changed to not sort by keys * removed render_config * Replace chars back * Removed this functionality since Galaxy provides this functionality * added a checked box for rendered config * added a dropdown for selecting the output feature * updated to 0.10.3 * job_conf change (#12) * job_conf change * Readme comments resolved_1 * expect_num_outputs (#13) * Readme comments and job_conf changes * expect_num_outputs added (test on xml files) * Gpu docker (#14) * Update README.md Specify that users should select the branch they want to install. * path for job_conf.yml * added a Dockerfile for GPU * Reorganized the Dockerfile * add unzip after testing * define the docker requirements for gpu * HTML & deploy (#16) * lint and tests * passed the tests * deleted the code for debugging * add a triggered branch * change to new version of actions * lint the import order * new html and assert_contents * update hyperopt test file * define the order and replace pwd * passed all tests locally * use the same docker image * Update temp_hyperopt_training.learning_rate.pdf after update_test_data * Removed tool declarations in actions. * Delete slash.yaml (#19) * Changes based on reviews from Galaxy usegalaxy tools team (#18) * comments fixed * Update ludwig_hyperopt.py line added for lint * fix_from_comments_Junhao * fix_#2 * Change discover_datasets pattern in viz outputs Noticed that there is a comment about this. --------- Co-authored-by: JunhaoQiu <56094690+qchiujunhao@users.noreply.github.com> * fixed issues after testing on the cancer server (#20) * fixed issues after testing on the cancer server 1. The Ray server requires `TMP` environment variables to start. 2. Sometimes datasets have spaces at the end of their filenames. During sanitization, these spaces cause the name to become `**.csv_`, which raises an issue. To fix this, spaces in the filename are replaced with nothing before sanitization. 3.Removed the table in the hyperopt HTML report since it was too visually unappealing. A JSON file output is provided instead. * test data updated * python lint * replace -> strip * Outputs changes (#21) * deleted table from html 1. deleted test stats table from experiment report html 2. change some output name * python lint --------- Co-authored-by: Paulo Cilas Morais Lyra Junior <58008200+paulocilasjr@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issues addressed:
$TMP*
from the code.pwd
with.
${dataset.element_identifier}
.yaml.safe_dump()
.format = "auto"
in Ludwig_visualize.xml.ludwig_model
with thehtml
format.min
andmax
for numeric parameters.