comparison 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
comparison
equal deleted inserted replaced
6:a157781cddd7 7:ce5d418183c5
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <macros> 2 <macros>
3 <token name="@TOOL_VERSION@">0.48.0</token> 3 <token name="@TOOL_VERSION@">0.48.0</token>
4 <token name="@VERSION_SUFFIX@">0</token> 4 <token name="@VERSION_SUFFIX@">1</token>
5 <xml name="requirements"> 5 <xml name="requirements">
6 <requirements> 6 <requirements>
7 <requirement type="package" version="@TOOL_VERSION@">kallisto</requirement> 7 <requirement type="package" version="@TOOL_VERSION@">kallisto</requirement>
8 <requirement type="package" version="1.14">samtools</requirement> 8 <requirement type="package" version="1.14">samtools</requirement>
9 </requirements> 9 </requirements>
30 <when value="history"> 30 <when value="history">
31 <param name="reference" type="data" format="fasta" label="FASTA reference transcriptome" /> 31 <param name="reference" type="data" format="fasta" label="FASTA reference transcriptome" />
32 </when> 32 </when>
33 </conditional> 33 </conditional>
34 </xml> 34 </xml>
35 <xml name="macro_lib_type">
36 <param name="lib_type" type="select" label="Library strandness information">
37 <option value="">Unstranded</option>
38 <option value="--fr-stranded">Strand specific reads, first read forward</option>
39 <option value="--rf-stranded">Strand specific reads, first read reverse</option>
40 </param>
41 </xml>
35 </macros> 42 </macros>