view feature_delete_orphans.xml @ 1:7f4be07e1f7a draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 35c5eff77b573a66f3611b4906417df9a440c857
author gga
date Tue, 05 Mar 2019 05:23:57 -0500
parents c896d510ebd8
children
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>