NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If these are steps, just number the first one and I'll finish them.
Installs into /usr/local/bioconductor/caCGHcall *

  • cd /usr/local/bioconductor

...

  • $R_HOME/bin/R

...

  • At the R prompts:

      ...

        • library(RWebServices)

      ...

        • unpackAntScript("caCGHcall")

      ...

        • q()

      ...

      • Optionally, fix timeout value for all R workers to be 2 hours instead of 60 seconds

          ...

            • Edit $R_HOME/lib64/R/library/RWebServices/scripts/RWebServicesTuning.properties

              ...

                  • Change to: jms.timeout=7200000

              ...

              • cd caCGHcall

              ...

              • Change the queue name for caCGHcall to not conflict with caDNAcopy:

                  ...

                    • Edit RWebServicesTuning.properties

                      ...

                          • Change to: jms.queue=CGHC

                      ...

                      • ant map-package -Dpkg=caCGHcall

                      ...

                      • ant unpack-package -Dpkg=caCGHcall

                      ...

                      • ant precompile

                      ...

                      • Optionally, test RWebService (as per Bioconductor Installation Guide page 11):

                          ...

                            • Start up Tomcat (shutdown if already running)

                              ...

                                  • $CATALINA_HOME/bin/startup.sh

                              ...

                                • Start up ActiveMQ

                                  ...

                                      • $JMS_HOME/bin/activemq &

                                  ...

                                    • Start up R worker for caCGHcall

                                  ...

                                    • nohup ant start-worker &

                                  ...

                                    • Run the test

                                      ...

                                          • ant local-test

                                      ...

                                          • Check any failures in test/output. Ignore failures that say "expected 79, got 80"

                                      ...

                                      caCGHcall Grid Service

                                      Installs into $CATALINA_HOME #

                                      1. Build and deploy caCGHcall grid service

                                        ...

                                          • cd /usr/local/bioconductor/caCGHcall

                                        ...

                                          • ant deployTomcat

                                        ...

                                        1. Prepare Tomcat for Grid applications

                                        ...

                                        • cd $GLOBUS_LOCATION

                                            ...

                                              • ant -f share/globus_wsrf_common/tomcat/tomcat.xml deployTomcat -Dtomcat.dir="$CATALINA_HOME"

                                            ...

                                            1. Copy $JMS_HOME/lib/*.jar to $CATALINA_HOME/webapps/wsrf/WEB-INF/lib

                                            ...

                                            Launch Bioconductor Services

                                            This section describes how to start up all the pieces of the Bioconductor installation once they have been successfully installed. In the section following this one, you can find optional scripts that can automate the startup and shutdown of all processes. h3.

                                            Starting Bioconductor Services

                                            As per Bioconductor Installation Guide page 11: Do you have a link for this?

                                            ...