Summary:
|
Too many variables in a single chain or read statement
|
Cause:
|
- Too many variables are used in a chain statement.
- Too many variables in a single read statement.
|
Remedy:
|
- Reduce the number of variables to 62 or less.
- split the read into two reads
|