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

Run bindings are incorrect #95

Open
mosoriob opened this issue Feb 23, 2023 · 0 comments
Open

Run bindings are incorrect #95

mosoriob opened this issue Feb 23, 2023 · 0 comments

Comments

@mosoriob
Copy link
Contributor

Describe the bug

For inputs files, the value of disk:hasVariable is not correct

Explanation

The workflowBinding B64b50793d8a09cb64612a8e632255acf has Input and Output files and Parameters.

<http://localhost:8080/disk-server/admin/tlois/TriggeredLOI-usPnQQPLbwyn> <http://disk-project.org/ontology/disk#hasMetaWorkflowBinding> _:B64b50793d8a09cb64612a8e632255acf <http://localhost:8080/disk-server/admin/tlois> .
_:B64b50793d8a09cb64612a8e632255acf <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://disk-project.org/ontology/disk#WorkflowBinding> <http://localhost:8080/disk-server/admin/tlois> .
_:B64b50793d8a09cb64612a8e632255acf <http://disk-project.org/ontology/disk#hasInputFile> _:Bccd0f5177bb0cd8bc5bb13c88c7d21a1 <http://localhost:8080/disk-server/admin/tlois> .

_:B64b50793d8a09cb64612a8e632255acf <http://disk-project.org/ontology/disk#hasOutputFile> _:B61b99757d2f4724f847483e815914204 <http://localhost:8080/disk-server/admin/tlois> .

_:B64b50793d8a09cb64612a8e632255acf <http://disk-project.org/ontology/disk#hasVariableBinding> _:B159cf9f6a8323ecd4942c17594e29a8d <http://localhost:8080/disk-server/admin/tlois> .

_:B64b50793d8a09cb64612a8e632255acf <http://disk-project.org/ontology/disk#hasWorkflow> <http://localhost:8080/wings-portal/export/users/admin/Enigma/workflows/Meta-Regression.owl#Meta-Regression> <http://localhost:8080/disk-server/admin/tlois> .
_:B64b50793d8a09cb64612a8e632255acf <http://disk-project.org/ontology/disk#hasId> "http://localhost:8080/wings-portal/export/users/admin/Enigma/executions/Meta-Regression--15dd0f95-df86-459c-9f31-a00f02cb5971.owl#Meta-Regression--15dd0f95-df86-459c-9f31-a00f02cb5971" <http://localhost:8080/disk-server/admin/tlois> .

For a parameter, I can know that the variable is Meta-Regression.owl#snp and the value is rs1080066

_:B64b50793d8a09cb64612a8e632255acf <http://disk-project.org/ontology/disk#hasVariableBinding> _:Bbf8865371f617d3f7629272c5596fa05 <http://localhost:8080/disk-server/admin/tlois> .
_:Bbf8865371f617d3f7629272c5596fa05 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://disk-project.org/ontology/disk#VariableBinding> <http://localhost:8080/disk-server/admin/tlois> .
_:Bbf8865371f617d3f7629272c5596fa05 <http://disk-project.org/ontology/disk#hasVariable> <https://wings.disk.isi.edu/wings-portal/export/users/admin/Enigma/workflows/Meta-Regression.owl#snp> <http://localhost:8080/disk-server/admin/tlois> .
_:Bbf8865371f617d3f7629272c5596fa05 <http://disk-project.org/ontology/disk#hasBindingValue> "rs1080066" <http://localhost:8080/disk-server/admin/tlois> . y

For outputs, I can know that the variable is Meta-Regression.owl#p_value and the value is the File

_:B64b50793d8a09cb64612a8e632255acf <http://disk-project.org/ontology/disk#hasOutputFile> _:B61b99757d2f4724f847483e815914204 <http://localhost:8080/disk-server/admin/tlois> .
_:B61b99757d2f4724f847483e815914204 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://disk-project.org/ontology/disk#VariableBinding> <http://localhost:8080/disk-server/admin/tlois> .
_:B61b99757d2f4724f847483e815914204 <http://disk-project.org/ontology/disk#hasVariable> <https://wings.disk.isi.edu/wings-portal/export/users/admin/Enigma/workflows/Meta-Regression.owl#p_value> <http://localhost:8080/disk-server/admin/tlois> .
_:B61b99757d2f4724f847483e815914204 <http://disk-project.org/ontology/disk#hasBindingValue> "http://localhost:8080/wings-portal/export/users/admin/Enigma/data/library.owl#p_value-44xpfxxah0thrybpnw6j57brq" <http://localhost:8080/disk-server/admin/tlois> .

For inputs, the information is not correct.

_:B64b50793d8a09cb64612a8e632255acf <http://disk-project.org/ontology/disk#hasInputFile> _:B352108b879c91780bab684ff1e87dbf7 <http://localhost:8080/disk-server/admin/tlois> .
_:B352108b879c91780bab684ff1e87dbf7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://disk-project.org/ontology/disk#VariableBinding> <http://localhost:8080/disk-server/admin/tlois> .
_:B352108b879c91780bab684ff1e87dbf7 <http://disk-project.org/ontology/disk#hasVariable> <https://wings.disk.isi.edu/wings-portal/export/users/admin/Enigma/workflows/Meta-Regression.owl#SHA4aa5c5_BETULA_Significant_GWAS.csv> <http://localhost:8080/disk-server/admin/tlois> .
_:B352108b879c91780bab684ff1e87dbf7 <http://disk-project.org/ontology/disk#hasBindingValue> "http://localhost:8080/wings-portal/export/users/admin/Enigma/data/library.owl#SHA4aa5c5_BETULA_Significant_GWAS.csv" <http://localhost:8080/disk-server/admin/tlois> .
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