view list_organisms.xml @ 5:7610987e0c48 draft

planemo upload for repository https://github.com/TAMU-CPT/galaxy-webapollo commit 29795b77c0d5c7894219b018a92c5ee7818096c3
author eric-rasche
date Wed, 01 Mar 2017 22:39:58 -0500
parents d4ae83dedb14
children
line wrap: on
line source

<?xml version="1.0"?>
<tool id="edu.tamu.cpt2.webapollo.list_organism" name="List Organisms" version="3.0">
  <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"/>
  </outputs>
  <help><![CDATA[
**What it does**

Lists organism in Apollo

@REFERENCES@
      ]]></help>
</tool>