Mercurial > repos > iuc > ena_webin_cli
annotate README.rst @ 1:1090ae5e7b29 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:03 +0000 |
| parents | 7f669682f4ac |
| children |
| rev | line source |
|---|---|
|
0
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
1 Webin CLI wrapper |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
2 ====================== |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
3 the submission of genome assemblies using the |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
4 [Webin-cli](https://github.com/enasequence/webin-cli) |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
5 |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
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>`__. |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
7 |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
8 |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
9 Setting up credentials on Galaxy |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
10 -------------------------------- |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
11 |
|
1
1090ae5e7b29
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
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
13 for this tool. To enable it, make sure the file |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
14 ``config/user_preferences_extra_conf.yml`` has the following section: |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
15 |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
16 .. code-block:: yaml |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
17 |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
18 ena_webin_account: |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
19 description: Your ENA Webin account details |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
20 inputs: |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
21 - name: webin_id |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
22 label: ENA Webin ID |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
23 type: text |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
24 required: False |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
25 - name: password |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
26 label: Password |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
27 type: password |
|
7f669682f4ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit abb15194a196267142d88b9348facf9e85e601ef
iuc
parents:
diff
changeset
|
28 required: False |
