Changeset 448:443ee38f26aa
- Timestamp:
- 07/17/07 11:27:54
(1 year ago)
- Author:
- Anton Nekrutenko <anton@bx.psu.edu>
- branch:
- default
- convert_revision:
- svn:9bcadc22-80f8-0310-8a53-c8f022958886/galaxy/trunk@1757
- Message:
axt and lav converters are not needed in tool_conf.xml.main at the moment
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r447 |
r448 |
|
| 58 | 58 | <tool file="filters/gff2bed.xml" /> |
|---|
| 59 | 59 | <tool file="filters/bed2gff.xml" /> |
|---|
| 60 | | <tool file="filters/axt_to_fasta.xml" /> |
|---|
| | 60 | <!-- <tool file="filters/axt_to_fasta.xml" /> |
|---|
| 61 | 61 | <tool file="filters/axt_to_concat_fasta.xml" /> |
|---|
| 62 | 62 | <tool file="filters/axt_to_lav.xml" /> |
|---|
| 63 | | <tool file="filters/lav_to_bed.xml" /> |
|---|
| | 63 | <tool file="filters/lav_to_bed.xml" /> --> |
|---|
| 64 | 64 | </section> |
|---|
| 65 | 65 | <section name="Extract Features" id="features"> |
|---|