Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wela
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Swain Lab
wela
Commits
156d586c
Commit
156d586c
authored
1 month ago
by
pswain
Browse files
Options
Downloads
Patches
Plain Diff
change(run_wela): changed to GFP_Z
parent
065fff2d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/run_wela.py
+3
-2
3 additions, 2 deletions
examples/run_wela.py
with
3 additions
and
2 deletions
examples/run_wela.py
+
3
−
2
View file @
156d586c
...
...
@@ -19,7 +19,7 @@ server_info = {
"
username
"
:
"
upload
"
,
"
password
"
:
"
gothamc1ty
"
,
}
view
=
Tru
e
view
=
Fals
e
# pick the experiment to analyse
omid
=
469
# expt_id e.g., 469
...
...
@@ -44,8 +44,9 @@ if view:
sys
.
exit
(
0
)
else
:
# run dataloader
key_index
=
"
median_GFP
"
key_index
=
"
median_GFP
_Z
"
dl
=
dataloader
(
h5dir
,
"
.
"
)
dl
.
define_g2a_dict
([
"
GFP_Z
"
])
expt
=
[
omid_full
for
omid_full
in
omids
if
str
(
omid
)
in
omid_full
][
0
]
dl
.
load
(
expt
,
key_index
=
key_index
,
cutoff
=
0.8
)
dl
.
save
()
...
...
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