Skip to content

Commit

Permalink
Merge pull request #44 from Ergo-Tools/next-version
Browse files Browse the repository at this point in the history
Next version
  • Loading branch information
pasan-h authored Jul 12, 2023
2 parents 57ec88e + 23d4825 commit 1277ce6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion stats/genStats.m
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
impOptVertT.VariableTypes=varfun(@class,finalEvntTbl(1,:),'OutputFormat','cell');
oldEvntTbl=readtable(fnlEvntTblF,impOptVertT);
indOverlap = ismember(oldEvntTbl.SubjectID,finalEvntTbl.SubjectID);
oldEvntTbl(indOverlap,:)=[]; % delete those overlapping rows from old horizontal table
oldEvntTbl(indOverlap,:)=[]; % delete those overlapping rows from old event table

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

0 comments on commit 1277ce6

Please sign in to comment.