Mercurial > repos > gga > chado_feature_load_gff
comparison feature_load_gff.xml @ 12:ab5ac677d9c6 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:38:28 -0400 |
parents | 1282f881e3bf |
children | 001882d72252 |
comparison
equal
deleted
inserted
replaced
11:1282f881e3bf | 12:ab5ac677d9c6 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="feature_load_gff" name="Chado load gff" version="@WRAPPER_VERSION@.0"> | 2 <tool id="feature_load_gff" name="Chado load gff" 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"/> |
41 | 41 |
42 --quiet | 42 --quiet |
43 | 43 |
44 > '$results' | 44 > '$results' |
45 | 45 |
46 && @ZIP_PSQL@ | 46 @ZIP_PSQL@ |
47 ]]></command> | 47 ]]></command> |
48 <inputs> | 48 <inputs> |
49 <expand macro="psql_target"/> | 49 <expand macro="psql_target"/> |
50 <!-- arguments --> | 50 <!-- arguments --> |
51 <param name="gff" label="Gff" argument="gff" type="data" format="gff" help="Path to the Fasta file to load" /> | 51 <param name="gff" label="Gff" argument="gff" type="data" format="gff" help="Path to the Fasta file to load" /> |