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

call make_directory_tree() in gga_get_data

parent 8f3cbcc5
No related branches found
No related tags found
1 merge request!1Release 1.0
...@@ -212,7 +212,8 @@ if __name__ == "__main__": ...@@ -212,7 +212,8 @@ if __name__ == "__main__":
get_data_for_current_species.species_dir = os.path.join(get_data_for_current_species.main_dir, get_data_for_current_species.species_dir = os.path.join(get_data_for_current_species.main_dir,
get_data_for_current_species.genus_species + get_data_for_current_species.genus_species +
"/") "/")
# create src_data directory tree
get_data_for_current_species.make_directory_tree()
# Retrieve datasets # Retrieve datasets
logging.info("Finding and copying datasets for %s" % get_data_for_current_species.full_name) logging.info("Finding and copying datasets for %s" % get_data_for_current_species.full_name)
get_data_for_current_species.get_source_data_files_from_path() get_data_for_current_species.get_source_data_files_from_path()
......
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