Skip to content

Commit

Permalink
updating files to use node_A instead of A
Browse files Browse the repository at this point in the history
  • Loading branch information
ntalluri committed Nov 4, 2024
1 parent 28321e0 commit bec0b88
Show file tree
Hide file tree
Showing 26 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions input/alternative-network.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
A B 0.98 U
node_A B 0.98 U
B C 0.77 U
A D 0.12 U
node_A D 0.12 U
C D 0.89 U
C E 0.59 U
C F 0.50 U
Expand Down
2 changes: 1 addition & 1 deletion input/gs_nodes0.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
A
node_A
B
2 changes: 1 addition & 1 deletion input/network.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
A B 0.98 U
node_A B 0.98 U
B C 0.77 U
2 changes: 1 addition & 1 deletion input/node-prizes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
NODEID prize active
A 2 true
node_A 2 true
C 5.7 true
2 changes: 1 addition & 1 deletion input/sources.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A
node_A
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Interactor1 Interactor2 Weight
A B 0.98
node_A B 0.98
B C 0.77
2 changes: 1 addition & 1 deletion test/generate-inputs/expected/domino-network-expected.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ID_interactor_A ppi ID_interactor_B
ENSG0A ppi ENSG0B
ENSG0node_A ppi ENSG0B
ENSG0B ppi ENSG0C
2 changes: 1 addition & 1 deletion test/generate-inputs/expected/meo-edges-expected.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
A (pp) B 0.98
node꧁SEP꧂A (pp) B 0.98
B (pp) C 0.77
4 changes: 2 additions & 2 deletions test/generate-inputs/expected/mincostflow-edges-expected.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A B 0.98
node_A B 0.98
B C 0.77
B A 0.98
B node_A 0.98
C B 0.77
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
protein1 protein2 weight directionality
A B 0.98 U
node_A B 0.98 U
B C 0.77 U
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
protein1 protein2 cost
A B 0.52
node_A B 0.52
B C 0.73
4 changes: 2 additions & 2 deletions test/generate-inputs/expected/pathlinker-network-expected.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Interactor1 Interactor2 Weight
A B 0.98
node_A B 0.98
B C 0.77
B A 0.98
B node_A 0.98
C B 0.77
6 changes: 3 additions & 3 deletions test/parse-outputs/expected/allpairs-pathway-expected.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Node1 Node2 Rank Direction
S1 A 1 U
S1 node_A 1 U
S1 B 1 U
A E 1 U
A F 1 U
node_A E 1 U
node_A F 1 U
E T1 1 U
T1 F 1 U
F T2 1 U
Expand Down
4 changes: 2 additions & 2 deletions test/parse-outputs/expected/meo-pathway-expected.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Node1 Node2 Rank Direction
GENE_A GENE_C 1 D
GENE_C GENEB 1 D
node_A C 1 D
C B 1 D
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Node1 Node2 Rank Direction
B A 1 U
B node_A 1 U
D B 1 U
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Node1 Node2 Rank Direction
A C 1 D
node_A C 1 D
C D 1 U
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Node1 Node2 Rank Direction
B A 1 U
B node_A 1 U
B C 1 U
6 changes: 3 additions & 3 deletions test/parse-outputs/expected/pathlinker-pathway-expected.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Node1 Node2 Rank Direction
S2 T3 1 D
A E 2 D
S1 A 2 D
node_A E 2 D
S1 node_A 2 D
E T1 2 D
B F 3 D
F T2 3 D
Expand All @@ -15,4 +15,4 @@ E F 7 D
B C 8 D
F E 11 D
G F 13 D
F A 16 D
F node_A 16 D
6 changes: 3 additions & 3 deletions test/parse-outputs/input/allpairs-raw-pathway.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
S1 A
S1 node_A
S1 B
A E
A F
node_A E
node_A F
E T1
T1 F
F T2
Expand Down
4 changes: 2 additions & 2 deletions test/parse-outputs/input/meo-raw-pathway.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source Type Target Oriented Weight
GENE꧁SEP꧂A pp GENE꧁SEP꧂C true 0.5
GENE꧁SEP꧂C pd GENEB true 0.5
node꧁SEP꧂A pp C true 0.5
C pd B true 0.5
2 changes: 1 addition & 1 deletion test/parse-outputs/input/mincostflow-raw-pathway.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
B A
B node_A
D B
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
protein1 protein2 cost
B A 0.52
B node_A 0.52
B C 0.73
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
protein1 protein2 in_solution cost
B A True 0.52
B node_A True 0.52
B C True 0.73
2 changes: 1 addition & 1 deletion test/parse-outputs/input/omicsintegrator1-raw-pathway.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
A pd C
node_A pd C
C pp D
2 changes: 1 addition & 1 deletion test/parse-outputs/input/omicsintegrator2-raw-pathway.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
protein1 protein2 cost in_solution
B A 0.52 True
B node_A 0.52 True
B C 0.73 True
6 changes: 3 additions & 3 deletions test/parse-outputs/input/pathlinker-raw-pathway.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#tail head KSP index path cost
S2 T3 1 5.00000e-01
A E 2 1.25000e-01
S1 A 2 1.25000e-01
node_A E 2 1.25000e-01
S1 node_A 2 1.25000e-01
E T1 2 1.25000e-01
B F 3 1.25000e-01
F T2 3 1.25000e-01
Expand All @@ -15,4 +15,4 @@ E F 7 6.25000e-02
B C 8 6.25000e-02
F E 11 6.25000e-02
G F 13 6.25000e-02
F A 16 3.12500e-02
F node_A 16 3.12500e-02

0 comments on commit bec0b88

Please sign in to comment.