comparison fastani.xml @ 1:3c6e0e8df873 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastani commit 2510af3d8a6e812e211ea9fa1ebf42259b7c27f0
author iuc
date Sat, 18 May 2024 15:26:00 +0000
parents 2c7ac12ad75a
children
comparison
equal deleted inserted replaced
0:2c7ac12ad75a 1:3c6e0e8df873
1 <tool id="fastani" name="FastANI" version="@VERSION@"> 1 <tool id="fastani" name="FastANI" version="@VERSION@">
2 <description> fast alignment-free computation of whole-genome Average Nucleotide Identity</description> 2 <description> fast alignment-free computation of whole-genome Average Nucleotide Identity</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="xrefs"/>
6 <expand macro="requirements" /> 7 <expand macro="requirements" />
7 <version_command>fastANI --version</version_command> 8 <version_command>fastANI --version</version_command>
8 <command detect_errors="exit_code"> 9 <command detect_errors="exit_code">
9 <![CDATA[ 10 <![CDATA[
10 #import re 11 #import re