-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Milestone
Description
If a MiSeq run gets delayed and run after the date in the run name, then the run folder name won't match the run name in the sample sheet and the lab_miseq_run table. The QAI Micall page uses that date to find the run folder, so it can't find the run folder.
Make the QAI Micall page look up the folder name in the miseqqc_runparameters table instead of calculating it from the run name.
As an example, the 170228_M01841_0287_000000000-AYA5T run folder used the "27-Feb-2017.M01841" run name.
###Workaround###
- Load the sample sheet in QAI, change the run name to match the run folder, then save it.
- In the database, update the
miseqqc_runparameters.experimentnamefield to match the date in the run name. - Copy the new sample sheet to the run folder.
- Delete the results from the run folder, then wait for the MiSeq monitor to submit it to Kive and upload the results.
- Delete the old run from QAI to avoid confusion, including related tables.