Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aliby-mirror
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
aliby
aliby-mirror
Commits
8ccc2135
Commit
8ccc2135
authored
3 years ago
by
Alán Muñoz
Browse files
Options
Downloads
Patches
Plain Diff
clean yaml output
Former-commit-id: 29b205655997c2eaf32c1f56da054e14496e658a
parent
b7ee28ac
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/processes/picker.py
+4
-7
4 additions, 7 deletions
core/processes/picker.py
core/processor.py
+8
-8
8 additions, 8 deletions
core/processor.py
with
12 additions
and
15 deletions
core/processes/picker.py
+
4
−
7
View file @
8ccc2135
import
seaborn
as
sns
from
matplotlib
import
pyplot
as
plt
# TODO DELETE THIS
from
typing
import
Tuple
,
Union
,
List
from
typing
import
Tuple
,
Union
,
List
from
abc
import
ABC
,
abstractmethod
from
abc
import
ABC
,
abstractmethod
...
@@ -29,10 +26,10 @@ class pickerParameters(ParametersABC):
...
@@ -29,10 +26,10 @@ class pickerParameters(ParametersABC):
{
{
"
sequence
"
:
[
"
sequence
"
:
[
# ("lineage", "intersection", "families"),
# ("lineage", "intersection", "families"),
(
"
condition
"
,
"
intersection
"
,
"
any_present
"
,
0.8
)
,
[
"
condition
"
,
"
intersection
"
,
"
any_present
"
,
0.8
]
,
(
"
condition
"
,
"
intersection
"
,
"
growing
"
,
40
)
,
[
"
condition
"
,
"
intersection
"
,
"
growing
"
,
40
]
,
(
"
condition
"
,
"
intersection
"
,
"
present
"
,
8
)
,
[
"
condition
"
,
"
intersection
"
,
"
present
"
,
8
]
,
(
"
condition
"
,
"
intersection
"
,
"
mother_buds
"
,
5
,
0.8
)
,
[
"
condition
"
,
"
intersection
"
,
"
mother_buds
"
,
5
,
0.8
]
,
# ("lineage", "full_families", "intersection"),
# ("lineage", "full_families", "intersection"),
],
],
}
}
...
...
This diff is collapsed.
Click to expand it.
core/processor.py
+
8
−
8
View file @
8ccc2135
...
@@ -49,16 +49,16 @@ class PostProcessorParameters(ParametersABC):
...
@@ -49,16 +49,16 @@ class PostProcessorParameters(ParametersABC):
"
merger
"
:
"
/extraction/general/None/area
"
,
"
merger
"
:
"
/extraction/general/None/area
"
,
"
picker
"
:
[
"
/extraction/general/None/area
"
],
"
picker
"
:
[
"
/extraction/general/None/area
"
],
},
},
"
processes
"
:
(
"
processes
"
:
[
(
[
"
bud_metric
"
,
"
bud_metric
"
,
[
[
"
/extraction/general/None/volume
"
,
"
/extraction/general/None/volume
"
,
"
/extraction/em_ratio/np_max/mean
"
,
"
/extraction/em_ratio/np_max/mean
"
,
"
/extraction/em_ratio/np_max/median
"
,
"
/extraction/em_ratio/np_max/median
"
,
],
],
)
,
]
,
(
[
"
dsignal
"
,
"
dsignal
"
,
[
[
"
/extraction/general/None/volume
"
,
"
/extraction/general/None/volume
"
,
...
@@ -70,7 +70,7 @@ class PostProcessorParameters(ParametersABC):
...
@@ -70,7 +70,7 @@ class PostProcessorParameters(ParametersABC):
"
/postprocessing/bud_metric/extraction_em_ratio_np_max_mean
"
,
"
/postprocessing/bud_metric/extraction_em_ratio_np_max_mean
"
,
"
/postprocessing/bud_metric/extraction_em_ratio_np_max_median
"
,
"
/postprocessing/bud_metric/extraction_em_ratio_np_max_median
"
,
],
],
)
,
]
,
(
(
"
aggregate
"
,
"
aggregate
"
,
[
[
...
@@ -93,12 +93,12 @@ class PostProcessorParameters(ParametersABC):
...
@@ -93,12 +93,12 @@ class PostProcessorParameters(ParametersABC):
],
],
),
),
# "savgol": ["/extraction/general/None/area"],
# "savgol": ["/extraction/general/None/area"],
)
,
]
,
},
},
parameters
=
{
parameters
=
{
"
prepost
"
:
{
"
prepost
"
:
{
"
merger
"
:
mergerParameters
.
default
(),
"
merger
"
:
mergerParameters
.
default
()
.
to_dict
()
,
"
picker
"
:
pickerParameters
.
default
(),
"
picker
"
:
pickerParameters
.
default
()
.
to_dict
()
,
}
}
},
},
outpaths
=
{
"
aggregate
"
:
"
/postprocessing/experiment_wide/aggregated/
"
},
outpaths
=
{
"
aggregate
"
:
"
/postprocessing/experiment_wide/aggregated/
"
},
...
...
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