diff 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
line wrap: on
line diff
--- a/create_account.xml	Tue May 03 13:48:11 2016 -0400
+++ b/create_account.xml	Thu Jan 12 11:52:28 2017 -0500
@@ -1,6 +1,6 @@
 <?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>
+<tool id="edu.tamu.cpt2.webapollo.create_account" name="Register Account" version="3.0">
+  <description>with Apollo</description>
   <macros>
     <import>macros.xml</import>
   </macros>
@@ -8,7 +8,7 @@
   <command detect_errors="aggressive"><![CDATA[
 python $__tool_directory__/create_account.py
 
-@AUTH@
+@ADMIN_AUTH@
 
 $__user_email__
 
@@ -20,12 +20,12 @@
     <param name="last" type="text" label="Last Name" />
   </inputs>
   <outputs>
-    <data format="txt" name="output" label="WebApollo Credentials"/>
+    <data format="txt" name="output" label="Apollo Credentials"/>
   </outputs>
   <help><![CDATA[
 **What it does**
 
-Registers an account with WebApollo. Just click run, then view
+Registers an account with Apollo. Just click run, then view
 the output file for your password.
 
 @REFERENCES@