Skip to content

Commit

Permalink
Merge pull request #355 from kedhammar/ont-logbooks
Browse files Browse the repository at this point in the history
Implement ONT logbooks
  • Loading branch information
chuan-wang authored Sep 10, 2024
2 parents 06aea96 + 53e11eb commit 52683d5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
5 changes: 5 additions & 0 deletions VERSIONLOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Scilifelab_epps Version Log


## 20240910.3

Add logbook for PromethION and MinION.

## 20240910.2

Support both single lane and dual lane of AVITI flowcell
Expand Down
19 changes: 19 additions & 0 deletions data/logbook_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,15 @@
"details": ["Processname"],
},
},
"ONT Start Sequencing v3.0": {
"lims_instrument": {
"dest_file": "MinION-PromethION",
"details": [
"Processname",
"LIMS ID (Process)",
],
},
},
"ONT QC Adapter Ligation v1.2": {
"lims_instrument": {
"dest_file": "Qubit",
Expand All @@ -369,6 +378,15 @@
"details": ["Assay", "Lot no: Qubit kit"],
},
},
"ONT QC Start Sequencing": {
"lims_instrument": {
"dest_file": "MinION-PromethION",
"details": [
"Processname",
"LIMS ID (Process)",
],
},
},
"PCR1 (Amplicon)": {
"lims_instrument": {"dest_file": "Bravo", "details": ["Processname"]},
"udf_PCR machine": {"dest_file": "PCR"},
Expand Down Expand Up @@ -556,4 +574,5 @@
"Speedvac": {"File": "1Dk7qPJeNmzKtHWEdNkZ4yLB0FycjREqqIhNhInZ8G9g"},
"Tecan": {"File": "1DUBEL8DBf0lnXJjIIjowQf2PrftMo9ECXpeNrDodM4s"},
"VC100": {"File": "1FEH2Ilyaz2FThJZ_jjlDna7s4aTuRgfxvLFpYgOPHBw"},
"MinION-PromethION": {"File": "1OazL3MNZImTJBHK-QVy-jbxL9nN1uCoOmOMSiXclRac"},
}
2 changes: 1 addition & 1 deletion scripts/logbook_service_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
SCOPES = ["https://www.googleapis.com/auth/spreadsheets"]
SERVICE_ACCOUNT_FILE = "/opt/gls/clarity/users/glsai/.credentials/ngi-lims-epp-001.json"

# In coordinates, the values correspond to LineID of the header, columns for date, operator, instrument name and details. The sheet name shoud be "Logbook"
# In coordinates, the values correspond to LineID of the header, columns for date, operator, instrument name and details. The sheet name should be "Logbook"
LOGBOOK_COORDINATES = [22, "B", "C", "D", "E"]


Expand Down

0 comments on commit 52683d5

Please sign in to comment.