|
19
|
1 SoftSearch Integrate through galaxy tool shed Guide
|
|
|
2
|
|
|
3 1. What to do for softsearch installation.
|
|
|
4
|
|
|
5 ---set tool dependency dir path by removing comment from,
|
|
|
6 #tool_dependency_dir = path/to/directory/ from universe_wsgi.ini file
|
|
|
7
|
|
|
8
|
|
|
9 2. How to install?
|
|
|
10
|
|
|
11 ---select galaxy main tool shed and type "softsearch_dependency" and install it.(it install binaries of softsearch).
|
|
|
12
|
|
|
13
|
|
|
14 3. Access fasta file from Database instead of history.
|
|
|
15
|
|
|
16 ---Select fasta_indexes.loc file from local catch(from database).
|
|
|
17 go to /galaxy-dist/tool-data/toolshed.g2.bx.psu.edu/repos/plus91-technologies-pvt-ltd/softsearch/e3609c8714fb/
|
|
|
18
|
|
|
19 ---open the fasta_indexes.loc file and make changes like
|
|
|
20
|
|
|
21 <unique_build_id> <dbkey> <display_name> <file_base_path>
|
|
|
22
|
|
|
23 eg: hg19full hg19 Human (Homo sapiens): hg19 Full /path/to/hg19full.fa
|
|
|
24
|
|
|
25 ---open shed_tool_data_table_conf.xml file and add following.
|
|
|
26
|
|
|
27 <tables>
|
|
|
28 <table name="fasta_indexes" comment_char="#">
|
|
|
29 <columns>value, dbkey, name, path</columns>
|
|
|
30 <file path="/path/to/fasta_indexes.loc" />
|
|
|
31 </table>
|
|
|
32 </tables>
|
|
|
33
|
|
|
34
|
|
|
35
|
|
|
36
|
|
|
37 Notes:
|
|
|
38 - It is a dependent tool it require samtools(version above 0.1.18)
|