Mercurial > repos > iuc > bioext_bam2msa
annotate macros.xml @ 9:31c3eec15213 draft default tip
planemo upload for repository https://github.com/davebx/bioext-gx/ commit e5a0f251aae89a83d154836029701bbf1c5a17fe
| author | iuc |
|---|---|
| date | Fri, 10 Oct 2025 13:28:24 +0000 |
| parents | a6baa8728699 |
| children |
| rev | line source |
|---|---|
|
0
cf735919c2de
planemo upload for repository https://github.com/davebx/bioext-gx/ commit e85b8f45da435793513a47e4586b90ddec63fa86
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
|
cf735919c2de
planemo upload for repository https://github.com/davebx/bioext-gx/ commit e85b8f45da435793513a47e4586b90ddec63fa86
iuc
parents:
diff
changeset
|
2 <macros> |
|
9
31c3eec15213
planemo upload for repository https://github.com/davebx/bioext-gx/ commit e5a0f251aae89a83d154836029701bbf1c5a17fe
iuc
parents:
8
diff
changeset
|
3 <token name="@TOOL_VERSION@">0.21.10</token> |
|
8
a6baa8728699
planemo upload for repository https://github.com/davebx/bioext-gx/ commit a7729ad7789e8b120055a9a9b53494acb826b371
iuc
parents:
7
diff
changeset
|
4 <token name="@VERSION_SUFFIX@">0</token> |
|
a6baa8728699
planemo upload for repository https://github.com/davebx/bioext-gx/ commit a7729ad7789e8b120055a9a9b53494acb826b371
iuc
parents:
7
diff
changeset
|
5 <token name="@PROFILE@">22.05</token> |
|
3
3afd5c92b4a1
"planemo upload for repository https://github.com/davebx/bioext-gx/ commit af3bfbbd3f1236bf96a25bcb8483f2889295ec0c"
iuc
parents:
2
diff
changeset
|
6 <token name="@SANITIZE@"><![CDATA[| gawk '{ if (\$0 ~ "^[^>]") {a = gensub(/[^ACGTURYKMSWBDHVNacgturykmswbdhvn?-]/, "", "g"); } else {a=gensub(/[^>A-Za-z0-9_]/, "_", "g"); }; print a } ' | sed 's,_\\+,_,g' >]]></token> |
|
0
cf735919c2de
planemo upload for repository https://github.com/davebx/bioext-gx/ commit e85b8f45da435793513a47e4586b90ddec63fa86
iuc
parents:
diff
changeset
|
7 <xml name="requirements"> |
|
cf735919c2de
planemo upload for repository https://github.com/davebx/bioext-gx/ commit e85b8f45da435793513a47e4586b90ddec63fa86
iuc
parents:
diff
changeset
|
8 <requirements> |
|
2
31e5a2d73131
"planemo upload for repository https://github.com/davebx/bioext-gx/ commit b8438e86497e5f1084cca1c9b2fdc82c80a7e1b0"
iuc
parents:
1
diff
changeset
|
9 <requirement type="package" version="@TOOL_VERSION@">python-bioext</requirement> |
|
1
568ffb568f3f
"planemo upload for repository https://github.com/davebx/bioext-gx/ commit 9a163dd8880c14f371e2603389f4951881a74b25"
iuc
parents:
0
diff
changeset
|
10 <yield /> |
|
0
cf735919c2de
planemo upload for repository https://github.com/davebx/bioext-gx/ commit e85b8f45da435793513a47e4586b90ddec63fa86
iuc
parents:
diff
changeset
|
11 </requirements> |
|
cf735919c2de
planemo upload for repository https://github.com/davebx/bioext-gx/ commit e85b8f45da435793513a47e4586b90ddec63fa86
iuc
parents:
diff
changeset
|
12 </xml> |
|
cf735919c2de
planemo upload for repository https://github.com/davebx/bioext-gx/ commit e85b8f45da435793513a47e4586b90ddec63fa86
iuc
parents:
diff
changeset
|
13 <xml name="citations"> |
|
cf735919c2de
planemo upload for repository https://github.com/davebx/bioext-gx/ commit e85b8f45da435793513a47e4586b90ddec63fa86
iuc
parents:
diff
changeset
|
14 <citations> |
|
cf735919c2de
planemo upload for repository https://github.com/davebx/bioext-gx/ commit e85b8f45da435793513a47e4586b90ddec63fa86
iuc
parents:
diff
changeset
|
15 <citation type="bibtex"> |
|
cf735919c2de
planemo upload for repository https://github.com/davebx/bioext-gx/ commit e85b8f45da435793513a47e4586b90ddec63fa86
iuc
parents:
diff
changeset
|
16 @UNPUBLISHED{spond, |
|
cf735919c2de
planemo upload for repository https://github.com/davebx/bioext-gx/ commit e85b8f45da435793513a47e4586b90ddec63fa86
iuc
parents:
diff
changeset
|
17 author = "Sergei Kosakovsky Pond", |
|
cf735919c2de
planemo upload for repository https://github.com/davebx/bioext-gx/ commit e85b8f45da435793513a47e4586b90ddec63fa86
iuc
parents:
diff
changeset
|
18 title = "HyPhy: Hypothesis Testing using Phylogenies", |
|
cf735919c2de
planemo upload for repository https://github.com/davebx/bioext-gx/ commit e85b8f45da435793513a47e4586b90ddec63fa86
iuc
parents:
diff
changeset
|
19 year = "2000", |
|
cf735919c2de
planemo upload for repository https://github.com/davebx/bioext-gx/ commit e85b8f45da435793513a47e4586b90ddec63fa86
iuc
parents:
diff
changeset
|
20 note = "http://hyphy.org/", |
|
cf735919c2de
planemo upload for repository https://github.com/davebx/bioext-gx/ commit e85b8f45da435793513a47e4586b90ddec63fa86
iuc
parents:
diff
changeset
|
21 url = "http://hyphy.org/"} |
|
cf735919c2de
planemo upload for repository https://github.com/davebx/bioext-gx/ commit e85b8f45da435793513a47e4586b90ddec63fa86
iuc
parents:
diff
changeset
|
22 </citation> |
|
cf735919c2de
planemo upload for repository https://github.com/davebx/bioext-gx/ commit e85b8f45da435793513a47e4586b90ddec63fa86
iuc
parents:
diff
changeset
|
23 </citations> |
|
cf735919c2de
planemo upload for repository https://github.com/davebx/bioext-gx/ commit e85b8f45da435793513a47e4586b90ddec63fa86
iuc
parents:
diff
changeset
|
24 </xml> |
|
1
568ffb568f3f
"planemo upload for repository https://github.com/davebx/bioext-gx/ commit 9a163dd8880c14f371e2603389f4951881a74b25"
iuc
parents:
0
diff
changeset
|
25 </macros> |
