view 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
line wrap: on
line source

<?xml version="1.0"?>
<tool id="feature_delete_orphans" name="Delete orphan features" version="@WRAPPER_VERSION@.0">
 <description>from Tripal</description>
    <macros>
        <import>macros.xml</import>
    </macros>
    <expand macro="requirements"/>
    <command detect_errors="aggressive"><![CDATA[
@AUTH@

tripaille feature delete_orphans

&&

echo "Data loaded" > $results
]]></command>
    <inputs>
    </inputs>
    <outputs>
        <data format="txt" name="results"/>
    </outputs>
    <help>
Delete orphans Drupal feature nodes

@HELP@
    </help>
</tool>