Mercurial > repos > gregor.m > spyboat
comparison notes.md @ 4:a4c6fcf2c456 draft
"planemo upload commit 0584e8878deaf91614c6bb3c0122975300132c25"
author | gregor.m |
---|---|
date | Thu, 26 Nov 2020 16:40:47 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3:4d7f30a7e2f6 | 4:a4c6fcf2c456 |
---|---|
1 ## Notes for setting up the SpyBOAT Galaxy tool | |
2 | |
3 ### Toolshed(s) | |
4 | |
5 Register at: | |
6 | |
7 - https://testtoolshed.g2.bx.psu.edu/ | |
8 - https://toolshed.g2.bx.psu.edu/ | |
9 | |
10 | |
11 ### commands | |
12 | |
13 First put toolshed account details into `.planemo.yml` | |
14 | |
15 - planemo lint [tool.xml] | |
16 - planemo shed_init --name spyboat | |
17 - planemo shed_create --shed_target testtoolshed | |
18 - planemo shed_update --shed_target toolshed | |
19 | |
20 | |
21 ### Hosting repo | |
22 | |
23 - https://github.com/galaxyproject/tools-iuc | |
24 | |
25 #### Guidelines | |
26 | |
27 - https://galaxy-iuc-standards.readthedocs.io/en/latest/best_practices/tool_xml.html |