Skip to content

Commit 4427a6a

Browse files
committed
Expand data cleanup
1 parent 6469964 commit 4427a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/resources/queries/singlecell/samples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function beforeUpsert(row, oldRow, errors){
2323
else if (['No stim', 'No Stim'].indexOf(row.stim) !== -1){
2424
row.stim = 'NoStim';
2525
}
26-
else if (['Infected cells: SIV+', 'Infected Cells: SIV+'].indexOf(row.stim) !== -1){
26+
else if (['SIV+', 'Infected cells: SIV+', 'Infected Cells: SIV+'].indexOf(row.stim) !== -1){
2727
row.stim = 'SIV-Infected CD4s';
2828
}
2929
else if (['Infected cells: SIV-', 'Infected Cells: SIV-'].indexOf(row.stim) !== -1){

0 commit comments

Comments
 (0)