Mercurial > repos > eric-rasche > apollo
view create_account.xml @ 7:f9a6e151b3b4 draft
planemo upload for repository https://github.com/TAMU-CPT/galaxy-webapollo commit 52b9e5bf6a6efb09a5cb845ee48703651c644174
author | eric-rasche |
---|---|
date | Tue, 27 Jun 2017 04:05:17 -0400 |
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>