Skip to content
Snippets Groups Projects
Commit 234887ea authored by kohleman's avatar kohleman
Browse files

replaced flowcell ID by Runfolder Name

SVN: 35297
parent 603effc9
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,7 @@ def writeExcel(myoptions, configMap, service, piName, laneDict, sampleDict, piDi ...@@ -139,7 +139,7 @@ def writeExcel(myoptions, configMap, service, piName, laneDict, sampleDict, piDi
setOfFlowcells = set () setOfFlowcells = set ()
try: try:
# expecting the old running folder name # expecting the old running folder name
runDate, seqId, runningNumber, flowcell = flowcellName.split("_") runDate, seqId, runningNumber, flowcell = flowCellProperties["RUN_NAME_FOLDER"].split("_")
flowcell = flowcell[1:] flowcell = flowcell[1:]
except: except:
flowcell = flowcellName flowcell = flowcellName
...@@ -240,7 +240,7 @@ def writeExcel(myoptions, configMap, service, piName, laneDict, sampleDict, piDi ...@@ -240,7 +240,7 @@ def writeExcel(myoptions, configMap, service, piName, laneDict, sampleDict, piDi
createRow() createRow()
createRow() createRow()
createRow() createRow()
createRow("Run Folder Name", flowcellName, 0, 10, True) createRow("Run Folder Name", flowCellProperties["RUN_NAME_FOLDER"], 0, 10, True)
createRow() createRow()
createRow() createRow()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment