Mercurial > repos > gga > chado_feature_load_go
comparison feature_load_go.xml @ 6:0ff787a87407 draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit bc69ce09372c8c2701b726c326e671af279adb4d
author | gga |
---|---|
date | Thu, 11 Jul 2019 08:37:28 -0400 |
parents | bde9421d7918 |
children | fd8417b7e190 |
comparison
equal
deleted
inserted
replaced
5:bde9421d7918 | 6:0ff787a87407 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="feature_load_go" name="Chado load GO annotation" version="@WRAPPER_VERSION@.0"> | 2 <tool id="feature_load_go" name="Chado load GO annotation" version="@WRAPPER_VERSION@.1"> |
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"/> |
27 | 27 |
28 $skip_missing | 28 $skip_missing |
29 | 29 |
30 > '$results' | 30 > '$results' |
31 | 31 |
32 && @ZIP_PSQL@ | 32 @ZIP_PSQL@ |
33 ]]></command> | 33 ]]></command> |
34 <inputs> | 34 <inputs> |
35 <expand macro="psql_target"/> | 35 <expand macro="psql_target"/> |
36 <!-- arguments --> | 36 <!-- arguments --> |
37 <param name="input" label="GO annotation" argument="input" type="data" format="tabular" help="Path to the GO annotation file to load" /> | 37 <param name="input" label="GO annotation" argument="input" type="data" format="tabular" help="Path to the GO annotation file to load" /> |