#863 closed task (fixed)
Experiment Design - Unavailable to create (Sample Name length)
Reported by: | yukie | Owned by: | sena |
---|---|---|---|
Priority: | normal | Milestone: | GRITS - 1.2 |
Component: | Experiment designer | Version: | GRITS 1.1.x |
Severity: | minor | Keywords: | Experiment design / Sample name |
Cc: | sena, Rene Ranzinger |
Description
<Situation>
- create an analyte with the name "Human/mouse SHH N-Terminus antibody".
- create an experiment design of this analyte
<Result>
Unable to create an experimental design.
Showing an error message :
" Sample* cannot be longer than 32 characters "
Change History (3)
comment:1 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | new → review |
comment:2 Changed 5 years ago by
Status: | review → closed |
---|
comment:3 Changed 5 years ago by
Milestone: | GRITS - 1.2 SR1 → GRITS - 1.2 |
---|
Note: See
TracTickets for help on using
tickets.
The sample creation did not allow creation of samples with names longer than 32 but batch analyte and renaming the component does not check for this limit so it was allowed to create a sample with this name. However experiment design complained since there was supposed to be a sample name limit. I've changed the limit to "LABEL_LIMIT" which is 80 right now.
fixed in revision [2089]