Skip to content

Commit

Permalink
After creating REST API, UniProt moved previous web access to legacy …
Browse files Browse the repository at this point in the history
…server, need updates.
  • Loading branch information
MarekGierlinski committed Sep 6, 2022
1 parent bec3d07 commit f99496d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: proteus
Type: Package
Title: Downstream analysis of the MaxQuant output
Version: 0.2.15
Version: 0.2.16
Depends: R (>= 3.4)
Authors@R: c(
person("Marek", "Gierlinski", email="[email protected]", role=c("aut", "cre")),
Expand All @@ -16,7 +16,7 @@ URL: https://github.com/bartongroup/Proteus
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
RoxygenNote: 7.2.1
Imports:
dplyr,
reshape2,
Expand Down
2 changes: 1 addition & 1 deletion R/uniprot.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ fetchFromUniProt <- function(unis, columns=c("genes", "protein names"),
stop("No valid UniProt accession numbers found.")
}

url <- "http://www.uniprot.org/uniprot/"
url <- "http://legacy.uniprot.org/uniprot/"

# split id list into batches of maximum size of batchsize
batches <- split(unis, ceiling(seq_along(unis) / batchsize))
Expand Down

0 comments on commit f99496d

Please sign in to comment.