Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ntalluri committed Nov 27, 2023
1 parent 5c0939f commit 884fe4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions spras/mincostflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ def parse_output(raw_pathway_file, standardized_pathway_file):
"""
Convert a predicted pathway into the universal format
Although the algorithm constructs a directed network, the resulting network is treated as undirected.
This is because the flow within the network doesn't imply causal relationships between nodes.
Although the algorithm constructs a directed network, the resulting network is treated as undirected.
This is because the flow within the network doesn't imply causal relationships between nodes.
The primary goal of the algorithm is node identification, not the identification of directional edges.
@param raw_pathway_file: pathway file produced by an algorithm's run function
Expand Down
12 changes: 6 additions & 6 deletions test/generate-inputs/test_generate_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
OUTDIR = "test/generate-inputs/output/"
EXPDIR = "test/generate-inputs/expected/"
algo_exp_file = {
'mincostflow': 'edges',
'meo': 'edges',
'omicsintegrator1': 'edges',
'omicsintegrator2': 'edges',
'domino': 'network',
'pathlinker': 'network',
'mincostflow': 'edges',
'meo': 'edges',
'omicsintegrator1': 'edges',
'omicsintegrator2': 'edges',
'domino': 'network',
'pathlinker': 'network',
'allpairs': 'network'
}

Expand Down

0 comments on commit 884fe4f

Please sign in to comment.