Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ialbert committed Feb 24, 2023
1 parent 112d027 commit 8891e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biorun/enrichr.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def strip_dot(x):
# Get rid of version numbers if these exists
genes = list(map(strip_dot, genes))

print(f"# Running g:Profiler")
print(f"# Running Enrichr")
# print(f"# https://biit.cs.ut.ee/gprofiler/gost")
print(f"# Counts: {counts}")
print(f"# Organism: {organism}")
Expand Down

0 comments on commit 8891e9f

Please sign in to comment.