comparison create_account.xml @ 3:d4ae83dedb14 draft

planemo upload for repository https://github.com/TAMU-CPT/galaxy-webapollo commit 4ac38d0b6dba1183f3e78eb5c224c7051064b4a5
author eric-rasche
date Thu, 12 Jan 2017 11:52:28 -0500
parents 6002cc0df04e
children
comparison
equal deleted inserted replaced
2:c8e16c8eff98 3:d4ae83dedb14
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="edu.tamu.cpt2.webapollo.create_account" name="WA2: Register Account" version="1.5"> 2 <tool id="edu.tamu.cpt2.webapollo.create_account" name="Register Account" version="3.0">
3 <description>registers a new account with WebApollo</description> 3 <description>with Apollo</description>
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
8 <command detect_errors="aggressive"><![CDATA[ 8 <command detect_errors="aggressive"><![CDATA[
9 python $__tool_directory__/create_account.py 9 python $__tool_directory__/create_account.py
10 10
11 @AUTH@ 11 @ADMIN_AUTH@
12 12
13 $__user_email__ 13 $__user_email__
14 14
15 --first "$first" 15 --first "$first"
16 --last "$last" 16 --last "$last"
18 <inputs> 18 <inputs>
19 <param name="first" type="text" label="First Name" /> 19 <param name="first" type="text" label="First Name" />
20 <param name="last" type="text" label="Last Name" /> 20 <param name="last" type="text" label="Last Name" />
21 </inputs> 21 </inputs>
22 <outputs> 22 <outputs>
23 <data format="txt" name="output" label="WebApollo Credentials"/> 23 <data format="txt" name="output" label="Apollo Credentials"/>
24 </outputs> 24 </outputs>
25 <help><![CDATA[ 25 <help><![CDATA[
26 **What it does** 26 **What it does**
27 27
28 Registers an account with WebApollo. Just click run, then view 28 Registers an account with Apollo. Just click run, then view
29 the output file for your password. 29 the output file for your password.
30 30
31 @REFERENCES@ 31 @REFERENCES@
32 ]]></help> 32 ]]></help>
33 </tool> 33 </tool>