Skip to content

Commit

Permalink
Merge branch 'master' into visium-logbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar authored Feb 29, 2024
2 parents d8ae436 + cd4b28b commit dd3fc15
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion VERSIONLOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Scilifelab_epps Version Log

## 20240228.1
## 20240229.2

Add PCR instrument logbook automation for Visium CytAssist protocol steps.

## 20240229.1

Add Biomek to "Selection, cDNA Synthesis and Library Construction" step.

## 20240215.1

Treat RAD-seq as regular pooling step, requested by Hamid.
Expand Down
5 changes: 4 additions & 1 deletion data/logbook_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,10 @@
"udf_PCR Machine": {"dest_file": "PCR"},
},
"Selection, cDNA Synthesis and Library Construction": {
"lims_instrument": {"dest_file": "Bravo", "details": ["Processname"]}
"lims_instrument": {
"dest_file": ["Bravo", "Biomek"],
"details": ["Processname"],
}
},
"Setup Workset/Plate": {
"lims_instrument": {
Expand Down

0 comments on commit dd3fc15

Please sign in to comment.