28
|
1 SoftSearch:
|
|
2
|
29
|
3 --SoftSearch is a tool that uses soft-masked reads and discordant read pairs to identify structural variants(SV) in
|
|
4 Illumina paired-end next-generation sequencing data.
|
|
5 --Using Soft Clipped reads in which one part of the read maps to the reference genome but the other part does not SoftSearch
|
|
6 can identify and call SVs including deletions, insertions, translocations, inversions, and tandem duplications
|
|
7 --SoftSearch requires two inputs: a BAM file of aligned reads and fasta file of the reference genome to which the reads
|
|
8 were aligned.
|
28
|
9
|
|
10 Google Code Link:
|
|
11
|
|
12 https://code.google.com/p/softsearch/
|
|
13
|
|
14 ------------------------------------------------------------------------------------------------------------------
|
|
15 Pre-Requirement:
|
|
16
|
|
17 -Perl
|
|
18 -Bedtools
|
|
19 -SamTools
|
29
|
20 Must be accessible from the PATH environment variable
|
28
|
21
|
|
22 ------------------------------------------------------------------------------------------------------------------
|
29
|
23 How To Select fasta file from Database (Additional Configuration):
|
28
|
24
|
29
|
25 --A fasta_indexes.loc file must be located in shed_tools/toolshed.g2.bx.psu.edu/repos/plus91-technologies/softsearch/
|
28
|
26 8578d978014c/softsearch/tool-data/
|
|
27
|
29
|
28 --open the fasta_indexes.loc file and add an entry according to the example below
|
28
|
29
|
|
30 <unique_build_id> <dbkey> <display_name> <file_base_path>
|
|
31
|
|
32 eg: hg19full hg19 Human (Homo sapiens): hg19 Full /depot/data2/galaxy/hg19/sam/hg19full.fa
|
|
33
|
29
|
34 --open shed_tool_data_table_conf.xml file and add the following
|
28
|
35
|
|
36 <tables>
|
|
37 <table name="fasta_indexes" comment_char="#">
|
|
38 <columns>value, dbkey, name, path</columns>
|
|
39 <file path="/path/to/fasta_indexes.loc" />
|
|
40 </table>
|
|
41 </tables>
|
|
42
|
|
43 ------------------------------------------------------------------------------------------------------------------
|
|
44 Authors:
|
|
45
|
|
46 ResearchDx
|
|
47 http://researchdx.com
|
|
48
|
|
49 Plus91 Technologies Private Limited
|
|
50 http://www.plus91.in/
|