comparison [APliBio]Nebula tools suite/README @ 4:0b8b39c2ce01 draft default tip

Uploaded
author alermine
date Wed, 14 Nov 2012 06:04:04 -0500
parents 2ec3ba0e9e70
children
comparison
equal deleted inserted replaced
3:1c699789d6d3 4:0b8b39c2ce01
12 12
13 - Perl installed on system 13 - Perl installed on system
14 - R installed on system 14 - R installed on system
15 - Samtools installed on system (http://sourceforge.net/projects/samtools/files/) 15 - Samtools installed on system (http://sourceforge.net/projects/samtools/files/)
16 - BedTools installed on system (http://code.google.com/p/bedtools/downloads/list) 16 - BedTools installed on system (http://code.google.com/p/bedtools/downloads/list)
17 - FindPeaks installed on system (http://www.bcgsc.ca/platform/bioinfo/software/findpeaks) 17 - FindPeaks installed on system (http://www.bcgsc.ca/platform/bioinfo/software/findpeaks) | Available in Nebula_External directory
18 - ChipMunk 2 installed on system (http://autosome.ru/smbsm/librettos/libretto_chipmunk/chipmunk_downloads.rhtml |chipmunk_v2_scripts.zip v2.0 (NEW) supplementary ruby-scripts (see readme inside)) 18 - ChipMunk 2 installed on system (http://autosome.ru/smbsm/librettos/libretto_chipmunk/chipmunk_downloads.rhtml |chipmunk_v2_scripts.zip v2.0 (NEW) supplementary ruby-scripts (see readme inside)) | Available in Nebula_External directory
19 19
20 Step to installation: 20 Step to installation:
21 21
22 1. Copy/paste the Nebula directory in your $GALAXY_INSTALL/galaxy-dist/tools directory
22 23
23 1. Create symbolic links for FindPeaks & ChIPMunk: 24 2. Copy/paste the content of the tool_conf.abstract.xml in your $GALAXY_INSTALL/galaxy-dist/tool_conf.xml file
25
26 3. Copy/paste the chrom directory (in chrom.zip) in your $GALAXY_INSTALL/galaxy-dist/tool-data/shared/ucsc directory
27
28 4. Create symbolic links for FindPeaks & ChIPMunk:
24 29
25 - ln -s /path/to/findpeaks/installation/jars/fp4 $GALAXY_INSTALL/galaxy-dist/tool-data/shared/jars/FindPeaks 30 - ln -s /path/to/findpeaks/installation/jars/fp4 $GALAXY_INSTALL/galaxy-dist/tool-data/shared/jars/FindPeaks
26 - ln -s /path/to/ChIPMunk/installation/ $GALAXY_INSTALL/galaxy-dist/tool-data/shared/jars/ChIPMunk 31 - ln -s /path/to/ChIPMunk/installation/ $GALAXY_INSTALL/galaxy-dist/tool-data/shared/jars/ChIPMunk
27 32
28 !! Respect the symbolic links names (FindPeaks & ChIPMunk) !! 33 !! Respect the symbolic links names (FindPeaks & ChIPMunk) !!
29 34
30 2. Stop Galaxy 35 5. Edit Galaxy universe_wsgi.ini file to provide a tool runner (in Tool Job Runners section)
31 36
32 3. Make sure your Galaxy user source the environement like in the env.sh file 37 6. Stop Galaxy
33 38
34 4. Start Galaxy 39 7. Make sure your Galaxy user source the environement like in the env.sh file
40
41 8. Start Galaxy