Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NyxUI.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nyx
NyxUI.jl
Commits
73974f1e
Commit
73974f1e
authored
1 week ago
by
François LAURENT
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
a1f34a00
No related branches found
No related tags found
1 merge request
!6
Set of commits to be tagged v0.2.1
Pipeline
#155061
passed
1 week ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
front/Manifest.toml
+2
-2
2 additions, 2 deletions
front/Manifest.toml
src/apps/muscles/Backbone.jl
+0
-19
0 additions, 19 deletions
src/apps/muscles/Backbone.jl
with
2 additions
and
21 deletions
front/Manifest.toml
+
2
−
2
View file @
73974f1e
...
...
@@ -834,8 +834,8 @@ version = "1.4.0"
[[deps.LarvaTagger]]
deps
=
[
"Bonito"
,
"Colors"
,
"Dates"
,
"DocOpt"
,
"Format"
,
"HTTP"
,
"JSON3"
,
"LinearAlgebra"
,
"Logging"
,
"Makie"
,
"Meshes"
,
"NearestNeighbors"
,
"NyxWidgets"
,
"Observables"
,
"ObservationPolicies"
,
"OrderedCollections"
,
"Oxygen"
,
"PlanarLarvae"
,
"Random"
,
"StaticArrays"
,
"Statistics"
,
"TidyObservables"
,
"WGLMakie"
]
git-tree-sha1
=
"
e4a16320c3526bbd0961d2c852549630ebc6841d
"
repo-rev
=
"
dev
"
git-tree-sha1
=
"
0b405b69b603ef4df736142907a32ab81df20215
"
repo-rev
=
"
main
"
repo-url
=
"https://gitlab.pasteur.fr/nyx/larvatagger.jl"
uuid
=
"8b3b36f1-dfed-446e-8561-ea19fe966a4d"
version
=
"0.20.1"
...
...
This diff is collapsed.
Click to expand it.
src/apps/muscles/Backbone.jl
+
0
−
19
View file @
73974f1e
...
...
@@ -12,25 +12,6 @@ using .MuscleWidgets
export
hasmodel
,
getmodel
,
setmodel
,
newsequence
,
getsequence
,
withsequences
,
exportsequence
,
loadsequence
,
deletesequence
,
purgesession
# mutable struct Backbone{W}
# widget::Union{Nothing, W}
# channel::Observable{Bonito.JSCode}
# end
#
# Backbone{W}() where {W} = Backbone{W}(nothing)
#
# Backbone{W}(widget::W) where {W} = Backbone{W}(widget, Observable(js""))
#
# Backbone(widget::W) where {W} = Backbone{W}(widget)
#
# function Bonito.jsrender(session::Session, widget::Backbone)
# isnothing(widget.widget) && error("backbone widget not initialized")
# on(session, widget.channel) do jscode
# evaljs(session, jscode)
# end
# Bonito.jsrender(session, widget.widget)
# end
## models
function
purgesession
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment