Skip to content
Snippets Groups Projects
Commit 62a4ee33 authored by Loraine Gueguen's avatar Loraine Gueguen
Browse files

fix galaxy instance

parent f3cef51b
No related branches found
No related tags found
2 merge requests!10Release 2.0,!9Release 2.0 (merge dev to master)
......@@ -10,7 +10,7 @@ import time
import json
import yaml
from bioblend.galaxy.objects import GalaxyInstance
from bioblend import galaxy
import utilities
import speciesData
......@@ -275,7 +275,7 @@ class LoadData(speciesData.SpeciesData):
"""
logging.info("Connecting to the galaxy instance (%s)" % self.instance_url)
self.instance = GalaxyInstance(url=self.instance_url,
self.instance = galaxy.GalaxyInstance(url=self.instance_url,
email=self.config["galaxy_default_admin_email"],
password=self.config["galaxy_default_admin_password"]
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment