Mercurial > repos > iuc > idr_download_by_ids
annotate README.md @ 9:80af973c5277 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 2dae32cfbd559800ce7531a7062e73fb63856791"
author | iuc |
---|---|
date | Fri, 26 Feb 2021 20:12:11 +0000 |
parents | f067504aa92a |
children |
rev | line source |
---|---|
7
f067504aa92a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 6b9df5f3cf2518e48eced93a2904a89776bde02d"
iuc
parents:
diff
changeset
|
1 ## Set up user credentials on Galaxy to connect to other omero instance |
f067504aa92a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 6b9df5f3cf2518e48eced93a2904a89776bde02d"
iuc
parents:
diff
changeset
|
2 |
f067504aa92a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 6b9df5f3cf2518e48eced93a2904a89776bde02d"
iuc
parents:
diff
changeset
|
3 To enable users to set their credentials for this tool, |
f067504aa92a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 6b9df5f3cf2518e48eced93a2904a89776bde02d"
iuc
parents:
diff
changeset
|
4 make sure the file `config/user_preferences_extra.yml` has the following section: |
f067504aa92a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 6b9df5f3cf2518e48eced93a2904a89776bde02d"
iuc
parents:
diff
changeset
|
5 |
f067504aa92a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 6b9df5f3cf2518e48eced93a2904a89776bde02d"
iuc
parents:
diff
changeset
|
6 ``` |
f067504aa92a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 6b9df5f3cf2518e48eced93a2904a89776bde02d"
iuc
parents:
diff
changeset
|
7 omero_account: |
f067504aa92a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 6b9df5f3cf2518e48eced93a2904a89776bde02d"
iuc
parents:
diff
changeset
|
8 description: Your OMERO instance connection credentials |
f067504aa92a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 6b9df5f3cf2518e48eced93a2904a89776bde02d"
iuc
parents:
diff
changeset
|
9 inputs: |
f067504aa92a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 6b9df5f3cf2518e48eced93a2904a89776bde02d"
iuc
parents:
diff
changeset
|
10 - name: username |
f067504aa92a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 6b9df5f3cf2518e48eced93a2904a89776bde02d"
iuc
parents:
diff
changeset
|
11 label: Username |
f067504aa92a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 6b9df5f3cf2518e48eced93a2904a89776bde02d"
iuc
parents:
diff
changeset
|
12 type: text |
f067504aa92a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 6b9df5f3cf2518e48eced93a2904a89776bde02d"
iuc
parents:
diff
changeset
|
13 required: False |
f067504aa92a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 6b9df5f3cf2518e48eced93a2904a89776bde02d"
iuc
parents:
diff
changeset
|
14 - name: password |
f067504aa92a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 6b9df5f3cf2518e48eced93a2904a89776bde02d"
iuc
parents:
diff
changeset
|
15 label: Password |
f067504aa92a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 6b9df5f3cf2518e48eced93a2904a89776bde02d"
iuc
parents:
diff
changeset
|
16 type: password |
f067504aa92a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 6b9df5f3cf2518e48eced93a2904a89776bde02d"
iuc
parents:
diff
changeset
|
17 required: False |
f067504aa92a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 6b9df5f3cf2518e48eced93a2904a89776bde02d"
iuc
parents:
diff
changeset
|
18 ``` |