Convert Rami's DataRun feature to something useful to us.
[htsworkflow.git] / htsworkflow / pipelines / test / test_retrive_config.py
index 9847ffd4aea53d7a613bfe266cc882584c1c3a7d..f655779bbb6edaf2c00a56e66284331f19215b4b 100644 (file)
@@ -18,13 +18,13 @@ class RetrieveTestCases(TestCase):
         pass
 
     def test_format_gerald(self):
-        flowcell_request = self.client.get('/experiments/config/303TUAAXX/json', apidata)
+        flowcell_request = self.client.get('/experiments/config/FC12150/json', apidata)
         self.failUnlessEqual(flowcell_request.status_code, 200)
 
         print dir(flowcell_request)
         flowcell_info = json.loads(flowcell_request.content)
 
-        options = getCombinedOptions(['-f','303TUAAXX','-g',os.getcwd()])        
+        options = getCombinedOptions(['-f','FC12150','-g',os.getcwd()])        
         genome_map = {u'Homo sapiens': '/tmp/hg18' }
         
         config = format_gerald_config(options, flowcell_info, genome_map)