annotate README.rst @ 2:361a6693aa25 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 6f9ce1aba91681e831f2649fb36b74cc3d572eb3
author iuc
date Fri, 24 Oct 2025 08:03:13 +0000
parents c9f87770ba8f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
1 Webin CLI wrapper
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
2 ======================
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
3 the submission of genome assemblies using the
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
4 [Webin-cli](https://github.com/enasequence/webin-cli)
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
5
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
6 This is a Galaxy wrapper for `webin cli <https://github.com/enasequence/webin-cli>`__ tool from `ENA <https://www.ebi.ac.uk/ena/browser/home>`__.
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
7
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
8
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
9 Setting up credentials on Galaxy
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
10 --------------------------------
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
11
2
361a6693aa25 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 6f9ce1aba91681e831f2649fb36b74cc3d572eb3
iuc
parents: 0
diff changeset
12 Enable users to set their own credentials
0
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
13 for this tool. To enable it, make sure the file
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
14 ``config/user_preferences_extra_conf.yml`` has the following section:
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
15
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
16 .. code-block:: yaml
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
17
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
18 ena_webin_account:
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
19 description: Your ENA Webin account details
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
20 inputs:
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
21 - name: webin_id
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
22 label: ENA Webin ID
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
23 type: text
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
24 required: False
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
25 - name: password
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
26 label: Password
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
27 type: password
c9f87770ba8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 35b4a063e227ea4a2440e23c4df5c27e42c077cb
iuc
parents:
diff changeset
28 required: False