Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HTE closed-loop documentation UiB
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ii
iCat4Bio
HTE closed-loop documentation UiB
Commits
dd9e475c
Commit
dd9e475c
authored
3 months ago
by
Illimar.Rekand
Browse files
Options
Downloads
Patches
Plain Diff
Update notebook with mermaid diagram
parent
9bc48191
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Electronic_Labnotebook/NotebookLog.md
+27
-0
27 additions, 0 deletions
Electronic_Labnotebook/NotebookLog.md
with
27 additions
and
0 deletions
Electronic_Labnotebook/NotebookLog.md
+
27
−
0
View file @
dd9e475c
...
@@ -57,6 +57,33 @@
...
@@ -57,6 +57,33 @@
Worked on some infrastructure; creating scripts which can pass parameters on to a conda-script.
Worked on some infrastructure; creating scripts which can pass parameters on to a conda-script.
::: mermaid
flowchart TD;
subgraph 64-bit Conda environment
subgraph Layer 1
Comment1(Calculations, e.g. volume, are performed and passed down)
Layer1.py
end
end
subgraph 32-bit Conda environment
subgraph Layer 2
Comment2(Single action scripts are performed, e.g. edit dispense map, start experiment.)
EditExps
end
subgraph Layer 3
Comment3(Individual functions for editing maps, parameters, etc. are stored. Default values are defined.)
ls10
end
Layer1.py-->|Required+Optional parameters|EditExps;
EditExps-->ls10;
subgraph Layer 4
Comment4(LSAPI)
Layer4
end
ls10-->|Datatypes prepared for C# +
</br>
Default optional requirements set if not defined|Layer4;
end
:::
1) Layer1: Top layer, where calculations can be performed. 64-bit Python. Calculations and parameters are calculated here, and passed down.
1) Layer1: Top layer, where calculations can be performed. 64-bit Python. Calculations and parameters are calculated here, and passed down.
2) Layer2: EditExps New parameters are sent to this layer, which are in a 32-bit environment.
2) Layer2: EditExps New parameters are sent to this layer, which are in a 32-bit environment.
3) Layer3: ls10 In this layer, inputs are prepared to be compatible with the LSAPI
3) Layer3: ls10 In this layer, inputs are prepared to be compatible with the LSAPI
...
...
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