Skip to content
Snippets Groups Projects
Commit fb17d532 authored by Arthur Le Bars's avatar Arthur Le Bars
Browse files

gga_load_data bugfix

parent 263111fc
No related branches found
No related tags found
1 merge request!1Release 1.0
......@@ -363,7 +363,6 @@ if __name__ == "__main__":
# Parse the config yaml file
load_data_for_current_species.config = utilities.parse_config(args.config)
# Set the instance url attribute -- Does not work with localhost on scratch (ALB)
print(load_data_for_current_species.config["http_port"])
load_data_for_current_species.instance_url = "http://localhost/sp/{1}_{2}/galaxy/".format(
load_data_for_current_species.genus_lowercase,
load_data_for_current_species.species)
......
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