Displaying 1 result from an estimated 1 matches for "gene2go".
Did you mean:
gene2
2007 Aug 16
1
use AnnBuilderSourceUrls with local path insted of ftp adress
...s to collect data from different ftp sites. These data are not complete for my organism, so I would like to change the ftp adresses to a local one. The changing itself is working but when I run the script I get the following Error:
Error in loadFromUrl(file.path(sourceURLs[["EG"]], "gene2go.gz")) :
URL /path/to/file/gene2go.gz is incorrect or the target site is not responding!
The full code of the script is this:
library(AnnBuilder)
list<-options("AnnBuilderSourceUrls")
list$AnnBuilderSourceUrls$EG<-"/path/to/file/"
options("AnnBuilderSourceUrl...