Beispiel #1
0
 def testServiceGenerate(self):
     doc = FileDocStore(file_path=get_abspath("../test_tmp/docstore"))
     service = GalaxyService(docstore=doc,
                             name="nosetest_galaxy",
                             galaxy="bgruening/galaxy-stable",
                             port=20022)
     json.dumps(service.to_dict())
Beispiel #2
0
 def testServiceGenerate(self):
     doc = FileDocStore(file_path=get_abspath("../test_tmp/docstore"))
     service = GalaxyService(
         docstore=doc,
         name="nosetest_galaxy",
         galaxy="bgruening/galaxy-stable",
         port=20022
     )
     json.dumps(service.to_dict())