annotate MUMmer/mummer_utilities_tool.xml @ 0:61f30d177448 default tip

initial commit on Mummer toolsuite on toolshed
author eric
date Tue, 31 Mar 2015 14:19:49 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
1 <tool id="mummer_utilities_tool" name="MUMmer utilities" version="0.9.alx" force_history_refresh="True">
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
2 <description>: Show and filter on sequence delta file</description>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
3 <command>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
4 <!-- update this path to the installed location -->
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
5 $tool.cmd
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
6 $cmd_extra
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
7 $input_delta
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
8 #if $tool.cmd=="show-aligns":
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
9 $tool.aligns1
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
10 $tool.aligns2
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
11 #end if
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
12 > $out_tool
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
13 </command>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
14 <inputs>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
15 <conditional name="tool">
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
16 <param name="cmd" type="select" value="show-snps" label="MUMmer utility" help="Utilities are run with default parameters (none). For utility specific args see help below" >
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
17 <option value="show-snps">show SNPs</option>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
18 <option value="show-tiling">show tiling</option>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
19 <option value="show-diff">show diff</option>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
20 <option value="show-coords">show coords</option>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
21 <option value="show-aligns">show aligns</option>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
22 <option value="delta-filter">delta filter</option>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
23 </param>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
24 <when value="show-aligns">
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
25 <param name="aligns1" type="text" size="40" value="" label="IdR" help="the FastA header tag of the desired reference sequence" />
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
26 <param name="aligns2" type="text" size="40" value="" label="IdQ" help="the FastA header tag of the desired query sequence" />
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
27 </when>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
28 <when value="show-snps" />
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
29 <when value="show-tiling" />
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
30 <when value="show-coords" />
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
31 <when value="show-diff" />
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
32 <when value="delta-filter" />
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
33 </conditional>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
34 <param name="input_delta" type="data" format="tabular" label="MUMmer delta file" />
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
35 <param name="cmd_extra" type="text" size="40" value="" label="Extra cmd line options" help="see specific cmd line options below for each tool" />
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
36 </inputs>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
37 <outputs>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
38 <data name="out_tool" format="text" />
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
39 </outputs>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
40 <requirements>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
41 <!-- <requirement type="set_environment" version="3.23">MUMMER_PATH</requirement> -->
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
42 <requirement type="package" version="4.6.4">gnuplot</requirement>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
43 <requirement type="package" version="3.23">mummer</requirement>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
44 </requirements>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
45 <tests>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
46 <test>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
47 </test>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
48 </tests>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
49 <help>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
50 |
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
51
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
52
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
53 **Reference**
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
54 =============
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
55
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
56 - **MUMmer_utilities Galaxy tool wrapper:** Alex Bossers, CVI of Wageningen UR, The Netherlands.
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
57
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
58 - **MUMmer utilities running on MUMmer delta file:** http://mummer.sourceforge.net/manual
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
59
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
60 - **MUMmer tutorials:** http://mummer.sourceforge.net/examples/
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
61
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
62 If you found these tools/wrappers usefull in your research, please acknowledge our work. If you improve
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
63 or modify the wrappers please add instead of substitute yourself into the acknowlegement section :)
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
64
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
65
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
66 **MUMmer Utilities**
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
67 ====================
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
68
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
69 All tools are using the MUMmer generated DELTA file! Additional arguments are only required for show-aligns.
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
70
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
71 Show-coords
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
72 -----------
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
73
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
74 show-coords parses the delta alignment output of NUCmer and PROmer, and displays summary
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
75 information such as position, percent identity and so on, of each alignment. It is the most
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
76 commonly used tool for analyzing the delta files. *Usually the -r is used to sort lines by reference*
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
77
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
78
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
79 Show-tiling
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
80 -----------
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
81
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
82 show-tiling attempts to construct a tiling path out of the query contigs as mapped to the reference
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
83 sequences. Given the delta alignment information of a few long reference sequences and many small
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
84 query contigs, show-tiling will determine the best mapped location of each query contig. Note that
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
85 each contig may only be tiled once, so repetitive regions may cause this program some difficulty.
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
86 This program is useful for aiding in the scaffolding and closure of an unfinished set of contigs,
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
87 if a suitable, high similarity reference genome is available. Or, if using PROmer, show-tiling will
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
88 help in the identification of syntenic regions and their contig's mapping to the references.
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
89
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
90 This program is not suitable for "many vs. many" assembly comparisons, however a new tool based on
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
91 the concepts of show-tiling should be available in the near future that will facilitate the mapping
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
92 of assembly contigs.
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
93
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
94
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
95 Show-snps
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
96 ---------
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
97
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
98 show-snps is a utility program for reporting polymorphisms contained in a delta encoded alignment
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
99 file output by NUCmer or PROmer. It catalogs all of the single nucleotide polymorphisms (SNPs) and
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
100 insertions/deletions within the delta file alignments. Polymorphisms are reported one per line, in
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
101 a delimited fashion similar to show-coords. Pairing this program with the appropriate MUMmer tools
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
102 can create an easy to use SNP pipeline for the rapid identification of putative SNPs between any
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
103 two sequence sets, as demonstrated in the manual SNP detection section.
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
104
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
105
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
106 Show-diff
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
107 ---------
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
108
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
109 Outputs a list of structural differences for each sequence in
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
110 the reference and query, sorted by position. For a reference
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
111 sequence R, and its matching query sequence Q, differences are
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
112 categorized as GAP (gap between two mutually consistent alignments),
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
113 DUP (inserted duplication), BRK (other inserted sequence), JMP
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
114 (rearrangement), INV (rearrangement with inversion), SEQ
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
115 (rearrangement with another sequence). The first five columns of
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
116 the output are seq ID, feature type, feature start, feature end,
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
117 and feature length. Additional columns are added depending on the
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
118 feature type. Negative feature lengths indicate overlapping adjacent
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
119 alignment blocks.
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
120 ::
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
121
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
122 IDR GAP gap-start gap-end gap-length-R gap-length-Q gap-diff
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
123 IDR DUP dup-start dup-end dup-length
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
124 IDR BRK gap-start gap-end gap-length
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
125 IDR JMP gap-start gap-end gap-length
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
126 IDR INV gap-start gap-end gap-length
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
127 IDR SEQ gap-start gap-end gap-length prev-sequence next-sequence
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
128
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
129 Positions always reference the sequence with the given ID. The
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
130 sum of the fifth column (ignoring negative values) is the total
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
131 amount of inserted sequence. Summing the fifth column after removing
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
132 DUP features is total unique inserted sequence. Note that unaligned
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
133 sequence are not counted, and could represent additional "unique"
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
134 sequences. See documentation for tips on how to interpret these
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
135 alignment break features.
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
136
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
137
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
138 Show-aligns
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
139 -----------
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
140
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
141 show-aligns parses the delta encoded alignment output of NUCmer and PROmer, and displays
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
142 the pair-wise alignments from the two sequences specified on the command line. It is handy
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
143 for identifying the exact location of errors and looking for SNPs between two sequences.
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
144
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
145
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
146 Delta-filter
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
147 ------------
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
148
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
149 delta-filter is a utility program for the manipulation of the delta encoded alignment files output
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
150 by the NUCmer and PROmer pipelines. It takes a delta file as input and filters the information based
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
151 on the various command line switches, outputting only the desired alignments to stdout. Options to filter by
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
152 alignment length, identity, uniqueness and consistency are provided. Certain combinations of these
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
153 options can greatly reduce the number of unwanted alignments in the delta file, thus making the output
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
154 of programs such as show-coords more comprehendible.
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
155
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
156
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
157
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
158 **CMD line options (specific for each tool!):**
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
159 ===============================================
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
160
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
161 **Show-coords**
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
162
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
163 http://mummer.sourceforge.net/manual/#coords
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
164
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
165 **Show-tiling**
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
166
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
167 http://mummer.sourceforge.net/manual/#tiling
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
168
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
169 **Show-snps**
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
170
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
171 http://mummer.sourceforge.net/manual/#snps
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
172
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
173 **Show-aligns**
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
174
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
175 http://mummer.sourceforge.net/manual/#aligns
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
176
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
177 **Delta-filter**
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
178
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
179 http://mummer.sourceforge.net/manual/#filter
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
180
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
181
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
182 </help>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
183 </tool>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
184