view create_account.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.create_account" name="Register Account" version="3.0">
  <description>with Apollo</description>
  <macros>
    <import>macros.xml</import>
  </macros>
  <expand macro="requirements"/>
  <command detect_errors="aggressive"><![CDATA[
python $__tool_directory__/create_account.py

@ADMIN_AUTH@

$__user_email__

--first "$first"
--last "$last"
> $output]]></command>
  <inputs>
    <param name="first" type="text" label="First Name" />
    <param name="last" type="text" label="Last Name" />
  </inputs>
  <outputs>
    <data format="txt" name="output" label="Apollo Credentials"/>
  </outputs>
  <help><![CDATA[
**What it does**

Registers an account with Apollo. Just click run, then view
the output file for your password.

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