generated from w3c-ccg/markdown-to-spec
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stricter requirements for row/column names, well groups, and well paths
- Loading branch information
1 parent
0c28690
commit 5a1ddc7
Showing
1 changed file
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
So these rules are saying there shouldn't be empty directories on the file system? E.g.
plate/A/
shouldn't exist if there are no images in rowA
? But there MUST still be arows: [{"name": "A"}..
in the plate JSON?So, from a validation point of view, the Plate would be invalid (not expected to work in any viewers) if that directory existed? That seems like quite a strong statement?