Mercurial > repos > gga > chado_feature_delete_features
comparison feature_delete_features.xml @ 11:926dbc8a33a1 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:35:20 -0400 |
parents | 52fe2a335964 |
children | ccda382b5c8a |
comparison
equal
deleted
inserted
replaced
10:52fe2a335964 | 11:926dbc8a33a1 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="feature_delete_features" name="Chado features delete" version="@WRAPPER_VERSION@.0"> | 2 <tool id="feature_delete_features" name="Chado features delete" 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 <expand macro="requirements"/> | 7 <expand macro="requirements"/> |
24 --uniquename '$uniquename' | 24 --uniquename '$uniquename' |
25 #end if | 25 #end if |
26 | 26 |
27 | jq -S . > '$results' | 27 | jq -S . > '$results' |
28 | 28 |
29 && @ZIP_PSQL@ | 29 @ZIP_PSQL@ |
30 ]]></command> | 30 ]]></command> |
31 <inputs> | 31 <inputs> |
32 <expand macro="psql_target"/> | 32 <expand macro="psql_target"/> |
33 <!-- options --> | 33 <!-- options --> |
34 <param argument="--organism" type="select" dynamic_options="list_organisms()" label="Organism" /> | 34 <param argument="--organism" type="select" dynamic_options="list_organisms()" label="Organism" /> |