Skip to content

Commit

Permalink
code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kasprzyk committed Aug 9, 2024
1 parent b95568b commit 9975777
Show file tree
Hide file tree
Showing 17 changed files with 418 additions and 438 deletions.
2 changes: 1 addition & 1 deletion assets/instructions/protocol-1-instructions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ library(knitr)
json_data <- fromJSON(file = params$json_path)
```
\vspace{-1.5cm}
## Protocol 1: Heat-Shock Transformation in OT-2
## Protocol 1: Heat shock transformations

### Overview
DNA is transferred to competent cells.
Expand Down
12 changes: 6 additions & 6 deletions assets/instructions/protocol-2-instructions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ library(knitr)
json_data <- fromJSON(file = params$json_path)
```
\vspace{-1.5cm}
## Protocol 2: Agar Plate Spotting in OT-2
## Protocol 2: Colony selection

### Overview
Transformed cells are spotted on the total of x `r json_data$agar_plate_slots` agar plates.
The pipette aspirates additional `r json_data$additional_volume` uL of transformed cells.
Transformed cells are spotted on the total of `r length(json_data$agar_plate_slot) ` agar plates.
The pipette aspirates additional `r json_data$additional_volume` $\mu$L of transformed cells.
The spotting height above the agar is set at `r json_data$spotting_height` mm.
The agar height is calculated automatically per plate based on:
the plate weight without agar (`r json_data$empty_agar_plate_weight`) and with agar (g),
and agar density of `r json_data$agar_density`(g/mm3).
the plate weight without agar and with agar (g),
and agar density of `r json_data$agar_density`($g mm^{-3}$).

### Preparation
The plates are spotted in uL according to the layout below.
Expand Down Expand Up @@ -50,5 +50,5 @@ for (i in seq_along(image_files)) {
### Deck Loading
Check that `r json_data$pipette_name` is in the `r json_data$pipette_mount` mount.
**Slot `r json_data$tiprack_slots`** load `r json_data$tiprack_name` for the `r json_data$pipette_name` pipette.
**Slot `r json_data$agar_plate_slots`** load `r json_data$agar_plate_name` containing agar.
**Slot `r json_data$agar_plate_slot`** load `r json_data$agar_plate_name` containing agar.
**Slot `r json_data$source_plate_slot`** load `r json_data$source_plate_name` containing transformed cells.
17 changes: 10 additions & 7 deletions assets/instructions/protocol-3-instructions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ json_data <- fromJSON(file = params$json_path)

### Overview
The colonies are sampled using a pipette tip and transferred to destination plate containing fresh media supplemented with appropriate antibiotic.
The robot samples colonies from total of x agar plates.
The picking height into the agar is set at x mm.
The robot samples colonies from total of `r length(json_data$agar_plate_slot) ` agar plates.
The picking height into the agar is set at `r json_data$agar_pierce_depth` mm.
The agar height is calculated automatically per plate based on:
the plate weight without agar (`r json_data$empty_agar_plate_weight`) and with agar (g),
and agar density of `r json_data$agar_density`(g/mm3).
the plate weight without agar and with agar (g),
and agar density of `r json_data$agar_density`($g mm^{-3}$).

### Preparation
The colonies are sampled according to the plate layout below.
Expand All @@ -48,6 +48,9 @@ for (i in seq_along(image_files)) {
```

### Deck Loading
Check that `r json_data$pipette_name` is in the `r json_data$pipette_mount` mount.
**Slot `r json_data$tiprack_slots`** load `r json_data$tiprack_name` for the `r json_data$pipette_name` pipette.
**Slot `r json_data$agar_plate_slots`** load `r json_data$agar_plate_name` containing agar.
Check that `r json_data$right_pipette_name` is in the right mount and `r json_data$left_pipette_name` is in the left mount.
**Slot `r json_data$right_pipette_tiprack_slot`** load `r json_data$right_pipette_tiprack_name` for the `r json_data$right_pipette_name` pipette.
**Slot `r json_data$left_pipette_tiprack_slot`** load `r json_data$left_pipette_tiprack_name` for the `r json_data$left_pipette_name` pipette.
**Slot `r json_data$media_plate_slot`** load `r json_data$media_plate_name` containing fresh media with antibiotic.
**Slot `r json_data$agar_plate_slot`** load `r json_data$agar_plate_name` containing agar with developed colonies.
**Slot `r json_data$destination_plate_slot`** load `r json_data$destination_plate_name` where fresh media will be distributed and sampled cells propagated.
3 changes: 1 addition & 2 deletions assets/instructions/protocol-4-instructions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ for (i in seq_along(image_files)) {
### Deck Loading
Check that `r json_data$right_pipette_name` is in the right mount and `r json_data$left_pipette_name` is in the left mount.
**Slot `r json_data$right_pipette_tiprack_slot`** load `r json_data$right_pipette_tiprack_name` for the `r json_data$right_pipette_name` pipette.
**Slot `r json_data$left_pipette_tiprack_slot`** load `r json_data$left_pipette_tiprack_name` for the `r json_data$left_pipette_name` pipette.

**Slot `r json_data$left_pipette_tiprack_slot`** load `r json_data$left_pipette_tiprack_name` for the `r json_data$left_pipette_name` pipette.
Loading

0 comments on commit 9975777

Please sign in to comment.