Mercurial > repos > eric-rasche > apollo
view create_account.xml @ 8:df7a90763b3c draft default tip
planemo upload for repository https://github.com/TAMU-CPT/galaxy-webapollo commit 37aa8fa02c144220da9a3899644025b8c19697c9
| author | eric-rasche |
|---|---|
| date | Tue, 27 Jun 2017 04:13:27 -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>
