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