ebi-ait / ebi-ait/ingest-graph-validator

add validation: cell suspensions linked to files

Open
#75 0 comments 0 reactions 1 assignee Claimed by @idazucchi View on GitHub
FAIRification test request
Dominant language
Python
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

**Describe the issue**

- Test name: cell suspensions linked to files
- Test Description: Check that every cell suspension is linked to an analysis file or sequence file
- Cypher query:
```
MATCH (c:cell_suspension)
WHERE NOT (c)-[]-(:sequence_file) OR (c)-[]-(:analysis_file)
RETURN c, "This cell suspension is not linked to any file", labels(c)
```

**Acceptance criteria**

- [ ] The test has been reviewed
- [ ] The test has been implemented into the `graph_test_set` folder

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.