annotate tools/visualization/GMAJ.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="gmaj_1" name="GMAJ" version="2.0.1">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <description>Multiple Alignment Viewer</description>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 <command interpreter="python">GMAJ.py $out_file1 $maf_input $gmaj_file $filenames_file</command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
4 <inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
5 <param name="maf_input" type="data" format="maf" label="Alignment File" optional="False">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 <validator type="metadata" check="species_chromosomes" message="Metadata missing, click the pencil icon in the history item and use the auto-detect feature to correct this issue."/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 <param name="refseq" label="Reference Sequence" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 <option value="first" selected="true">First sequence in each block</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <option value="any">Any sequence</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 <repeat name="annotations" title="Annotations">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 <conditional name="annotation_style">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 <param name="style" type="select" label="Annotation Style" help="If your data is not in a style similar to what is available from Galaxy (and the UCSC table browser), choose 'Basic'.">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 <option value="galaxy" selected="true">Galaxy</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 <option value="basic">Basic</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 <when value="galaxy">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 <param name="species" type="select" label="Species" multiple="False">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 <options>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 <filter type="data_meta" ref="maf_input" key="species" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 </options>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24 <param name="exons_file" type="data" format="bed,gff" label="Exons File" optional="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25 <param name="highlights_file" type="data" format="bed,gff" label="Highlights File" optional="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26 <param name="underlays_file" type="data" format="bed,gff" label="Underlays File" optional="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27 <param name="repeats_file" type="data" format="bed,gff" label="Repeats File" optional="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28 <param name="links_file" type="data" format="bed,gff" label="Links File" optional="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29 </when>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
30 <when value="basic">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
31 <param name="seq_name" label="Full Sequence Name" value="" type="text">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
32 <validator type="empty_field" message="You must supply the sequence name"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
33 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
34 <param name="exons_file" type="data" format="bed,gff" label="Exons File" optional="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
35 <param name="highlights_file" type="data" format="bed,gff" label="Highlights File" optional="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
36 <param name="underlays_file" type="data" format="bed,gff" label="Underlays File" optional="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
37 <param name="repeats_file" type="data" format="bed,gff" label="Repeats File" optional="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
38 <param name="links_file" type="data" format="bed,gff" label="Links File" optional="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
39 <param name="offset" label="Offset" value="0" type="integer"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
40 </when>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
41 </conditional>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
42 </repeat>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
43 <param name="nowarn" type="drill_down" display="checkbox" hierarchy="recurse" multiple="true" label="Choose Warnings to Suppress" separator=" " help="These do not affect behavior, only suppress warning messages.">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
44 <options>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
45 <option name="All" value="all">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
46 <option name="MAF File" value="maf">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
47 <option name="Invalid MAF version (maf_version)" value="maf_version"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
48 <option name="Skipping unsupported paragraph (maf_paragraph)" value="maf_paragraph"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
49 <option name="Unrecognized character found in alignment (bad_char_all)" value="bad_char_all"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
50 <option name="Skipping all reconstruction scores: no species specified (recon_noseq)" value="recon_noseq"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
51 <option name="Skipping reconstruction scores in blocks with missing row (recon_missing)" value="recon_missing"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
52 <option name="The first row in some blocks is not the specified reference sequence (refseq_not_first)" value="refseq_not_first"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
53 <option name="Skipping extra MAF File (unused_maf)" value="unused_maf"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
54 </option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
55 <option name="Annotation Files" value="annotations">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
56 <option name="Semantic Assumptions" value="semantics">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
57 <option name="BED Format" value = "bed">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
58 <option name="BED12 blocks are exons (bed_blocks)" value="bed_blocks"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
59 <option name="BED thickstart/thickend designate CDS (bed_thick)" value="bed_thick"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
60 <option name="BED name is gene name when loading exons from BED12 (bed_name)" value="bed_name"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
61 <option name="BED name is gene name when loading exons from exon BED (bed_name_full)" value="bed_name_full"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
62 <option name="BED name's prefix is gene name when loading exons from exon BED (bed_name_prefix)" value="bed_name_prefix"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
63 </option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
64 <option name="GFF group is gene name (gff_group)" value="gff_group"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
65 </option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
66 <option name="Skipped Items" value="skipped">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
67 <option name="Skipping lines in unrecognized format (annot_format)" value="annot_format"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
68 <option name="Skipping lines with no gene name when loading exons (gene_missing)" value="gene_missing"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
69 <option name="Skipping lone CDS start/stop codons when strand is unknown (ambiguous_codon)" value="ambiguous_codon"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
70 <option name="Skipping lines with invalid repeat types (unrec_repeat)" value="unrec_repeat"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
71 <option name="Using 'Other' for missing or incomplete repeat types (repeat_type_missing)" value="repeat_type_missing"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
72 <option name="Ignoring invalid strand fields (bad_strand)" value="bad_strand"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
73 <option name="Ignoring invalid score fields (bad_score)" value="bad_score"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
74 <option name="Ignoring invalid color fields (color_format)" value="color_format"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
75 <option name="Ignoring malformed URLs (bad_url)" value="bad_url"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
76 <option name="Score shading is not yet supported (score_shading)" value="score_shading"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
77 </option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
78 <option name="Red Flags" value="red">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
79 <option name="Assuming that annotations in file ___ are for species ___ (seqname_fix_all)" value="seqname_fix_all"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
80 <option name="BED start or end &lt; 0 (bed_coord)" value="bed_coord"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
81 <option name="GFF start or end &lt; 1 (gff_coord)" value="gff_coord"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
82 <option name="Missing item name for URL substitution (url_subst)" value="url_subst"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
83 </option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
84 </option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
85 <option name="Miscellaneous" value="miscellaneous">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
86 <option name="No refseq specified; assuming 'first' (default_refseq)" value="default_refseq"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
87 <option name="One or more bundle entries are not used in parameters file(unused_entry)" value="unused_entry"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
88 <option name="Skipping blocks for export where reference sequence is hidden or all gaps (export_skip)" value="export_skip"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
89 <option name="Possible parse error: token ends with an escaped quote (escaped_quote)" value="escaped_quote"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
90 <option name="Draggable panel dividers will not be sticky (no_sticky)" value="no_sticky"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
91 <option name="Selecting a large block may be very slow (big_block)" value="big_block"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
92 </option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
93 </option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
94 </options>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
95 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
96 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
97 <configfiles>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
98 <configfile name="gmaj_file">#:gmaj
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
99
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
100 title = "Galaxy: $maf_input.name"
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
101 alignfile = input.maf
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
102 refseq = $refseq
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
103 tabext = .bed .gff .gtf
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
104 #if $nowarn.value:
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
105 nowarn = $nowarn
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
106 #end if
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
107
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
108 #set $seq_count = 0
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
109 #for $annotation_count, $annotation in $enumerate( $annotations ):
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
110 #if $annotation.annotation_style.style == "galaxy":
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
111 #set $species_chromosomes = {}
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
112 #if $maf_input.dataset.metadata.species_chromosomes:
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
113 #for $line in open( $maf_input.dataset.metadata.species_chromosomes.file_name ):
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
114 #set $fields = $line.split( "\t" )
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
115 #if $fields:
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
116 #set $spec = $fields.pop( 0 )
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
117 #set $species_chromosomes[spec] = $fields
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
118 #end if
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
119 #end for
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
120 #end if
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
121 #if $species_chromosomes and $annotation.annotation_style['species'].value in $species_chromosomes and $species_chromosomes[$annotation.annotation_style['species'].value]:
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
122 #set $seq_names = [ "%s.%s" % ( $annotation.annotation_style['species'].value, $chrom ) for $chrom in $species_chromosomes[$annotation.annotation_style['species'].value]]
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
123 #else:
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
124 #set $seq_names = [$annotation.annotation_style['species']]
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
125 #end if
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
126 #else:
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
127 #set $seq_names = [$annotation.annotation_style['seq_name']]
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
128 #end if
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
129 #for $seq_name in $seq_names:
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
130 seq ${seq_count}:
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
131 seqname = $seq_name
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
132 #if $annotation.annotation_style['exons_file'].dataset:
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
133 exons = ${annotation_count}.exons.${annotation.annotation_style['exons_file'].extension}
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
134 #end if
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
135 #if $annotation.annotation_style['repeats_file'].dataset:
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
136 repeats = ${annotation_count}.repeats.${annotation.annotation_style['repeats_file'].extension}
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
137 #end if
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
138 #if $annotation.annotation_style['links_file'].dataset:
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
139 links = ${annotation_count}.links.${annotation.annotation_style['links_file'].extension}
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
140 #end if
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
141 #if $annotation.annotation_style['underlays_file'].dataset:
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
142 underlays = ${annotation_count}.underlays.${annotation.annotation_style['underlays_file'].extension}
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
143 #end if
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
144 #if $annotation.annotation_style['highlights_file'].dataset:
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
145 highlights = ${annotation_count}.highlights.${annotation.annotation_style['highlights_file'].extension}
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
146 #end if
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
147 #if $annotation.annotation_style.style == "basic":
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
148 offset = $annotation.annotation_style['offset']
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
149 #end if
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
150
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
151 #set $seq_count = $seq_count + 1
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
152 #end for
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
153 #end for
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
154 </configfile>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
155 <configfile name="filenames_file">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
156 #for $annotation_count, $annotation in $enumerate( $annotations ):
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
157 #if $annotation.annotation_style['exons_file'].dataset:
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
158 $annotation.annotation_style['exons_file'] = ${annotation_count}.exons.${annotation.annotation_style['exons_file'].extension}
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
159 #end if
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
160 #if $annotation.annotation_style['repeats_file'].dataset:
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
161 $annotation.annotation_style['repeats_file'] = ${annotation_count}.repeats.${annotation.annotation_style['repeats_file'].extension}
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
162 #end if
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
163 #if $annotation.annotation_style['links_file'].dataset:
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
164 $annotation.annotation_style['links_file'] = ${annotation_count}.links.${annotation.annotation_style['links_file'].extension}
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
165 #end if
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
166 #if $annotation.annotation_style['underlays_file'].dataset:
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
167 $annotation.annotation_style['underlays_file'] = ${annotation_count}.underlays.${annotation.annotation_style['underlays_file'].extension}
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
168 #end if
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
169 #if $annotation.annotation_style['highlights_file'].dataset:
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
170 $annotation.annotation_style['highlights_file'] = ${annotation_count}.highlights.${annotation.annotation_style['highlights_file'].extension}
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
171 #end if
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
172 #end for
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
173 </configfile>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
174 </configfiles>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
175 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
176 <data name="out_file1" format="gmaj.zip"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
177 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
178 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
179 .. class:: infomark
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
180
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
181 **Reference Sequence:**
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
182 The default option, &quot;First sequence in each block&quot;, is the correct choice for the vast majority of MAF alignments. The alternative, &quot;Any sequence&quot;, will allow you to flip the blocks to view them with any of the MAF sequences as the reference, but this is only appropriate if the file was generated by a sequence-symmetric alignment program such as TBA_. Using &quot;Any sequence&quot; with an ordinary MAF will **not** give the same results as if that alignment had been run with a different reference sequence.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
183
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
184 .. class:: infomark
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
185
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
186 **Annotation Style:**
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
187 The default style, &quot;Galaxy&quot;, specifies one set of annotations for each species in the MAF file; it assumes that if you have, say, exons for several chromosomes of one species, they are all together in one file. The other style, &quot;Basic&quot;, is more flexible but cumbersome: a separate set of files is specified for each sequence (e.g. chromosome), and you must fill in the full sequence name as it appears in the MAF. The Basic style also allows you to provide a display offset that GMAJ will add to all of the position labels for that sequence. With either style, specifying more than one set of annotations for the same sequence will result in an error message from GMAJ.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
188
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
189 ----
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
190
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
191 **What it does**
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
192
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
193 GMAJ is an interactive viewer for MAF alignments, with support for optional annotation data. In addition to browsing the alignments, you can select and export them according to a variety of criteria and send the output back to your Galaxy history.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
194
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
195 For detailed information on GMAJ, click here_.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
196
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
197 .. _here: /static/gmaj/docs/gmaj_readme.html
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
198 .. _TBA: http://www.bx.psu.edu/miller_lab/
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
199 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
200 </tool>