Changes between Initial Version and Version 1 of net.sf.basedb.reggie/notes216


Ignore:
Timestamp:
Jun 13, 2014, 12:03:40 PM (10 years ago)
Author:
Nicklas Nordborg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • net.sf.basedb.reggie/notes216

    v1 v1  
     1= Updating to Reggie 2.16 =
     2
     3Reggie 2.16 contains several new wizards in the "Secondary analysis" section. Those wizards are not plug-and-play, but require that a lot of other infrastructure has been setup and configured in a compatible manner. In this document I'll try to collect as much information as possible about the required infrastructure, but it may take some time until the information is 100% complete and up to date.
     4
     5
     6== Open Grid Scheduler ==
     7
     8To run the analysis jobs, an Open Grid Scheduler cluster is required (http://gridscheduler.sourceforge.net/). Reggie will connect to the cluster via SSH and auto-generate scripts that interact with the cluster and add jobs to the queuing system. Information about how to setup a cluster is beyond the scope of this document and must be sought elsewhere.
     9
     10== Programs that must be installed on the cluster ==
     11
     12 * Picard: Customized version currently found at: https://github.com/nnordborg/picard/tree/lorry
     13   There is currently no binary release, but we hope to create one in the future.
     14
     15 * Trimmomatic: http://www.usadellab.org/cms/?page=trimmomatic
     16
     17 * Bowtie2: http://bowtie-bio.sourceforge.net/bowtie2/index.shtml
     18
     19 * Tophat: http://ccb.jhu.edu/software/tophat/index.shtml
     20
     21 * Samtools: http://samtools.sourceforge.net/
     22
     23 * Custom scripts: Some bash scripts for our custom analysis pipeline found at: http://baseplugins.thep.lu.se/browser/other/pipeline/trunk
     24   At the moment, use the 'trunk' version. In the future, more formalized release procedure is expected.
     25
     26
     27== Configuration ==
     28
     29Before all of this can work, everything must be configured. The reggie distribution include '''reggie-ogs-hosts.xml''' which should be placed in the `WEB-INF\classes` directory (same as `base.config`). In this xml file, it is possible to configure connection information for the Open Grid cluster. You'll need the address, username and password and the SSH public key to be able to connect to the cluster.
     30
     31In the configuration file, you'll also set up various paths on the cluster. Some paths must be globally accessible from all nodes on the cluster and some can be internal for each node. You'll also need to configure paths where data (eg. from the !HiSeq) can be found and where the analyzed data should be stored.
     32
     33In the configuration you can also specify parameters for some of the above mentioned programs (picard and trimmomatic).
     34
     35For some of the programs the parameters are coded directly into the pipeline scripts (bowtie and tophat).
     36
     37