We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd4021 commit 998fa7fCopy full SHA for 998fa7f
R/genericFunctions.R
@@ -273,7 +273,9 @@ showTumorType <- function() {
273
hmmFile <- tempfile()
274
# e.g. http://pfam.xfam.org/family/PF00071/hmm
275
pfam <- as.character(genesData$Pfam_ID[1])
276
- WebQuery <- paste0('http://pfam.xfam.org/family/', pfam, '/hmm')
+ # WebQuery <- paste0('http://pfam.xfam.org/family/', pfam, '/hmm')
277
+ WebQuery <- paste0('http://pfam-legacy.xfam.org/family/', pfam, '/hmm')
278
+ # https://www.ebi.ac.uk/interpro/entry/pfam/PF00071
279
if(Sys.info()['sysname']=="Windows")
280
download.file(WebQuery, destfile=hmmFile , mode="wb")
281
else
0 commit comments