Skip to content

Commit

Permalink
fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
iblacksand committed Jan 16, 2024
1 parent 539ade6 commit c00bba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# )
# )

y = webgestaltpy.ora("data/ktest.gmt", "data/genelist.txt", "data/reference.txt")
y = webgestaltpy.ora("data/kegg.gmt", "data/genelist.txt", "data/reference.txt")
print(y[0:2])
print(
"ORA: There are {0} pathways with significant fdr values".format(
Expand All @@ -17,7 +17,7 @@
)

y = webgestaltpy.meta_ora(
"data/ktest.gmt",
"data/kegg.gmt",
["data/genelist.txt", "data/genelist.txt"],
["data/reference.txt", "data/reference.txt"],
)
Expand Down

0 comments on commit c00bba3

Please sign in to comment.