Skip to content

Commit d7e439a

Browse files
committed
Bugfix 10x sample import
1 parent b4c9596 commit d7e439a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/src/org/labkey/singlecell/SingleCellController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ private static List<Map<String, Object>> parseRows(SimpleApiJsonForm form, Strin
348348
@RequiresPermission(ReadPermission.class)
349349
public static class GetMatchingSamplesAction extends ReadOnlyApiAction<SimpleApiJsonForm>
350350
{
351-
final List<String> FIELDS = Arrays.asList("sampleId", "sampledate", "subjectid", "celltype", "tissue", "assaytype");
351+
final List<String> FIELDS = Arrays.asList("subjectId", "sampledate", "subjectid", "celltype", "tissue", "assaytype", "stim");
352352

353353
@Override
354354
public Object execute(SimpleApiJsonForm form, BindException errors) throws Exception

0 commit comments

Comments
 (0)