Mercurial > repos > iuc > kallisto_quant
comparison macros.xml @ 4:b818b23df1e0 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
author | iuc |
---|---|
date | Sat, 09 Dec 2017 05:33:38 -0500 |
parents | 59a4c97b85d6 |
children | 60f888039fb2 |
comparison
equal
deleted
inserted
replaced
3:2754990eb583 | 4:b818b23df1e0 |
---|---|
10 <xml name="citations"> | 10 <xml name="citations"> |
11 <citations> | 11 <citations> |
12 <citation type="doi">doi:10.1038/nbt.3519</citation> | 12 <citation type="doi">doi:10.1038/nbt.3519</citation> |
13 </citations> | 13 </citations> |
14 </xml> | 14 </xml> |
15 <xml name="reference_input"> | |
16 <conditional name="reference_transcriptome"> | |
17 <param name="reference_transcriptome_source" type="select" label="Reference transcriptome for quantification"> | |
18 <option value="indexed" selected="true">Use a built-in transcriptome</option> | |
19 <option value="history">Use a transcriptome from history</option> | |
20 </param> | |
21 <when value="indexed"> | |
22 <param name="index" type="select" label="Select a reference transcriptome" help="If your transcriptome of interest is not listed, contact your Galaxy administrator"> | |
23 <options from_data_table="kallisto_indexes"> | |
24 <filter type="sort_by" column="2" /> | |
25 <validator type="no_options" message="No transcriptomes are available for the selected input dataset" /> | |
26 </options> | |
27 </param> | |
28 </when> | |
29 <when value="history"> | |
30 <param name="reference" type="data" format="fasta" label="FASTA reference transcriptome" /> | |
31 </when> | |
32 </conditional> | |
33 </xml> | |
15 </macros> | 34 </macros> |