Mercurial > repos > gga > tripal_phylogeny_sync
view phylogeny_sync.xml @ 4:0b589628333d draft default tip
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit ea279e5b47cf3d5767328d17b0e40e57b0238ea1"
| author | gga |
|---|---|
| date | Wed, 14 Aug 2019 09:59:29 -0400 |
| parents | 6161095f1a1f |
| children |
line wrap: on
line source
<?xml version="1.0"?> <tool id="phylogeny_sync" profile="16.04" name="Synchronize phylogeny data" version="@WRAPPER_VERSION@.0"> <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>
