Custom Query (905 matches)
Results (10 - 12 of 905)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#176 | fixed | GlycovaultManager : Download SourceSample | ||
Description |
The downloaded SourceSample is not properly filled. The SourceSample has a list of Descriptors which is returned by the method getIsDescribedBy(). This list of Descriptors can have several SimpleDescriptors and several GroupDescriptors. Inside each GroupDescriptor there is a list of SimpleDescriptors. So, say for example a groupDescriptor whose GroupType is "Aliquot" has two SimpleDescriptors. One of these SimpleDescriptor has a SimpleType "Aliquot Id" and the other has SimpleType "Weight". Problems :
But there can be cases where multiple GroupDescriptors with same GroupType can appear more than one time, but in such cases the values of these SimpleDescriptors would be different. For example : GroupDescriptor01 with GroupType "Destination" has following SimpleDescriptors : SimpleDescriptor011 with SimpleType "Recipient" and value as "Pierce Lab" SimpleDescriptor012 with SimpleType "Delievery Date" and value as "12/22/2014" and another GroupDescriptor GroupDescriptor02 with GroupType "Destination" has following SimpleDescriptors : SimpleDescriptor021 with SimpleType "Recipient" and value as "Smith Lab" SimpleDescriptor022 with SimpleType "Delievery Date" and value as "12/21/2014" And lastly, there can be cases where a GroupDescriptor has several SimpleDescriptors with same SimpleType but different values. For example : GroupDescriptor03 with GroupType "Origin" has following SimpleDescriptors : SimpleDescriptor031 with SimpleType "Originator" and value as "David" SimpleDescriptor032 with SimpleType "Originator" and value as "John" SimpleDescriptor033 with SimpleType "Originating Lab" and value as "David Lab" These cases should be also be allowed when fixing this problem.
|
|||
#224 | fixed | Intensity filter not working for MS1 scans | ||
Description |
When applying the intensity cutoff filter for MS annotation, it appeared to have no impact. |
|||
#276 | fixed | Verify that a Full MS file contains an MS1 scan | ||
Description |
If the user mistakenly specifies a full MS file but it doesn't contain an MS1 scan, that is invalid. Notify the user and don't create entry yet. |