Mercurial > repos > bgruening > nanopolish_polya
annotate macros.xml @ 2:be717b65851f draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit dff183f4eb2d3df42917ec4fed0fbdb2ea11e19a"
author | bgruening |
---|---|
date | Fri, 29 May 2020 13:30:45 -0400 |
parents | 7739a9b0dd83 |
children | 4857d5bcce52 |
rev | line source |
---|---|
0
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
1 <macros> |
2
be717b65851f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit dff183f4eb2d3df42917ec4fed0fbdb2ea11e19a"
bgruening
parents:
0
diff
changeset
|
2 <token name="@VERSION@">0.13.2</token> |
0
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
3 <xml name="requirements"> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
4 <requirements> |
2
be717b65851f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit dff183f4eb2d3df42917ec4fed0fbdb2ea11e19a"
bgruening
parents:
0
diff
changeset
|
5 <requirement type="package" version="@VERSION@">nanopolish</requirement> |
0
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
6 <yield/> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
7 </requirements> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
8 </xml> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
9 |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
10 <!-- index outputs |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
11 <data name="output_index" format="nanopolish_index" from_work_dir="reads.fasta.index" /> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
12 <data name="output_index_fai" format="nanopolish_index_fai" from_work_dir="reads.fasta.index.fai" /> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
13 <data name="output_index_gzi" format="nanopolish_index_gzi" from_work_dir="reads.fasta.index.gzi" /> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
14 <data name="output_index_readdb" format="nanopolish_index_readdb" from_work_dir="reads.fasta.index.readdb" /> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
15 --> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
16 <!-- <output name="output_index" file="reads.fasta.index" /> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
17 <output name="output_index_fai" file="reads.fasta.index.fai" /> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
18 <output name="output_index_gzi" file="reads.fasta.index.gzi" /> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
19 <output name="output_index_readdb" file="reads.fasta.index.readdb" /> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
20 --> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
21 |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
22 <xml name="citations"> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
23 <citations> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
24 <citation type="doi">10.1038/nmeth.3444</citation> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
25 <citation type="doi">10.1038/nmeth.4184</citation> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
26 <yield /> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
27 </citations> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
28 </xml> |
7739a9b0dd83
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 89078a214cefd31d28da75ddebb21f546fba79df-dirty
bgruening
parents:
diff
changeset
|
29 </macros> |