Skip to content

Commit

Permalink
fix: missing )
Browse files Browse the repository at this point in the history
  • Loading branch information
edkerk committed Oct 21, 2024
1 parent e56fbe8 commit ca406a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gene-essentiality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fprintf(fid,[repmat('%s,',1,9) '%s\n'],output{:,1});
fprintf(fid,['%s,%d,%d,%d,%d' repmat(',%.4g',1,5) '\n'],output{:,2:end});
fclose(fid);
disp(cell2table(transpose(output(:,2:end)),"VariableNames",output(:,1)));" &&
disp(cell2table(transpose(output(:,2:end)),"VariableNames",output(:,1)));") &&
PARSED_RESULTS="${TEST_RESULTS//'%'/'%25'}" &&
PARSED_RESULTS="${PARSED_RESULTS//$'\n'/'<br>'}" &&
PARSED_RESULTS="${PARSED_RESULTS//$'\r'/'<br>'}" &&
Expand Down

0 comments on commit ca406a6

Please sign in to comment.