You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Open File functionality needs to support PPIs more “natively” than they do now. Specifically:
only .xlsx and .sif should be allowed for PPI, not .graphml
check .sif format for PPI
In addition, instead of having the Network Mode lock in which files can be opened, would it be possible for the open-file command itself to determine the Network Mode based on the selected file? e.g., if the user picks a GraphML file, then we switch to GRN network mode for sure. Also if opening a demo, we can switch the Network Mode automatically at that time
For .sif files, an edge label of pp indicates a PPI. Thus, “pre-reading” a .sif can also set Network Mode upon opening
The text was updated successfully, but these errors were encountered:
The Open File functionality needs to support PPIs more “natively” than they do now. Specifically:
In addition, instead of having the Network Mode lock in which files can be opened, would it be possible for the open-file command itself to determine the Network Mode based on the selected file? e.g., if the user picks a GraphML file, then we switch to GRN network mode for sure. Also if opening a demo, we can switch the Network Mode automatically at that time
For .sif files, an edge label of
pp
indicates a PPI. Thus, “pre-reading” a .sif can also set Network Mode upon openingThe text was updated successfully, but these errors were encountered: