comparison drep_compare.xml @ 6:dfe6041879b9 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit bf3d3fb4a7c0ad2c6942955783bf15cda7754b28
author iuc
date Mon, 13 Jan 2025 12:44:44 +0000
parents 7de8436f7f97
children a77aa8570964
comparison
equal deleted inserted replaced
5:8beaa302efdd 6:dfe6041879b9
1 <tool id="drep_compare" name="dRep compare" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@" python_template_version="3.5"> 1 <tool id="drep_compare" name="dRep compare" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description>compare a list of genomes</description> 2 <description>compare a list of genomes</description>
3 <expand macro="biotools" />
4 <macros> 3 <macros>
5 <import>macros.xml</import> 4 <import>macros.xml</import>
6 </macros> 5 </macros>
7 <expand macro="requirements" /> 6 <expand macro="biotools" />
7 <expand macro="requirements" />
8 <command detect_errors="exit_code"><![CDATA[ 8 <command detect_errors="exit_code"><![CDATA[
9 @PREPARE_GENOMES@ 9 @PREPARE_GENOMES@
10 dRep compare outdir 10 dRep compare outdir
11 @GENOMES@ 11 @GENOMES@
12 @COMPARISON_CLUSTERING_OPTIONS@ 12 @COMPARISON_CLUSTERING_OPTIONS@