There was an error while loading. Please reload this page.
1 parent 5215f57 commit 5d4681eCopy full SHA for 5d4681e
1 file changed
api/utils/mfinder_utils.py
@@ -45,7 +45,7 @@ def input_validation(input):
45
if not all(isinstance(j, str) for i in input for j in i):
46
return "invalid JSON, check if inside arr members are strings!"
47
48
- if not all(BARUtils.is_efp_gene_valid(j, "efp_arabidopsis") for i in input for j in i):
+ if not all(BARUtils.is_arabidopsis_gene_valid(j) for i in input for j in i):
49
return "Invalid gene ID contained!"
50
51
# filter self-edges and duplicate edges (mFinder does not accept)
0 commit comments