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]: Directories as Entities in FSL #143

Open
bclenet opened this issue Oct 4, 2024 · 0 comments
Open

[Bug]: Directories as Entities in FSL #143

bclenet opened this issue Oct 4, 2024 · 0 comments

Comments

@bclenet
Copy link
Collaborator

bclenet commented Oct 4, 2024

batch name and line

For example here :

mkdir -p tsplot ; /usr/local/packages/fsl-5.0.8/bin/tsplot . -f filtered_func_data -o tsplot

What happened?

Parsing the following FSL commands
mkdir -p tsplot ; /usr/local/packages/fsl-5.0.8/bin/tsplot . -f filtered_func_data -o tsplot

creates the following Entities records :

{
    "@id": "urn:f48b9d90-4542-4e86-a17f-230fb813fba2",
    "Label": "tsplot",
    "AtLocation": "tsplot",
    "GeneratedBy": "urn:7bd4ef46-e596-482c-9e4d-7c5154719873",
    "digest": {
      "sha256": "2a74042f4edf02288edf16961307f741651efb4346e102a04b7603e781d1625e"
    }
},
{
    "@id": "urn:ec0e91e7-0d5a-4651-8771-0d8218963f1c",
    "Label": "tsplot",
    "AtLocation": "tsplot",
    "GeneratedBy": "urn:550ce33c-c8c6-470f-ad14-5f94187fffa6",
    "digest": {
      "sha256": "2a74042f4edf02288edf16961307f741651efb4346e102a04b7603e781d1625e"
    }
}

Describe the expected ground-truth ?

A directory is not defined as an Entity by the spec. We could either :

What soft is concerned

FSL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant