view list_organisms.xml @ 9:f26ac3b582e1 draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 49fe23e3fb330234900946352fbc3a86deeeb639
author gga
date Mon, 29 Jul 2019 10:10:25 -0400
parents a3000d01c04c
children bc2b80fc7e30
line wrap: on
line source

<?xml version="1.0"?>
<tool id="list_organism" name="List Organisms" version="@WRAPPER_VERSION@">
  <description>in Apollo</description>
  <macros>
    <import>macros.xml</import>
  </macros>
  <expand macro="requirements"/>
  <command detect_errors="aggressive"><![CDATA[
python $__tool_directory__/list_organisms.py
@ADMIN_AUTH@
$__user_email__
> $output]]></command>
  <inputs>
  </inputs>
  <outputs>
    <data format="json" name="output">
        <discover_datasets pattern="(?P&lt;designation&gt;.+)\.txt" format="tabular" visible="true"/>
    </data>
  </outputs>
  <tests>
      <test expect_failure="true">
          <expand macro="test_result" />
      </test>
  </tests>
  <help><![CDATA[
**What it does**

Lists organism in Apollo

@REFERENCES@
      ]]></help>
  <expand macro="citations"/>
</tool>