Skip to content

Commit

Permalink
Update 01_download.py
Browse files Browse the repository at this point in the history
Change filter word
  • Loading branch information
asmaa-a-abdelwahab authored Sep 7, 2024
1 parent e1fd0a0 commit b99670c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stages/01_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from edelweiss_data import API, QueryExpression as Q

# Define paths and variables
filter_word = "TEMPO"
filter_word = "EUT"
overview_path = pathlib.Path("download")
dataset_path = overview_path / "temposeq"
pathways_path = overview_path / "pathways"
Expand Down

0 comments on commit b99670c

Please sign in to comment.