From caf539cb62d72d3a5d56fb4bb022783af33f2660 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Thu, 3 May 2012 06:21:32 +0000 Subject: [PATCH] SP-7 change space and project of plugin create-flowcell-dropbox SVN: 25141 --- .../create-flowcell-dropbox/create-flowcell-dropbox.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 e1017031690..e9668439a60 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 @@ -16,8 +16,8 @@ from ch.systemsx.cisd.openbis.generic.shared.api.v1.dto import SearchCriteria IS_HISEQ_RUN=False RUNPARAMETERS = 'runParameters.xml' RUNINFO = 'RunInfo.xml' -FLOWCELL_SPACE='/BSSE_FLOWCELLS/' -FLOWCELL_PROJECT='FLOWCELLS/' +FLOWCELL_SPACE='/TEST/' +FLOWCELL_PROJECT='TEST-PROJECT/' EXPERIMENT_TYPE_CODE='HT_SEQUENCING' # Mapping between XML file naming and used in here -- GitLab