comparison GAFA.xml @ 5:c388666f58e0 draft

planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/GAFA/ commit f5c5f3d6ce676937f5c673ec7fc0631a9f490dc2
author earlhaminst
date Fri, 24 Mar 2017 12:14:31 -0400
parents 117fc7414307
children
comparison
equal deleted inserted replaced
4:117fc7414307 5:c388666f58e0
1 <tool id="gafa" name="Gene Align and Family Aggregator" version="0.3.0"> 1 <tool id="gafa" name="Gene Align and Family Aggregator" version="0.3.0">
2 <description>generates an SQLite database that can be visualised with Aequatus</description> 2 <description>generates an SQLite database that can be visualised with Aequatus</description>
3 <command> 3 <command detect_errors="exit_code">
4 <![CDATA[ 4 <![CDATA[
5 python '$__tool_directory__/GAFA.py' 5 python '$__tool_directory__/GAFA.py'
6 #for $dataset in $treeFile: 6 #for $dataset in $treeFile:
7 -t '$dataset' 7 -t '$dataset'
8 #end for 8 #end for