comparison cat_bins.xml @ 1:18676df0cb3a draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cat commit b6c674376eade4fdf9ffb31380f6689ede84a091"
author iuc
date Wed, 08 Jan 2020 13:03:51 -0500
parents 0094893f5001
children 31853794ace2
comparison
equal deleted inserted replaced
0:0094893f5001 1:18676df0cb3a
1 <tool id="cat_bins" name="CAT bins" version="@VERSION@.0"> 1 <tool id="cat_bins" name="CAT bins" version="@VERSION@.1">
2 <description>annotate with taxonomic classification</description> 2 <description>annotate with taxonomic classification</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
34 ]]></command> 34 ]]></command>
35 <inputs> 35 <inputs>
36 <param name="mags" type="data" format="fasta" multiple="true" label="metagenome assembled genomes (MAGs/bins)"/> 36 <param name="mags" type="data" format="fasta" multiple="true" label="metagenome assembled genomes (MAGs/bins)"/>
37 <expand macro="cat_db" /> 37 <expand macro="cat_db" />
38 <expand macro="use_intermediates" /> 38 <expand macro="use_intermediates" />
39 <expand macro="custom_settings" /> 39 <expand macro="custom_settings_bins" />
40 <expand macro="diamond_options" /> 40 <expand macro="diamond_options" />
41 <expand macro="add_names" /> 41 <expand macro="add_names" />
42 <expand macro="summarise" /> 42 <expand macro="summarise" />
43 <expand macro="select_bat_outputs" /> 43 <expand macro="select_bat_outputs" />
44 </inputs> 44 </inputs>