Skip to content

Commit

Permalink
Merge pull request #308 from kedhammar/visium-logbooks
Browse files Browse the repository at this point in the history
Correct instrument usage and add automated PCR instrument logbook for Visium protocol steps
  • Loading branch information
kedhammar authored Feb 29, 2024
2 parents cd4b28b + dd3fc15 commit dd8429f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions VERSIONLOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Scilifelab_epps Version Log

## 20240229.2

Add PCR instrument logbook automation for Visium CytAssist protocol steps.

## 20240229.1

Add Biomek to "Selection, cDNA Synthesis and Library Construction" step.
Expand Down
9 changes: 9 additions & 0 deletions data/logbook_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,18 @@
"Capture And Wash (SS XT) 4.0": {
"lims_instrument": {"dest_file": "Bravo", "details": ["Processname"]}
},
"Decrosslinking and/or Destaining": {
"lims_instrument": {"dest_file": "PCR"},
},
"Denature, Dilute and Load Sample (MiSeq) 4.0": {
"udf_Instrument Used": {
"dest_file": "MiSeq",
"details": ["Flowcell ID", "RGT#s"],
}
},
"Deparafinization, H&E, Tissue Imaging": {
"lims_instrument": {"dest_file": "PCR"},
},
"Diluting Samples": {
"lims_instrument": {
"dest_file": ["Bravo", "Mosquito"],
Expand Down Expand Up @@ -152,6 +158,9 @@
"udf_Bravo": {"dest_file": "Bravo", "details": ["Processname"]},
},
"Enrich DNA fragments (TruSeq RNA) 4.0": {"lims_instrument": {"dest_file": "PCR"}},
"Fixation, H&E, Tissue Imaging": {
"lims_instrument": {"dest_file": "PCR"},
},
"Fragment Analyzer QC (DNA) 4.0": {
"lims_instrument": {
"dest_file": "FragmentAnalyzer",
Expand Down

0 comments on commit dd8429f

Please sign in to comment.