Skip to content

Commit 998fa7f

Browse files
committed
Fix of alignment via HMM
1 parent 3bd4021 commit 998fa7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

R/genericFunctions.R

+3-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,9 @@ showTumorType <- function() {
273273
hmmFile <- tempfile()
274274
# e.g. http://pfam.xfam.org/family/PF00071/hmm
275275
pfam <- as.character(genesData$Pfam_ID[1])
276-
WebQuery <- paste0('http://pfam.xfam.org/family/', pfam, '/hmm')
276+
# 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
277279
if(Sys.info()['sysname']=="Windows")
278280
download.file(WebQuery, destfile=hmmFile , mode="wb")
279281
else

0 commit comments

Comments
 (0)