comparison augustus_training.xml @ 6:dc027fa56d55 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit a5c4068d1515fc946d1ee7caf66cc59c9938a124"
author iuc
date Thu, 26 Aug 2021 20:35:53 +0000
parents 6519ebe25019
children
comparison
equal deleted inserted replaced
5:7be22100e5e1 6:dc027fa56d55
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="augustus_training" name="Train Augustus" profile="16.04" version="@VERSION@"> 2 <tool id="augustus_training" name="Train Augustus" profile="16.04" version="@VERSION@+galaxy@SUFFIX_VERSION@">
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 <expand macro="requirements"> 7 <expand macro="requirements">
8 <requirement type="package" version="2.31.10">maker</requirement> 8 <requirement type="package" version="2.31.10">maker</requirement>
9 </expand> 9 </expand>
10 <command><![CDATA[ 10 <command><![CDATA[
11 cp -r `which augustus | xargs dirname`/../config/ augustus_dir/ && 11 cp -r `command -v augustus | xargs dirname`/../config/ augustus_dir/ &&
12 12
13 export AUGUSTUS_CONFIG_PATH=`pwd`/augustus_dir/ && 13 export AUGUSTUS_CONFIG_PATH=`pwd`/augustus_dir/ &&
14 14
15 maker2zff '${maker_gff}' && 15 maker2zff '${maker_gff}' &&
16 16