Mercurial > repos > gga > tripal_phylogeny_sync
diff phylogeny_sync.xml @ 0:d1f5c6c38277 draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
author | gga |
---|---|
date | Mon, 06 Aug 2018 04:45:30 -0400 |
parents | |
children | f70a7f06ef30 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phylogeny_sync.xml Mon Aug 06 04:45:30 2018 -0400 @@ -0,0 +1,42 @@ +<?xml version="1.0"?> +<tool id="phylogeny_sync" profile="16.04" name="Synchronize phylogeny data" version="@WRAPPER_VERSION@.1"> + <description>from Chado to Tripal</description> + <macros> + <import>macros.xml</import> + </macros> + <expand macro="requirements"/> + <code file="tripal.py"/> + <expand macro="stdio"/> + <command><![CDATA[ + + @AUTH@ + + tripaille phylogeny sync + + && + + echo "Data loaded" > $results + ]]></command> + <inputs> + <expand macro="wait_for"/> + </inputs> + <outputs> + <data format="json" name="results" label="Synchronize Phylogeny into Tripal" /> + </outputs> + <tests> + <test expect_failure="true"> + <expand macro="test_result" /> + </test> + </tests> + <help><![CDATA[ + @HELP_OVERVIEW@ + + **Synchronize Phylogeny** + + With this tool, you can synchronize phylogeny data from the Chado database into the Tripal instance. + Corresponding Drupal nodes will be created. + + @HELP@ + ]]></help> + <expand macro="citation"/> +</tool>