Mercurial > repos > earlhaminst > ete
comparison ete_mod.xml @ 14:d40b9a7debe5 draft default tip
planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/ete commit 71b9c1035f713be174bfcf5ecb20804495f39258
author | earlhaminst |
---|---|
date | Thu, 07 Mar 2024 19:39:30 +0000 |
parents | 077021c45b96 |
children |
comparison
equal
deleted
inserted
replaced
13:ed74587a13c8 | 14:d40b9a7debe5 |
---|---|
1 <tool id="ete3_mod" name="ETE mod" version="@VERSION@"> | 1 <tool id="ete3_mod" name="ETE mod" version="@VERSION@"> |
2 <description>manipulates tree topology by rooting, pruning or sorting branches</description> | 2 <description>manipulates tree topology by rooting, pruning or sorting branches</description> |
3 <macros> | 3 <macros> |
4 <import>ete_macros.xml</import> | 4 <import>ete_macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="bio_tools"/> | |
6 <expand macro="requirements" /> | 7 <expand macro="requirements" /> |
7 <command detect_errors="exit_code"><![CDATA[ | 8 <command detect_errors="exit_code"><![CDATA[ |
8 ete3 mod -t | 9 ete3 mod -t |
9 #for $input_tree in $input_trees: | 10 #for $input_tree in $input_trees: |
10 '$input_tree' | 11 '$input_tree' |