Mercurial > repos > iuc > kallisto_quant
annotate macros.xml @ 6:60f888039fb2 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f84c314bc721b5b0c7be10eaf287b1830caca241"
author | iuc |
---|---|
date | Thu, 26 Sep 2019 09:12:20 -0400 |
parents | b818b23df1e0 |
children | c971db6f0fe5 |
rev | line source |
---|---|
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
2 <macros> |
6
60f888039fb2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f84c314bc721b5b0c7be10eaf287b1830caca241"
iuc
parents:
4
diff
changeset
|
3 <token name="@VERSION@">0.46.0</token> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
4 <xml name="requirements"> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
5 <requirements> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
6 <requirement type="package" version="@VERSION@">kallisto</requirement> |
6
60f888039fb2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f84c314bc721b5b0c7be10eaf287b1830caca241"
iuc
parents:
4
diff
changeset
|
7 <requirement type="package" version="1.9">samtools</requirement> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
8 </requirements> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
9 </xml> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
10 <xml name="citations"> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
11 <citations> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
12 <citation type="doi">doi:10.1038/nbt.3519</citation> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
13 </citations> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
14 </xml> |
4
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
0
diff
changeset
|
15 <xml name="reference_input"> |
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
0
diff
changeset
|
16 <conditional name="reference_transcriptome"> |
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
0
diff
changeset
|
17 <param name="reference_transcriptome_source" type="select" label="Reference transcriptome for quantification"> |
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
0
diff
changeset
|
18 <option value="indexed" selected="true">Use a built-in transcriptome</option> |
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
0
diff
changeset
|
19 <option value="history">Use a transcriptome from history</option> |
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
0
diff
changeset
|
20 </param> |
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
0
diff
changeset
|
21 <when value="indexed"> |
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
0
diff
changeset
|
22 <param name="index" type="select" label="Select a reference transcriptome" help="If your transcriptome of interest is not listed, contact your Galaxy administrator"> |
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
0
diff
changeset
|
23 <options from_data_table="kallisto_indexes"> |
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
0
diff
changeset
|
24 <filter type="sort_by" column="2" /> |
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
0
diff
changeset
|
25 <validator type="no_options" message="No transcriptomes are available for the selected input dataset" /> |
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
0
diff
changeset
|
26 </options> |
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
0
diff
changeset
|
27 </param> |
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
0
diff
changeset
|
28 </when> |
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
0
diff
changeset
|
29 <when value="history"> |
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
0
diff
changeset
|
30 <param name="reference" type="data" format="fasta" label="FASTA reference transcriptome" /> |
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
0
diff
changeset
|
31 </when> |
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
0
diff
changeset
|
32 </conditional> |
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
0
diff
changeset
|
33 </xml> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
34 </macros> |