comparison busco.xml @ 5:1440ae06552f draft

planemo upload commit 85b6db2b28551a663821655c13134b47290140d2
author iuc
date Mon, 13 May 2019 09:17:19 -0400
parents 5ecdeca79a0d
children 1e62c28ba91d
comparison
equal deleted inserted replaced
4:5ecdeca79a0d 5:1440ae06552f
1 <tool id="busco" name="Busco" version="@TOOL_VERSION@+galaxy0"> 1 <tool id="busco" name="Busco" version="@TOOL_VERSION@+galaxy1">
2 <description>assess genome assembly and annotation completeness</description> 2 <description>assess genome assembly and annotation completeness</description>
3 <macros> 3 <macros>
4 <token name="@TOOL_VERSION@">3.0.2</token> 4 <token name="@TOOL_VERSION@">3.0.2</token>
5 </macros> 5 </macros>
6 <requirements> 6 <requirements>
7 <requirement type="package" version="@TOOL_VERSION@">busco</requirement> 7 <requirement type="package" version="@TOOL_VERSION@">busco</requirement>
8 <requirement type="package" version="3.5.1">r-base</requirement> 8 <requirement type="package" version="3.5.1">r-base</requirement>
9 <requirement type="package" version="3.3.2">augustus</requirement>
9 </requirements> 10 </requirements>
10 <command><![CDATA[ 11 <command><![CDATA[
11 export BUSCO_CONFIG_FILE='busco_config.ini' && 12 export BUSCO_CONFIG_FILE='busco_config.ini' &&
12 if [ -z "\$AUGUSTUS_CONFIG_PATH" ] ; then BUSCO_PATH=\$(dirname \$(which run_BUSCO.py)) ; export AUGUSTUS_CONFIG_PATH=\$(realpath \${BUSCO_PATH}/../config) ; fi && 13 if [ -z "\$AUGUSTUS_CONFIG_PATH" ] ; then BUSCO_PATH=\$(dirname \$(which run_BUSCO.py)) ; export AUGUSTUS_CONFIG_PATH=\$(realpath \${BUSCO_PATH}/../config) ; fi &&
13 cp -r "\$AUGUSTUS_CONFIG_PATH/" augustus_dir/ && 14 cp -r "\$AUGUSTUS_CONFIG_PATH/" augustus_dir/ &&