comparison feature_load_go.xml @ 7:fd8417b7e190 draft

"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 1640878827bdc3870b6f34eded3a3f7571a1849f"
author gga
date Wed, 21 Aug 2019 05:13:40 -0400
parents 0ff787a87407
children
comparison
equal deleted inserted replaced
6:0ff787a87407 7:fd8417b7e190
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="feature_load_go" name="Chado load GO annotation" version="@WRAPPER_VERSION@.1"> 2 <tool id="feature_load_go" name="Chado load GO annotation" version="@WRAPPER_VERSION@">
3 <description></description> 3 <description></description>
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <code file="chado.py"/> 7 <code file="chado.py"/>
8 <expand macro="requirements"/> 8 <expand macro="requirements"/>
9 <command detect_errors="aggressive"><![CDATA[ 9 <command detect_errors="aggressive"><![CDATA[
10 @START_PSQL@ && 10 @START_PSQL@ &&
11 11
12 chakin feature load_go 12 chakin load go
13 '$input' 13 '$input'
14 '$organism_id' 14 '$organism_id'
15 '$analysis_id' 15 '$analysis_id'
16 16
17 --query_type '$query_type' 17 --query_type '$query_type'