Skip to content

Commit 7accfa4

Browse files
committed
added list of checks to the seqspec tool
1 parent a53f0fa commit 7accfa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/SEQSPEC_TOOL.md

+2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ A list of checks performed:
8787
13. Check that the lengths of the `sequence` in every region object is between the `min_len` and `max_len` length.
8888
14. Check that the number of files in each `File` object for all `Read` objects are the same length.
8989

90+
Below are a list of example errors one may encounter when checking a spec:
91+
9092
```bash
9193
# The "assay" value was not specified in the spec
9294
[error 1] None is not of type 'string' in spec['assay']

0 commit comments

Comments
 (0)