-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from ScilifelabDataCentre/FREYA-894/Abdullah
Freya 894/abdullah | dc-dynamics refactoring
- Loading branch information
Showing
10 changed files
with
17 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.