Changeset 3494


Ignore:
Timestamp:
Sep 18, 2015, 9:23:38 AM (8 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #813: IndexOutOfBoundsException? when selecting 7 lysates in the Lab Tracking Protocol for Allprep isolation wizard

The mapping to !QIAcube positions was incorrectly expecting 8 extracts but never used extract number 4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.reggie/branches/3.6-stable/resources/sampleproc/allprep_protocol2.jsp

    r3479 r3494  
    3232  new int[] {0,  1, -1, -1,  2, -1, -1,  3,  4, -1, -1, -1}, // 5 samples; pos=1,2,5,8,9
    3333  new int[] {0,  1,  2, -1, -1, -1,  3,  4,  5, -1, -1, -1}, // 6 samples; pos=1,2,3,7,8,9
    34   new int[] {0,  1,  2, -1, -1,  4,  5, -1,  6,  7, -1, -1}, // 7 samples; pos=1,2,3,6,7,9,10
     34  new int[] {0,  1,  2, -1, -1,  3,  4, -1,  5,  6, -1, -1}, // 7 samples; pos=1,2,3,6,7,9,10
    3535  new int[] {0,  1,  2,  3, -1, -1,  4,  5,  6,  7, -1, -1}, // 8 samples; pos=1,2,3,4,7,8,9,10
    3636  new int[] {0,  1,  2, -1,  3,  4,  5, -1,  6,  7,  8, -1}, // 9 samples; pos=1,2,3,5,6,7,9,10,11
Note: See TracChangeset for help on using the changeset viewer.