comparison create_account.xml @ 0:6002cc0df04e draft

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