You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sample names can be interpreted as numerical instead of string (e.g. 12), certain V&V checks incorrectly do so result in failure to match '1' and 1.
Approaches
Samplename column should also be read in as datatype string.
Implementation Suggested
All runsheet loading should use a standard interface that interprets samplename as string datatype.
Validation Plan
GLDS-201 triggers the error and can serve to as a good test case.
Impact
No impact on prior data since error causes a false workflow halt.
The text was updated successfully, but these errors were encountered:
Description
When sample names can be interpreted as numerical instead of string (e.g. 12), certain V&V checks incorrectly do so result in failure to match '1' and 1.
Approaches
Samplename column should also be read in as datatype string.
Implementation Suggested
All runsheet loading should use a standard interface that interprets samplename as string datatype.
Validation Plan
GLDS-201 triggers the error and can serve to as a good test case.
Impact
No impact on prior data since error causes a false workflow halt.
The text was updated successfully, but these errors were encountered: