Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/zqfang/GSEApy
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuoqing Fang authored and Zhuoqing Fang committed Feb 9, 2025
2 parents 92b449d + ae1bbc5 commit 8f4aea4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gseapy/enrichr.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,9 @@ def run(self):

# read input file
genes_list = self.parse_genelists() #
self._gene_isupper = self.check_uppercase(self._gls)

if not self._isezid:
self._gene_isupper = self.check_uppercase(self._gls)

# self._logger.info("Connecting to Enrichr Server to get latest library names")
gss = self.parse_genesets()
Expand Down

0 comments on commit 8f4aea4

Please sign in to comment.