Skip to content

Commit 1277ce6

Browse files
authored
Merge pull request #44 from Ergo-Tools/next-version
Next version
2 parents 57ec88e + 23d4825 commit 1277ce6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

stats/genStats.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
impOptVertT.VariableTypes=varfun(@class,finalEvntTbl(1,:),'OutputFormat','cell');
425425
oldEvntTbl=readtable(fnlEvntTblF,impOptVertT);
426426
indOverlap = ismember(oldEvntTbl.SubjectID,finalEvntTbl.SubjectID);
427-
oldEvntTbl(indOverlap,:)=[]; % delete those overlapping rows from old horizontal table
427+
oldEvntTbl(indOverlap,:)=[]; % delete those overlapping rows from old event table
428428

429429
finalEvntTbl=vertcat(oldEvntTbl,finalEvntTbl); % concatenate master QC table with current batch QC table
430430
finalEvntTbl=sortrows(finalEvntTbl,1); % sort the table first by ID

0 commit comments

Comments
 (0)