Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Fragmented Files in RO-Crate Export #494

Closed
floWetzels opened this issue Feb 14, 2025 · 0 comments · Fixed by #496
Closed

[BUG] Fragmented Files in RO-Crate Export #494

floWetzels opened this issue Feb 14, 2025 · 0 comments · Fixed by #496
Labels
Status: Needs Triage This item is up for investigation.

Comments

@floWetzels
Copy link
Collaborator

When exporting to an RO-Crate, data files that are only linked by Processes via data fragments do not have a corresponding data entity in the RO-Crate. Furthermore, file paths are not relative to the RO-Crate root.

For example, in the export of the ArcPrototype, there are data entities with "@id": "proteomics_result.csv#col=1", "@id": "proteomics_result.csv#col=2", etc. However, there is no data entity with "@id": "proteomics_result.csv". There should be a data entity with "@id": "assays/measurement1/dataset/proteomics_result.csv" pointing to "@id": "assays/measurement1/dataset/proteomics_result.csv#col=1" through hasPart.

@github-actions github-actions bot added the Status: Needs Triage This item is up for investigation. label Feb 14, 2025
@github-project-automation github-project-automation bot moved this to Done in ARCStack Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage This item is up for investigation.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant