comparison augustus_training.xml @ 7:f1e653756174 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit fbd55928544683a7f7e6e10dadabe698bc71b0e4
author iuc
date Fri, 04 Oct 2024 11:32:17 +0000
parents dc027fa56d55
children
comparison
equal deleted inserted replaced
6:dc027fa56d55 7:f1e653756174
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="augustus_training" name="Train Augustus" profile="16.04" version="@VERSION@+galaxy@SUFFIX_VERSION@"> 2 <tool id="augustus_training" name="Train Augustus" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
3 <description>ab-initio gene predictor</description> 3 <description>ab-initio gene predictor</description>
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <xrefs>
8 <xref type="bio.tools">augustus</xref>
9 </xrefs>
7 <expand macro="requirements"> 10 <expand macro="requirements">
8 <requirement type="package" version="2.31.10">maker</requirement> 11 <requirement type="package" version="2.31.10">maker</requirement>
9 </expand> 12 </expand>
10 <command><![CDATA[ 13 <command><![CDATA[
11 cp -r `command -v augustus | xargs dirname`/../config/ augustus_dir/ && 14 cp -r `command -v augustus | xargs dirname`/../config/ augustus_dir/ &&