Skip to content

Commit

Permalink
gt bioss notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Clémence Réda committed May 16, 2024
1 parent dae3868 commit 869dce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NORDic/UTILS/STRING_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def get_interactions_from_STRING(gene_list, taxon_id, min_score=0, app_name=None
if (not quiet):
print("<STRING> Retrieving the file from STRING", end="... ")
if (file_folder is not None and not os.path.exists(protein_action_fname)):
proc = Popen(("wget -qO- \""+STRING_url+"\" | gzip -d -c > "+protein_action_fname).split(" "), shell=True)
proc = Popen(("wget -qO- \""+STRING_url+"\" | gzip -d -c > "+protein_action_fname).split(" "))
proc.wait()
if (file_folder is not None):
if (not quiet):
Expand Down

0 comments on commit 869dce8

Please sign in to comment.