Unverified Commit d517af0e authored by Marie Jossé's avatar Marie Jossé Committed by davelopez
Browse files

Update lib/galaxy/model/store/ro_crate_utils.py

parent c6267d69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ class WorkflowRunCrateProfileBuilder:
                                properties={
                                    "@type": "Person",
                                    "name": creator_data.get("name", ""),  # Default to empty string if name is missing
                                    "orcid": creator_data.get(
                                    "identifier": creator_data.get(
                                        "identifier", ""
                                    ),  # Assuming identifier is ORCID, or adjust as needed
                                    "url": creator_data.get("url", ""),  # Add URL if available, otherwise empty string