view expression_sync_biomaterials.xml @ 0:030d63ede604 draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 690532f4a8e36a334b2d4e15b832532fc1bb8d39
author gga
date Mon, 25 Feb 2019 06:16:27 -0500
parents
children a99a330e05be
line wrap: on
line source

<?xml version="1.0"?>
<tool id="expression_sync_biomaterials" name="Synchronize biomaterials" version="@WRAPPER_VERSION@.0">
 <description>from Chado to Tripal</description>
    <macros>
        <import>macros.xml</import>
    </macros>
    <expand macro="requirements"/>
    <command detect_errors="aggressive"><![CDATA[
@AUTH@

tripaille expression sync_biomaterials

#if $ids:
  --ids '$ids'
#end if

&&

echo "Data loaded" > $results
]]></command>
    <inputs>
        <!-- arguments -->

        <!-- options -->
        <param name="ids" label="Ids" argument="ids" type="text" help="List of ids of biomaterials to be synced (default: all)" />

    </inputs>
    <outputs>
        <data format="txt" name="results"/>
    </outputs>
    <help>
Synchronize some biomaterials

@HELP@
    </help>
</tool>