annotate macros.xml @ 7:ce5d418183c5 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
author iuc
date Mon, 05 Jun 2023 22:06:13 +0000
parents a157781cddd7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
2953303df011 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit fc0426e784d0eb5ca37484d2d0c088da289996dd
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
2953303df011 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit fc0426e784d0eb5ca37484d2d0c088da289996dd
iuc
parents:
diff changeset
2 <macros>
6
a157781cddd7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents: 5
diff changeset
3 <token name="@TOOL_VERSION@">0.48.0</token>
7
ce5d418183c5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents: 6
diff changeset
4 <token name="@VERSION_SUFFIX@">1</token>
0
2953303df011 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit fc0426e784d0eb5ca37484d2d0c088da289996dd
iuc
parents:
diff changeset
5 <xml name="requirements">
2953303df011 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit fc0426e784d0eb5ca37484d2d0c088da289996dd
iuc
parents:
diff changeset
6 <requirements>
5
87c11c05d238 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit c657f8cc0308cd70b26e3b111e5d8008901cda24"
iuc
parents: 3
diff changeset
7 <requirement type="package" version="@TOOL_VERSION@">kallisto</requirement>
6
a157781cddd7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents: 5
diff changeset
8 <requirement type="package" version="1.14">samtools</requirement>
0
2953303df011 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit fc0426e784d0eb5ca37484d2d0c088da289996dd
iuc
parents:
diff changeset
9 </requirements>
2953303df011 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit fc0426e784d0eb5ca37484d2d0c088da289996dd
iuc
parents:
diff changeset
10 </xml>
2953303df011 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit fc0426e784d0eb5ca37484d2d0c088da289996dd
iuc
parents:
diff changeset
11 <xml name="citations">
2953303df011 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit fc0426e784d0eb5ca37484d2d0c088da289996dd
iuc
parents:
diff changeset
12 <citations>
2953303df011 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit fc0426e784d0eb5ca37484d2d0c088da289996dd
iuc
parents:
diff changeset
13 <citation type="doi">doi:10.1038/nbt.3519</citation>
2953303df011 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit fc0426e784d0eb5ca37484d2d0c088da289996dd
iuc
parents:
diff changeset
14 </citations>
2953303df011 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit fc0426e784d0eb5ca37484d2d0c088da289996dd
iuc
parents:
diff changeset
15 </xml>
2
1c75aa5de15e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents: 0
diff changeset
16 <xml name="reference_input">
1c75aa5de15e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents: 0
diff changeset
17 <conditional name="reference_transcriptome">
1c75aa5de15e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents: 0
diff changeset
18 <param name="reference_transcriptome_source" type="select" label="Reference transcriptome for quantification">
1c75aa5de15e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents: 0
diff changeset
19 <option value="indexed" selected="true">Use a built-in transcriptome</option>
1c75aa5de15e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents: 0
diff changeset
20 <option value="history">Use a transcriptome from history</option>
1c75aa5de15e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents: 0
diff changeset
21 </param>
1c75aa5de15e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents: 0
diff changeset
22 <when value="indexed">
1c75aa5de15e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents: 0
diff changeset
23 <param name="index" type="select" label="Select a reference transcriptome" help="If your transcriptome of interest is not listed, contact your Galaxy administrator">
1c75aa5de15e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents: 0
diff changeset
24 <options from_data_table="kallisto_indexes">
1c75aa5de15e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents: 0
diff changeset
25 <filter type="sort_by" column="2" />
1c75aa5de15e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents: 0
diff changeset
26 <validator type="no_options" message="No transcriptomes are available for the selected input dataset" />
1c75aa5de15e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents: 0
diff changeset
27 </options>
1c75aa5de15e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents: 0
diff changeset
28 </param>
1c75aa5de15e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents: 0
diff changeset
29 </when>
1c75aa5de15e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents: 0
diff changeset
30 <when value="history">
1c75aa5de15e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents: 0
diff changeset
31 <param name="reference" type="data" format="fasta" label="FASTA reference transcriptome" />
1c75aa5de15e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents: 0
diff changeset
32 </when>
1c75aa5de15e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents: 0
diff changeset
33 </conditional>
1c75aa5de15e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents: 0
diff changeset
34 </xml>
7
ce5d418183c5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents: 6
diff changeset
35 <xml name="macro_lib_type">
ce5d418183c5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents: 6
diff changeset
36 <param name="lib_type" type="select" label="Library strandness information">
ce5d418183c5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents: 6
diff changeset
37 <option value="">Unstranded</option>
ce5d418183c5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents: 6
diff changeset
38 <option value="--fr-stranded">Strand specific reads, first read forward</option>
ce5d418183c5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents: 6
diff changeset
39 <option value="--rf-stranded">Strand specific reads, first read reverse</option>
ce5d418183c5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents: 6
diff changeset
40 </param>
ce5d418183c5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents: 6
diff changeset
41 </xml>
0
2953303df011 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit fc0426e784d0eb5ca37484d2d0c088da289996dd
iuc
parents:
diff changeset
42 </macros>