diff README.rst @ 6:6cb20e130473 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pyega3 commit 3ac2b4221e3aa5de4cef9f453ac1a7425ce130c2
author iuc
date Thu, 28 Sep 2023 12:07:16 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.rst	Thu Sep 28 12:07:16 2023 +0000
@@ -0,0 +1,22 @@
+PyEGA3
+======
+
+Set up user credentials on Galaxy
+---------------------------------
+
+To enable users to set their credentials for this tool, make sure the
+file ``config/user_preferences_extra.yml`` has the following section:
+
+::
+
+       ega_account:
+           description: Your EGA (European Genome Archive) account
+           inputs:
+               - name: username
+                 label: Username
+                 type: text
+                 required: False
+               - name: password
+                 label: Password
+                 type:  password
+                 required: False