From 7149098cd50f9dc8a2ace333b394fb899828a44a Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 3 May 2012 13:43:31 +0000
Subject: [PATCH] SP-7: create-flowcell-dropbox bug fixed

SVN: 25159
---
 .../create-flowcell-dropbox/create-flowcell-dropbox.py          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deep_sequencing_unit/source/core-plugins/illumina-ngs/1/dss/drop-boxes/create-flowcell-dropbox/create-flowcell-dropbox.py b/deep_sequencing_unit/source/core-plugins/illumina-ngs/1/dss/drop-boxes/create-flowcell-dropbox/create-flowcell-dropbox.py
index f23902fe9f9..e092beacec5 100755
--- a/deep_sequencing_unit/source/core-plugins/illumina-ngs/1/dss/drop-boxes/create-flowcell-dropbox/create-flowcell-dropbox.py
+++ b/deep_sequencing_unit/source/core-plugins/illumina-ngs/1/dss/drop-boxes/create-flowcell-dropbox/create-flowcell-dropbox.py
@@ -28,7 +28,7 @@ RUNPARAMETERS_XML = {'FLOWCELL':'Flowcell', 'RTAVERSION':'RTAVersion',
   'CYCLES_REQUESTED_BY_CUSTOMER':'Read1', 'PE':'Pe'}
 RUNINFO_XML = {'LANECOUNT':'LaneCount', 'SURFACECOUNT':'SurfaceCount',
    'SWATHCOUNT':'SwathCount', 'TILECOUNT':'TileCount'}
-INSTRUMENT = {'SN792':'RUA', 'BS-DSU-ELLAC':'ELLAC'}
+INSTRUMENT = {'SN792':'HISEQ2500'}
 
 class parseXmlFile: 
     
-- 
GitLab