diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/create_account.xml	Tue May 03 13:38:55 2016 -0400
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+<tool id="edu.tamu.cpt2.webapollo.create_account" name="WA2: Register Account" version="1.5">
+  <description>registers a new account with WebApollo</description>
+  <macros>
+    <import>macros.xml</import>
+  </macros>
+  <expand macro="requirements"/>
+  <command detect_errors="aggressive"><![CDATA[
+python $__tool_directory__/create_account.py
+
+@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="WebApollo Credentials"/>
+  </outputs>
+  <help><![CDATA[
+**What it does**
+
+Registers an account with WebApollo. Just click run, then view
+the output file for your password.
+
+@REFERENCES@
+      ]]></help>
+</tool>