Skip to content

Commit

Permalink
#1173 Change Protein-Protein-Physical Interaction Network to PPI Netw…
Browse files Browse the repository at this point in the history
…ork in the menu bar when loading from database
  • Loading branch information
ntran18 committed Mar 3, 2025
1 parent 702183d commit b111ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-client/public/js/generateNetwork.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ containing "-", "_", and alpha-numeric characters only`);
alert(`GRNsight is only capable of handling 100 edges at most. Your proposed network contains
${edgesAmount} physical interactions. Please remove some proteins from your proposed network.`);
} else {
const name = `Protein-Protein-Physical Interaction Network (${grnState.customWorkbook.source}; ${proteinsAmount} proteins, ${edgesAmount} edges)`;
const name = `PPI Network (${grnState.customWorkbook.source}; ${proteinsAmount} proteins, ${edgesAmount} edges)`;
const l = [];
for (let link of links) {
const p1 = link[0];
Expand Down

0 comments on commit b111ea3

Please sign in to comment.