view README @ 25:b04f92d87f11 draft default tip

Uploaded
author plus91-technologies-pvt-ltd
date Sat, 07 Jun 2014 06:43:35 -0400
parents 1863e330fcfc
children
line wrap: on
line source

SoftSearch Integrate through galaxy tool shed Guide

1. What to do for softsearch installation. 

---set tool dependency dir path by removing comment from,
    #tool_dependency_dir = path/to/directory/ from universe_wsgi.ini file 


2. How to install?

---select galaxy main tool shed and type "softsearch_dependency" and install it.(it install binaries of softsearch).


3. Access fasta file from Database instead of history.

---Select fasta_indexes.loc file from local catch(from database).
   go to /galaxy-dist/tool-data/toolshed.g2.bx.psu.edu/repos/plus91-technologies-pvt-ltd/softsearch/e3609c8714fb/

---open the fasta_indexes.loc file and make changes like

        <unique_build_id>	<dbkey>	<display_name>	<file_base_path>

        eg: hg19full	hg19	Human (Homo sapiens): hg19 Full	/path/to/hg19full.fa

---open shed_tool_data_table_conf.xml file and add following.

   	<tables>
    <table name="fasta_indexes" comment_char="#">
      	    <columns>value, dbkey, name, path</columns>
       	    <file path="/path/to/fasta_indexes.loc" />
  	    </table>
</tables>




Notes:
- It is a dependent tool it require samtools(version above 0.1.18)