From fb17d5326b9fbf9d483d92358789e6a5a7330233 Mon Sep 17 00:00:00 2001 From: Arthur Le Bars <arthur.le-bars@sb-roscoff.fr> Date: Tue, 23 Mar 2021 11:25:51 +0100 Subject: [PATCH] gga_load_data bugfix --- gga_load_data.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gga_load_data.py b/gga_load_data.py index 6eac2bc..3e05a72 100644 --- a/gga_load_data.py +++ b/gga_load_data.py @@ -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) -- GitLab