Skip to content

Commit

Permalink
Merge pull request #30 from ScilifelabDataCentre/folder_name_fix
Browse files Browse the repository at this point in the history
Fix missed old repo name
  • Loading branch information
LianeHughes authored Mar 5, 2024
2 parents b9c9b47 + d042089 commit 2749d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner_weekly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export CODE_PATH=/code
PYTHONPATH="$CODE_PATH"/pathogens-portal-visualisations/Wordcloud python "$CODE_PATH"/gen_clouds.py

# Publication related updates
PYTHONPATH="$CODE_PATH"/covid-portal-visualisations/Count_publications python "$CODE_PATH"/covid-portal-visualisations/Count_publications/count_publications.py > "$CODE_PATH"/output/COVID_publication_count.json
PYTHONPATH="$CODE_PATH"/pathogens-portal-visualisations/Count_publications python "$CODE_PATH"/pathogens-portal-visualisations/Count_publications/count_publications.py > "$CODE_PATH"/output/COVID_publication_count.json
#python "$CODE_PATH"/gen_publication_count.py > "$CODE_PATH"/output/covid-portal-publication-counts.json
python "$CODE_PATH"/gen_recent_pub.py > "$CODE_PATH"/output/covid-portal-recent10.json

Expand Down

0 comments on commit 2749d9f

Please sign in to comment.