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

fix filepath for upload_from_galaxy_fs()

parent 7208a7a9
No related branches found
No related tags found
2 merge requests!10Release 2.0,!9Release 2.0 (merge dev to master)
......@@ -183,9 +183,11 @@ class LoadData(speciesData.SpeciesData):
logging.info("Skipping useless file '%s'" % single_file)
continue
single_file_path=os.path.join(CONTAINER_DATA_DIR_ROOT,single_file)
logging.info("Adding file '%s' with type '%s' and name '%s'" % (single_file, ftype, clean_name))
datasets = prj_lib.upload_from_galaxy_fs(
single_file,
single_file_path,
folder=folder,
link_data_only='link_to_files',
file_type=ftype,
......
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