comparison drep_compare.xml @ 6:9902c85117a4 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 583548ea40e0f811de8dd7334164a1c54610a80f
author iuc
date Sun, 19 May 2024 16:15:59 +0000
parents 7157accd23d0
children
comparison
equal deleted inserted replaced
5:ffeabd4e2c1b 6:9902c85117a4
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@