annotate tools/visualization/LAJ.xml @ 1:cdcb0ce84a1b

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:45:15 -0500
parents 9071e359b9a3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
1 <tool id="laj_1" name="LAJ">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <description>Pairwise Alignment Viewer</description>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 <command interpreter="python">LAJ.py $maf_input $out_file1</command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
4 <inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
5 <param name="maf_input" type="data" format="lav" label="Alignment File" optional="False"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 <param name="seq_file1" type="data" format="fasta" label="First Sequence File" optional="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 <param name="seq_file2" type="data" format="fasta" label="Second Sequence File" optional="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 <param name="exonfile" type="data" format="txt" label="Exon File" optional="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 <param name="repeatfile" type="data" format="txt" label="Repeat File" optional="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <param name="annotationfile" type="data" format="txt" label="Annotation File" optional="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 <param name="underlayfile" type="data" format="txt" label="Underlay File" optional="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 <param name="highlightfile" type="data" format="txt" label="Highlight File" optional="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 <data name="out_file1" format="laj"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 You can use this tool to view a set of LAV alignments. You may include FASTA formatted sequences for both species.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 For detailed information on LAJ, click here_.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 .. _here: http://globin.cse.psu.edu/dist/laj/
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24 Laj is a tool for viewing and manipulating the output from pairwise alignment programs such as blastz. It can display interactive dotplot, pip, and text representations of the alignments, a diagram showing the locations of exons and repeats, and annotation links to other web sites containing additional information about particular regions.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26 .. class:: infomark
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28 **Note:** If you save output from the applet, you will need to manually refresh your history.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
30 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
31 <code file="LAJ_code.py"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
32 </tool>