Skip to content
Snippets Groups Projects

Run wf

Merged Loraine Gueguen requested to merge run_wf into dev
Files
4
+ 2
2
@@ -86,8 +86,8 @@ class LoadData(speciesData.SpeciesData):
logging.info("Creating new %s library" % constants.GALAXY_LIBRARY_NAME)
prj_lib = gio.libraries.create(constants.GALAXY_LIBRARY_NAME, constants.GALAXY_LIBRARY_DESC)
self.library_id = prj_lib.id # project data folder/library
logging.info("Library for {0}: {1}".format(self.full_name, self.library_id))
library_id = prj_lib.id # project data folder/library
logging.info("Library for {0}: {1}".format(self.full_name, library_id))
for fname, files in folders.items():
if fname and files:
Loading