-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runstate and errors tables to upload to database
- Loading branch information
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"model": "iSkyLIMS_wetlab.runerrors", "pk": 1, "fields": {"errorCode": "0", "errorText": "No Error"}}, {"model": "iSkyLIMS_wetlab.runerrors", "pk": 2, "fields": {"errorCode": "1", "errorText": "Invalid Sample Sheet"}}, {"model": "iSkyLIMS_wetlab.runerrors", "pk": 3, "fields": {"errorCode": "2", "errorText": "Application Unknown"}}, {"model": "iSkyLIMS_wetlab.runerrors", "pk": 4, "fields": {"errorCode": "4", "errorText": "Experiment name already exists"}}, {"model": "iSkyLIMS_wetlab.runerrors", "pk": 5, "fields": {"errorCode": "5", "errorText": "Project name already exists"}}, {"model": "iSkyLIMS_wetlab.runerrors", "pk": 6, "fields": {"errorCode": "6", "errorText": "User not defined"}}, {"model": "iSkyLIMS_wetlab.runerrors", "pk": 7, "fields": {"errorCode": "7", "errorText": "Empty Experiment name in Sample Sheet"}}, {"model": "iSkyLIMS_wetlab.runerrors", "pk": 8, "fields": {"errorCode": "8", "errorText": "Time expiration for including Sample Sheet in the run"}}, {"model": "iSkyLIMS_wetlab.runerrors", "pk": 9, "fields": {"errorCode": "9", "errorText": "Time expiration for completion of the run"}}, {"model": "iSkyLIMS_wetlab.runerrors", "pk": 10, "fields": {"errorCode": "10", "errorText": "Project not defined in database"}}, {"model": "iSkyLIMS_wetlab.runerrors", "pk": 11, "fields": {"errorCode": "11", "errorText": "Unable to store data in \"RawDemuxStats\" database"}}, {"model": "iSkyLIMS_wetlab.runerrors", "pk": 12, "fields": {"errorCode": "12", "errorText": "Unable to fetch Demultiplexing Stats files"}}, {"model": "iSkyLIMS_wetlab.runerrors", "pk": 13, "fields": {"errorCode": "13", "errorText": "Unable to store data in \"SamplesInProject\" database"}}, {"model": "iSkyLIMS_wetlab.runerrors", "pk": 14, "fields": {"errorCode": "14", "errorText": "Unable to store data in \"StatsFlSummary\" database"}}, {"model": "iSkyLIMS_wetlab.runerrors", "pk": 15, "fields": {"errorCode": "15", "errorText": "Unable to store data in \"StatsLaneSummary\" database"}}, {"model": "iSkyLIMS_wetlab.runerrors", "pk": 16, "fields": {"errorCode": "16", "errorText": "Unable to store data in \"RawTopUnknowBarcodes\" database"}}, {"model": "iSkyLIMS_wetlab.runerrors", "pk": 17, "fields": {"errorCode": "17", "errorText": "Unable to fetch folder to get run disk usage"}}, {"model": "iSkyLIMS_wetlab.runerrors", "pk": 18, "fields": {"errorCode": "18", "errorText": "Unable to fetch log files"}}, {"model": "iSkyLIMS_wetlab.runerrors", "pk": 19, "fields": {"errorCode": "19", "errorText": "Unable to fetch Sample Sheet"}}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"model": "iSkyLIMS_wetlab.runstates", "pk": 1, "fields": {"runStateName": "Pre-Recorded"}}, {"model": "iSkyLIMS_wetlab.runstates", "pk": 2, "fields": {"runStateName": "Recorded"}}, {"model": "iSkyLIMS_wetlab.runstates", "pk": 3, "fields": {"runStateName": "Sample Sent"}}, {"model": "iSkyLIMS_wetlab.runstates", "pk": 4, "fields": {"runStateName": "Processing Run"}}, {"model": "iSkyLIMS_wetlab.runstates", "pk": 5, "fields": {"runStateName": "Processed Run"}}, {"model": "iSkyLIMS_wetlab.runstates", "pk": 6, "fields": {"runStateName": "Processing Bcl2fastq"}}, {"model": "iSkyLIMS_wetlab.runstates", "pk": 7, "fields": {"runStateName": "Processed Bcl2fastq"}}, {"model": "iSkyLIMS_wetlab.runstates", "pk": 8, "fields": {"runStateName": "Completed"}}, {"model": "iSkyLIMS_wetlab.runstates", "pk": 9, "fields": {"runStateName": "Cancelled"}}, {"model": "iSkyLIMS_wetlab.runstates", "pk": 10, "fields": {"runStateName": "Error"}}, {"model": "iSkyLIMS_wetlab.runstates", "pk": 11, "fields": {"runStateName": "Processing Metrics"}}, {"model": "iSkyLIMS_wetlab.runstates", "pk": 12, "fields": {"runStateName": "Processing Demultiplexing"}}] |