diff README.md @ 0:382518f24d6d draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 57b434bcf493554d060a99b65e66f274d5c00e0a"
author iuc
date Sat, 28 Nov 2020 09:45:44 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Sat Nov 28 09:45:44 2020 +0000
@@ -0,0 +1,31 @@
+# ena-upload-wrapper
+Galaxy wrapper for ena-cli-upload
+
+This tool is shipped in a ready to use Galaxy container found [here](https://github.com/ELIXIR-Belgium/ena-upload-container).
+
+## Setting up credentials on Galaxy
+
+The admin of the server can set up global credentials through a file with the format:
+```
+username: webin_id
+password: webin_password
+```
+
+The path to this file must be exported as an environment variable called $GALAXY_ENA_SECRETS
+
+Alternatively, the admin can enable users to set their own credentials for this tool.
+To enable it, make sure the file `config/user_preferences_extra_conf.yml` has the following section:
+
+```
+    ena_webin_account:
+        description: Your ENA Webin account details
+        inputs:
+            - name: webin_id
+              label: ENA Webin ID
+              type: text
+              required: False
+            - name: password
+              label: Password
+              type:  password
+              required: False
+```