Mercurial > repos > bgruening > augustus_training
comparison augustus_training.xml @ 1:1fbb1135da16 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
author | iuc |
---|---|
date | Fri, 10 May 2019 08:52:20 -0400 |
parents | 86c89c3bd99d |
children | 0d425a4b6896 |
comparison
equal
deleted
inserted
replaced
0:86c89c3bd99d | 1:1fbb1135da16 |
---|---|
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@+galaxy1"> |
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.9">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 "\$AUGUSTUS_CONFIG_PATH/" augustus_dir/ && | 11 cp -r "\$AUGUSTUS_CONFIG_PATH/" augustus_dir/ && |
12 | 12 |
13 export AUGUSTUS_CONFIG_PATH=`pwd`/augustus_dir/ && | 13 export AUGUSTUS_CONFIG_PATH=`pwd`/augustus_dir/ && |