Conversation
bjarthur
reviewed
Oct 9, 2025
| - '1' | ||
| - '1.10' | ||
| - '1.11' | ||
| - '1.12' |
bjarthur
reviewed
Oct 9, 2025
| using Statistics: Statistics | ||
| using StatsBase: StatsBase | ||
| using ThinPlateSplines: ThinPlateSplines | ||
| using TiffImages: TiffImages |
There was a problem hiding this comment.
namespace decluttering like the above can be automated with https://github.com/JuliaTesting/ExplicitImports.jl
bjarthur
reviewed
Oct 9, 2025
| twisted_mesh_plot.visible = false | ||
| on(contour_mesh_toggle.active) do v | ||
| twisted_mesh_plot.visible = v | ||
| end |
There was a problem hiding this comment.
consider setting twisted_mesh_plot.visible to contour_mesh_toggle.active when the former is created. like this: https://github.com/JaneliaSciComp/Transcriptome4D/blob/main/src/view-viewer.jl#L111-L112
Collaborator
Author
|
@dchen116 I just updated the |
Replace hardcoded shroff-data.int.janelia.org IPs and vm7249 hostname checks with "0.0.0.0" bind addresses and SHROFF_HOST environment variable for proxy URLs, and use relative config_path fallback. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…gansModels.jl into Windows local
Also use workspace for glmakie and web projects
- Add config/linux/config_2026_03_19_v2.json (converted from Windows paths) - Add config/convert_windows_paths.jl to translate Windows configs to Linux - Add config/CHANGES.md summarizing differences from 2024-09-05 v1 - Update loading.jl to use the new linux config on non-Windows hosts Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Dockerfile, OpenShift/K8s manifests, and README copied as-is from the separate shroff-data-for-mark build package. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Dockerfile: COPY . instead of COPY ShroffCelegansModels.jl (repo root is now the build context) - BuildConfigs: dockerfilePath updated to deployment/Dockerfile - README: updated directory structure, oc commands, and noted merged patches Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…gansModels.jl into web_makie_0_24
This file contains hidden or 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
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.
Additionally:
:dashlinestyle does not seem to work in WGLMakie at the moment