Skip to content

Commit

Permalink
installing rentrez package to fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
casanchez committed Oct 18, 2024
1 parent 8c8e28e commit 7cf6e44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: dependencies!!!!
run: |
sudo apt-get install libcurl4-openssl-dev libarchive-dev
sudo Rscript -e 'install.packages(c("taxize", "tidyverse", "RCurl", "readr", "vroom", "magrittr", "fs", "data.table", "zip", "lubridate", "R.utils", "here", "JuliaCall"), repos = "http://cran.us.r-project.org")'
sudo Rscript -e 'install.packages(c("taxize", "tidyverse", "RCurl", "readr", "rentrez", "vroom", "magrittr", "fs", "data.table", "zip", "lubridate", "R.utils", "here", "JuliaCall"), repos = "http://cran.us.r-project.org")'
- name: Download GenBank
run: |
Rscript -e 'source("Code/02_1a_Download GenBank.R")'
Expand All @@ -58,7 +58,7 @@ jobs:
- name: dependencies!!!
run: |
sudo apt-get install libcurl4-openssl-dev libarchive-dev libharfbuzz-dev libfribidi-dev
sudo Rscript -e 'install.packages(c("taxize", "tidyverse", "RCurl", "readr", "vroom", "magrittr", "fs", "data.table", "R.utils", "zip", "lubridate", "tidyft", "here", "JuliaCall"), repos = "http://cran.us.r-project.org")'
sudo Rscript -e 'install.packages(c("taxize", "tidyverse", "RCurl", "readr", "rentrez", "vroom", "magrittr", "fs", "data.table", "R.utils", "zip", "lubridate", "tidyft", "here", "JuliaCall"), repos = "http://cran.us.r-project.org")'
- name: Get GenBank
uses: actions/download-artifact@v4
with:
Expand Down
1 change: 1 addition & 0 deletions Code/02_1b_Digest GenBank.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# set up =======================================================================

library(magrittr)
library(rentrez)

# this is necessary for using the NCBI records of more than 10
rentrez::set_entrez_key("ec345b39079e565bdfa744c3ef0d4b03ba08")
Expand Down

0 comments on commit 7cf6e44

Please sign in to comment.