Skip to content

Commit

Permalink
#6 fix get_phobius and get_big_pi http > https
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Dragićević committed Nov 5, 2020
1 parent 98eeb84 commit c0ca5f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Imports: xgboost (>= 1.1.1.1),
utils (>= 3.3),
graphics (>= 3.3),
ggplot2 (>= 2.2.1)
RoxygenNote: 7.1.0
RoxygenNote: 7.1.1
Suggests:
protr,
knitr,
Expand Down
2 changes: 1 addition & 1 deletion R/get_big_pi.R
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ get_big_pi.default <- function(data = NULL,
splt <- 0:(nrow(mat)-1) %/% 100
mat_split <- split(mat, splt)
sleep <- 2
url <- "http://mendel.imp.ac.at/gpi/cgi-bin/gpi_pred_plants.cgi"
url <- "https://mendel.imp.ac.at/gpi/cgi-bin/gpi_pred_plants.cgi"
tot <- length(mat_split)
if(progress){
pb <- utils::txtProgressBar(min = 0,
Expand Down
2 changes: 1 addition & 1 deletion R/get_phobius.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ get_phobius.character <- function(data,
max = len,
style = 3)
}
url <- "http://phobius.sbc.su.se/cgi-bin/predict.pl"
url <- "https://phobius.sbc.su.se/cgi-bin/predict.pl"
collected_res = vector("list", len)
for (i in 1 : len){
file_up <- httr::upload_file(file_list[i])
Expand Down

0 comments on commit c0ca5f3

Please sign in to comment.