Changeset 1239:332c8b86c4ef
- Timestamp:
- 04/28/08 16:01:48
(8 months ago)
- Author:
- Greg Von Kuster <greg@bx.psu.edu>
- branch:
- default
- convert_revision:
- svn:9bcadc22-80f8-0310-8a53-c8f022958886/galaxy/trunk@2600
- Message:
Added short read analysis tool section to tool_conf.xml.main
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1080 |
r1239 |
|
| 237 | 237 | <tool file="emboss_5/emboss_wordcount.xml" /> |
|---|
| 238 | 238 | <tool file="emboss_5/emboss_wordmatch.xml" /> |
|---|
| 239 | | </section> |
|---|
| | 239 | </section> |
|---|
| | 240 | <section name="Short Read Analysis" id="short_read_analysis"> |
|---|
| | 241 | <tool file="metag_tools/short_reads_figure_score.xml" /> |
|---|
| | 242 | <tool file="metag_tools/short_reads_trim_seq.xml" /> |
|---|
| | 243 | <tool file="metag_tools/megablast_wrapper.xml" /> |
|---|
| | 244 | <tool file="metag_tools/megablast_xml_parser.xml" /> |
|---|
| | 245 | </section> |
|---|
| 240 | 246 | </toolbox> |
|---|