AnnBuilder package
5
0
Entering edit mode
@anthony-rossini-10
Last seen 9.6 years ago
I've taken a quick look, but is there a description for building/constructing the PostgreSQL schema in the package? (I understand the R part, and could probably reverse-engineer w/o too much problems, but are there plans to provide a creation script for constructing the database?). Also, does the annotation builder have an "audit trail", i.e. a means of tracking changes in annotation records over time? Pointers to places in the directory structure/functions to look at are welcome. best, -tony ---- A.J. Rossini Rsrch Asst Professor of Biostatistics rossini@u.washington.edu http://software.biostat.washington.edu/ Biostatistics/Univ. of Washington 206-543-1044 (3286=fax) (Thursdays) HIV Vaccine Trials Network/FHCRC 206-667-7025 (4812=fax) (M/Tu/W) (Friday location is generally unknown).
Annotation Annotation • 1.3k views
ADD COMMENT
0
Entering edit mode
John Zhang ★ 2.9k
@john-zhang-6
Last seen 9.6 years ago
>From: Anthony Rossini <rossini@u.washington.edu> >To: bioconductor@stat.math.ethz.ch >MIME-Version: 1.0 >Subject: [BioC] AnnBuilder package >X-BeenThere: bioconductor@stat.math.ethz.ch >X-Mailman-Version: 2.0.2 >List-Help: <mailto:bioconductor- request@stat.math.ethz.ch?subject="help"> >List-Post: <mailto:bioconductor@stat.math.ethz.ch> >List-Subscribe: <http: www.stat.math.ethz.ch="" mailman="" listinfo="" bioconductor="">, <mailto:bioconductor-request@stat.math.ethz.ch?subject=subscribe> >List-Id: The Bioconductor Project Mailing List <bioconductor.stat.math.ethz.ch> >List-Unsubscribe: <http: www.stat.math.ethz.ch="" mailman="" listinfo="" bioconductor="">, <mailto:bioconductor-request@stat.math.ethz.ch?subject=unsubscribe> >List-Archive: <http: www.stat.math.ethz.ch="" pipermail="" bioconductor=""/> >Date: Wed, 27 Mar 2002 12:54:02 -0800 (PST) > >I've taken a quick look, but is there a description for building/constructing the PostgreSQL schema in the package? (I understand the R part, and could probably reverse-engineer w/o too much problems, but are there plans to provide a creation script for constructing the database?). AnnBuilder.Rnw in AnnBuilder/inst/docs contains step by step instructions on how to build the annotation files. >Also, does the annotation builder have an "audit trail", i.e. a means of tracking changes in annotation records over time? No. But this is a very useful function to have. I will try to do something. > >Pointers to places in the directory structure/functions to look at are welcome. > > >best, >-tony > >---- >A.J. Rossini Rsrch Asst Professor of Biostatistics >rossini@u.washington.edu http://software.biostat.washington.edu/ >Biostatistics/Univ. of Washington 206-543-1044 (3286=fax) (Thursdays) >HIV Vaccine Trials Network/FHCRC 206-667-7025 (4812=fax) (M/Tu/W) >(Friday location is generally unknown). > > > > >_______________________________________________ >Bioconductor mailing list >Bioconductor@stat.math.ethz.ch >http://www.stat.math.ethz.ch/mailman/listinfo/bioconductor
ADD COMMENT
0
Entering edit mode
John Zhang ★ 2.9k
@john-zhang-6
Last seen 9.6 years ago
>X-Authentication-Warning: giraffa.cbs.dtu.dk: laurent set sender to laurent@genome.cbs.dtu.dk using -f >Date: Thu, 28 Mar 2002 15:15:10 +0100 >From: Laurent Gautier <laurent@genome.cbs.dtu.dk> >To: John Zhang <jzhang@jimmy.harvard.edu> >Subject: Re: [BioC] AnnBuilder package >Mime-Version: 1.0 >Content-Disposition: inline >User-Agent: Mutt/1.3.27i > >Hello John, > > >I tried to build the doc but get an error... I must do something dumb somewhere but cannot figure out where.... > > > > > > >giraffa[laurent]:/tmp/transfer/AnnBuilder/inst/docs> echo "library(tools); Sweave('AnnBuilder.Rnw')" | /usr/local/packages/bin/R --vanilla --no- save > >R : Copyright 2002, The R Development Core Team >Version 1.5.0 Under development (unstable) (2002-03-20) > >R is free software and comes with ABSOLUTELY NO WARRANTY. >You are welcome to redistribute it under certain conditions. >Type `license()' or `licence()' for distribution details. > >R is a collaborative project with many contributors. >Type `contributors()' for more information. > >Type `demo()' for some demos, `help()' for on-line help, or >`help.start()' for a HTML browser interface to help. >Type `q()' to quit R. > >> library(tools); Sweave('AnnBuilder.Rnw') >Writing to file AnnBuilder.tex >Processing code chunks ... > 1 : echo term verbatim (label=R) > 2 : echo term verbatim (label=R) > 3 : echo term verbatim (label=R) > 4 : echo term verbatim (label=R) >Error in download.file(srcURL, fileName, method = "internal", quiet = TRUE) : > cannot open destfile `/usr/local/packages//lib/R/library/AnnBuilder/wwwfiles/Tll_tmpl.gz' >Error in driver$runcode(drobj, chunk, chunkopts) : > Error while evaluating chunk >Execution halted You may need to install AnnBuilder before running AnnBuilder.Rnw so that there is a wwwfiles folder under Annbuilder. Let me know if that still does work. > > >I checked. There is no directory 'wwwfiles'. >(note: I use R-devel) > > > >Thanks, > > > > >Laurent > > > > > > > >On Thu, Mar 28, 2002 at 08:27:44AM -0500, John Zhang wrote: >> >> >From: Anthony Rossini <rossini@u.washington.edu> >> >To: bioconductor@stat.math.ethz.ch >> >MIME-Version: 1.0 >> >Subject: [BioC] AnnBuilder package >> >X-BeenThere: bioconductor@stat.math.ethz.ch >> >X-Mailman-Version: 2.0.2 >> >List-Help: <mailto:bioconductor- request@stat.math.ethz.ch?subject="help"> >> >List-Post: <mailto:bioconductor@stat.math.ethz.ch> >> >List-Subscribe: <http: www.stat.math.ethz.ch="" mailman="" listinfo="" bioconductor="">, >> <mailto:bioconductor-request@stat.math.ethz.ch?subject=subscribe> >> >List-Id: The Bioconductor Project Mailing List <bioconductor.stat.math.ethz.ch> >> >List-Unsubscribe: <http: www.stat.math.ethz.ch="" mailman="" listinfo="" bioconductor="">, >> <mailto:bioconductor-request@stat.math.ethz.ch?subject=unsubscribe> >> >List-Archive: <http: www.stat.math.ethz.ch="" pipermail="" bioconductor=""/> >> >Date: Wed, 27 Mar 2002 12:54:02 -0800 (PST) >> > >> >I've taken a quick look, but is there a description for building/constructing >> the PostgreSQL schema in the package? (I understand the R part, and could >> probably reverse-engineer w/o too much problems, but are there plans to provide >> a creation script for constructing the database?). >> >> AnnBuilder.Rnw in AnnBuilder/inst/docs contains step by step instructions on how >> to build the annotation files. >> >> >Also, does the annotation builder have an "audit trail", i.e. a means of >> tracking changes in annotation records over time? >> >> No. But this is a very useful function to have. I will try to do something. >> >> > >> >Pointers to places in the directory structure/functions to look at are welcome. >> > >> > >> >best, >> >-tony >> > >> >---- >> >A.J. Rossini Rsrch Asst Professor of Biostatistics >> >rossini@u.washington.edu http://software.biostat.washington.edu/ >> >Biostatistics/Univ. of Washington 206-543-1044 (3286=fax) (Thursdays) >> >HIV Vaccine Trials Network/FHCRC 206-667-7025 (4812=fax) (M/Tu/W) >> >(Friday location is generally unknown). >> > >> > >> > >> > >> >_______________________________________________ >> >Bioconductor mailing list >> >Bioconductor@stat.math.ethz.ch >> >http://www.stat.math.ethz.ch/mailman/listinfo/bioconductor >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor@stat.math.ethz.ch >> http://www.stat.math.ethz.ch/mailman/listinfo/bioconductor > >-- >-------------------------------------------------------------- >other email: lgautier@altern.org >-------------------------------------------------------------- >Laurent Gautier CBS, Building 208, DTU >PhD. Student D-2800 Lyngby,Denmark >tel: +45 45 25 24 85 http://www.cbs.dtu.dk/laurent
ADD COMMENT
0
Entering edit mode
John Zhang ★ 2.9k
@john-zhang-6
Last seen 9.6 years ago
>X-Authentication-Warning: giraffa.cbs.dtu.dk: laurent set sender to laurent@genome.cbs.dtu.dk using -f >Date: Thu, 28 Mar 2002 15:54:03 +0100 >From: Laurent Gautier <laurent@genome.cbs.dtu.dk> >To: John Zhang <jzhang@jimmy.harvard.edu> >Subject: Re: [BioC] AnnBuilder package >Mime-Version: 1.0 >Content-Disposition: inline >User-Agent: Mutt/1.3.27i > > > > >I just tried a 'R CMD check' to see if the doc could be built but could not go through the check of examples.... The wwwfiles and temp folders were empty so that they do not get installed after installation. I have put a dummy file in each to keep them alive. If you get the latest versin of AnnBuilder, it should work. > >On Thu, Mar 28, 2002 at 09:24:41AM -0500, John Zhang wrote: >> >> >X-Authentication-Warning: giraffa.cbs.dtu.dk: laurent set sender to >> laurent@genome.cbs.dtu.dk using -f >> >Date: Thu, 28 Mar 2002 15:15:10 +0100 >> >From: Laurent Gautier <laurent@genome.cbs.dtu.dk> >> >To: John Zhang <jzhang@jimmy.harvard.edu> >> >Subject: Re: [BioC] AnnBuilder package >> >Mime-Version: 1.0 >> >Content-Disposition: inline >> >User-Agent: Mutt/1.3.27i >> > >> >Hello John, >> > >> > >> >I tried to build the doc but get an error... I must do something dumb somewhere >> but cannot figure out where.... >> > >> > >> > >> > >> > >> > >> >giraffa[laurent]:/tmp/transfer/AnnBuilder/inst/docs> echo "library(tools); >> Sweave('AnnBuilder.Rnw')" | /usr/local/packages/bin/R --vanilla --no-save >> > >> >R : Copyright 2002, The R Development Core Team >> >Version 1.5.0 Under development (unstable) (2002-03-20) >> > >> >R is free software and comes with ABSOLUTELY NO WARRANTY. >> >You are welcome to redistribute it under certain conditions. >> >Type `license()' or `licence()' for distribution details. >> > >> >R is a collaborative project with many contributors. >> >Type `contributors()' for more information. >> > >> >Type `demo()' for some demos, `help()' for on-line help, or >> >`help.start()' for a HTML browser interface to help. >> >Type `q()' to quit R. >> > >> >> library(tools); Sweave('AnnBuilder.Rnw') >> >Writing to file AnnBuilder.tex >> >Processing code chunks ... >> > 1 : echo term verbatim (label=R) >> > 2 : echo term verbatim (label=R) >> > 3 : echo term verbatim (label=R) >> > 4 : echo term verbatim (label=R) >> >Error in download.file(srcURL, fileName, method = "internal", quiet = TRUE) : >> > cannot open destfile >> `/usr/local/packages//lib/R/library/AnnBuilder/wwwfiles/Tll_tmpl.gz' >> >Error in driver$runcode(drobj, chunk, chunkopts) : >> > Error while evaluating chunk >> >Execution halted >> >> You may need to install AnnBuilder before running AnnBuilder.Rnw so that there >> is a wwwfiles folder under Annbuilder. Let me know if that still does work. >> >> >> > >> > >> >I checked. There is no directory 'wwwfiles'. >> >(note: I use R-devel) >> > >> > >> > >> >Thanks, >> > >> > >> > >> > >> >Laurent >> > >> > >> > >> > >> > >> > >> > >> >On Thu, Mar 28, 2002 at 08:27:44AM -0500, John Zhang wrote: >> >> >> >> >From: Anthony Rossini <rossini@u.washington.edu> >> >> >To: bioconductor@stat.math.ethz.ch >> >> >MIME-Version: 1.0 >> >> >Subject: [BioC] AnnBuilder package >> >> >X-BeenThere: bioconductor@stat.math.ethz.ch >> >> >X-Mailman-Version: 2.0.2 >> >> >List-Help: <mailto:bioconductor- request@stat.math.ethz.ch?subject="help"> >> >> >List-Post: <mailto:bioconductor@stat.math.ethz.ch> >> >> >List-Subscribe: >> <http: www.stat.math.ethz.ch="" mailman="" listinfo="" bioconductor="">, >> >> <mailto:bioconductor- request@stat.math.ethz.ch?subject="subscribe"> >> >> >List-Id: The Bioconductor Project Mailing List >> <bioconductor.stat.math.ethz.ch> >> >> >List-Unsubscribe: >> <http: www.stat.math.ethz.ch="" mailman="" listinfo="" bioconductor="">, >> >> <mailto:bioconductor- request@stat.math.ethz.ch?subject="unsubscribe"> >> >> >List-Archive: <http: www.stat.math.ethz.ch="" pipermail="" bioconductor=""/> >> >> >Date: Wed, 27 Mar 2002 12:54:02 -0800 (PST) >> >> > >> >> >I've taken a quick look, but is there a description for >> building/constructing >> >> the PostgreSQL schema in the package? (I understand the R part, and could >> >> probably reverse-engineer w/o too much problems, but are there plans to >> provide >> >> a creation script for constructing the database?). >> >> >> >> AnnBuilder.Rnw in AnnBuilder/inst/docs contains step by step instructions on >> how >> >> to build the annotation files. >> >> >> >> >Also, does the annotation builder have an "audit trail", i.e. a means of >> >> tracking changes in annotation records over time? >> >> >> >> No. But this is a very useful function to have. I will try to do something. >> >> >> >> > >> >> >Pointers to places in the directory structure/functions to look at are >> welcome. >> >> > >> >> > >> >> >best, >> >> >-tony >> >> > >> >> >---- >> >> >A.J. Rossini Rsrch Asst Professor of >> Biostatistics >> >> >rossini@u.washington.edu >> http://software.biostat.washington.edu/ >> >> >Biostatistics/Univ. of Washington 206-543-1044 (3286=fax) (Thursdays) >> >> >HIV Vaccine Trials Network/FHCRC 206-667-7025 (4812=fax) (M/Tu/W) >> >> >(Friday location is generally unknown). >> >> > >> >> > >> >> > >> >> > >> >> >_______________________________________________ >> >> >Bioconductor mailing list >> >> >Bioconductor@stat.math.ethz.ch >> >> >http://www.stat.math.ethz.ch/mailman/listinfo/bioconductor >> >> >> >> _______________________________________________ >> >> Bioconductor mailing list >> >> Bioconductor@stat.math.ethz.ch >> >> http://www.stat.math.ethz.ch/mailman/listinfo/bioconductor >> > >> >-- >> >-------------------------------------------------------------- >> >other email: lgautier@altern.org >> >-------------------------------------------------------------- >> >Laurent Gautier CBS, Building 208, DTU >> >PhD. Student D-2800 Lyngby,Denmark >> >tel: +45 45 25 24 85 http://www.cbs.dtu.dk/laurent > >-- >-------------------------------------------------------------- >other email: lgautier@altern.org >-------------------------------------------------------------- >Laurent Gautier CBS, Building 208, DTU >PhD. Student D-2800 Lyngby,Denmark >tel: +45 45 25 24 85 http://www.cbs.dtu.dk/laurent
ADD COMMENT
0
Entering edit mode
John Zhang ★ 2.9k
@john-zhang-6
Last seen 9.6 years ago
>X-Authentication-Warning: giraffa.cbs.dtu.dk: laurent set sender to laurent@genome.cbs.dtu.dk using -f >Date: Thu, 28 Mar 2002 16:12:43 +0100 >From: Laurent Gautier <laurent@genome.cbs.dtu.dk> >To: John Zhang <jzhang@jimmy.harvard.edu> >Subject: Re: [BioC] AnnBuilder package >Mime-Version: 1.0 >Content-Disposition: inline >User-Agent: Mutt/1.3.27i > >ok, I have to go now... we'll see tomorrow (or later)... I am going to have to move the folders around to make sure they get installed even when they are empty. I will let you know about the status. > > >Laurent
ADD COMMENT
0
Entering edit mode
John Zhang ★ 2.9k
@john-zhang-6
Last seen 9.6 years ago
>X-Authentication-Warning: giraffa.cbs.dtu.dk: laurent set sender to laurent@genome.cbs.dtu.dk using -f >Date: Fri, 29 Mar 2002 10:49:51 +0100 >From: Laurent Gautier <laurent@genome.cbs.dtu.dk> >To: John Zhang <jzhang@jimmy.harvard.edu> >Subject: Re: [BioC] AnnBuilder package >Mime-Version: 1.0 >Content-Disposition: inline >User-Agent: Mutt/1.3.27i > >On Thu, Mar 28, 2002 at 10:35:38AM -0500, John Zhang wrote: >> >> >X-Authentication-Warning: giraffa.cbs.dtu.dk: laurent set sender to >> laurent@genome.cbs.dtu.dk using -f >> >Date: Thu, 28 Mar 2002 16:12:43 +0100 >> >From: Laurent Gautier <laurent@genome.cbs.dtu.dk> >> >To: John Zhang <jzhang@jimmy.harvard.edu> >> >Subject: Re: [BioC] AnnBuilder package >> >Mime-Version: 1.0 >> >Content-Disposition: inline >> >User-Agent: Mutt/1.3.27i >> > >> >ok, I have to go now... we'll see tomorrow (or later)... >> >> I am going to have to move the folders around to make sure they get installed >> even when they are empty. I will let you know about the status. > > >Ok. I just updated and noticed that the doc flew away. I'll try to figure out things without the '.Rnw' files. >If you allow me, I'll annoy you with questions if I get stuck. I have moved the folders around a little bit yesterday. AnnBuilder.Rnw is in AnnBuilder/inst/doc now. I have just got a fresh cvs version of AnnBuilder, installed the package, and was able to have the Rnw file in doc (after installation it is in doc instead of inst/doc) run without any problem. The package in bioconductor site has not been rebuilt yet. I will try the download version as well when it gets rebuilt. Yes, please feel free to email me any time. Sorry for the confusion yesterday. Jianhua > > > >Cheers, > > > >Laurent > > > > > > >> >> > >> > >> >Laurent > >-------------------------------------------------------------- >Laurent Gautier CBS, Building 208, DTU >PhD. Student D-2800 Lyngby,Denmark >tel: +45 45 25 24 85 http://www.cbs.dtu.dk/laurent
ADD COMMENT

Login before adding your answer.

Traffic: 613 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6