Skip to content

Commit

Permalink
fixed requirement.txt file and split runners scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
misterabdullahAziz committed Oct 15, 2024
1 parent 599a496 commit 1359b38
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 13 deletions.
4 changes: 1 addition & 3 deletions runner_daily.sh → freya_runner_daily.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
export CODE_PATH=/code

# Feed SciLifeLab figshare data to Slack
python "$CODE_PATH"/slack_figshare.py

# Update EBI index file
PYTHONPATH="$CODE_PATH"/pathogens-portal-scripts/EBI_indexing python "$CODE_PATH"/pathogens-portal-scripts/EBI_indexing/update_index_json.py

File renamed without changes.
File renamed without changes.
11 changes: 1 addition & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
# DC-DYNAMIC DEPENDENCIES
beautifulsoup4==4.11.1
requests==2.32.3
lxml==4.9.1

# VISUALISATIONS DEPENDENCIES
matplotlib==3.9.1.post1
numpy==2.0.1
openpyxl==3.1.5
pandas==2.2.2
pillow==10.4.0
plotly==5.23.0
wordcloud==1.9.3
lxml==4.9.1
4 changes: 4 additions & 0 deletions slack_runner_daily.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export CODE_PATH=/code

# Feed SciLifeLab figshare data to Slack
python "$CODE_PATH"/slack_figshare.py
File renamed without changes.

0 comments on commit 1359b38

Please sign in to comment.