comparison feature_delete_orphans.xml @ 0:c896d510ebd8 draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
author gga
date Mon, 25 Feb 2019 06:30:27 -0500
parents
children 7f4be07e1f7a
comparison
equal deleted inserted replaced
-1:000000000000 0:c896d510ebd8
1 <?xml version="1.0"?>
2 <tool id="feature_delete_orphans" name="Delete orphan features" version="@WRAPPER_VERSION@.0">
3 <description>from Tripal</description>
4 <macros>
5 <import>macros.xml</import>
6 </macros>
7 <expand macro="requirements"/>
8 <command detect_errors="aggressive"><![CDATA[
9 @AUTH@
10
11 tripaille feature delete_orphans
12
13 &&
14
15 echo "Data loaded" > $results
16 ]]></command>
17 <inputs>
18 </inputs>
19 <outputs>
20 <data format="txt" name="results"/>
21 </outputs>
22 <help>
23 Delete orphans Drupal feature nodes
24
25 @HELP@
26 </help>
27 </tool>