Mercurial > repos > iuc > last
comparison maf-convert.xml @ 7:eca7ac1eb423 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit ddb5e058a7877e627ed24ef8cb9a046ccb450cb4
author | iuc |
---|---|
date | Mon, 23 Oct 2023 20:45:02 +0000 |
parents | 19c265784f35 |
children |
comparison
equal
deleted
inserted
replaced
6:19c265784f35 | 7:eca7ac1eb423 |
---|---|
1 <tool id="last_maf_convert" name="MAF-convert" version="@TOOL_VERSION@+galaxy0" profile="20.01"> | 1 <tool id="last_maf_convert" name="MAF-convert" version="@TOOL_VERSION@+galaxy1" profile="20.01"> |
2 | |
3 <description>read MAF-format alignments and write them in another format.</description> | 2 <description>read MAF-format alignments and write them in another format.</description> |
4 <expand macro="bio_tools"/> | |
5 <macros> | 3 <macros> |
6 <import>macros_last.xml</import> | 4 <import>macros_last.xml</import> |
7 </macros> | 5 </macros> |
8 | 6 <expand macro="bio_tools"/> |
9 <requirements> | 7 <expand macro="requirements"/> |
10 <requirement type="package" version="@TOOL_VERSION@">last</requirement> | |
11 </requirements> | |
12 | |
13 <command detect_errors="exit_code"><![CDATA[ | 8 <command detect_errors="exit_code"><![CDATA[ |
14 maf-convert | 9 maf-convert |
15 | 10 |
16 $maf_convert.output_type.output_format | 11 $maf_convert.output_type.output_format |
17 | 12 |