Mercurial > repos > earlhaminst > t_coffee_to_cigar
comparison t_coffee_to_cigar.xml @ 0:304d1a82708f draft default tip
planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/t_coffee_to_cigar commit e24b91d3051c422ee2a20caf8bb12f0896e2c84a-dirty
author | earlhaminst |
---|---|
date | Fri, 11 Nov 2016 06:57:26 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:304d1a82708f |
---|---|
1 <tool id="t_coffee_to_cigar" name="T-Coffee to CIGAR" version="0.2.0"> | |
2 <description> | |
3 Converts T-Coffee FASTA alignments to CIGAR strings | |
4 </description> | |
5 <command> | |
6 <![CDATA[ | |
7 perl $__tool_directory__/t_coffee_to_cigar.pl | |
8 $input | |
9 > $output | |
10 ]]> | |
11 </command> | |
12 | |
13 <inputs> | |
14 <param name="input" type="data" format="fasta" label="FASTA alignments from T-Coffee" /> | |
15 </inputs> | |
16 | |
17 <outputs> | |
18 <data name="output" format="tabular" label="${tool.name} on ${on_string}" /> | |
19 </outputs> | |
20 | |
21 <tests> | |
22 <test> | |
23 <param name="input" ftype="fasta" value="input.fasta" /> | |
24 <output name="output" file="out.tabular" /> | |
25 </test> | |
26 </tests> | |
27 | |
28 <help> | |
29 <![CDATA[ | |
30 Simple tool to convert FASTA alignments produced by T-Coffee to CIGAR format. | |
31 ]]> | |
32 </help> | |
33 <citations> | |
34 </citations> | |
35 </tool> |