Skip to content

Commit

Permalink
collectri: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Mar 22, 2023
1 parent 60868ea commit 3d28c5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pypath/inputs/collectri.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def collectri_interactions(
'tf',
'target',
'effect',
'TF_category',
'tf_category',
'resources',
'pubmed',
'target_type',
Expand All @@ -74,6 +74,7 @@ def collectri_interactions(
silent = False,
large = True,
)
_ = next(c.result)

result = []

Expand All @@ -84,7 +85,7 @@ def collectri_interactions(

if (
(mmirna and not mirna) or
(not mmirna and not protein)
(not mmirna and not protein_coding)
):

continue
Expand Down

0 comments on commit 3d28c5f

Please sign in to comment.