comparison cuff_macros.xml @ 13:cf747d1bd79a draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffmerge commit 82ee6fc860c52c531b7a57bbb346ab1a67a434a5
author devteam
date Sun, 19 Feb 2017 12:12:38 -0500
parents 1707a530e598
children 6a6717a5f421
comparison
equal deleted inserted replaced
12:1707a530e598 13:cf747d1bd79a
6 <requirement type="package" version="2.2.1">cufflinks</requirement> 6 <requirement type="package" version="2.2.1">cufflinks</requirement>
7 <yield /> 7 <yield />
8 </requirements> 8 </requirements>
9 </xml> 9 </xml>
10 10
11 <xml name="stdio">
12 <stdio>
13 <exit_code range="1:" />
14 <exit_code range=":-1" />
15 <regex match="Error" />
16 <regex match="Exception" />
17 </stdio>
18 </xml>
19 <xml name="condition_inputs"> 11 <xml name="condition_inputs">
20 <!-- DEFAULT : use BAM/SAM files --> 12 <!-- DEFAULT : use BAM/SAM files -->
21 <conditional name="in_type"> 13 <conditional name="in_type">
22 <param name="set_in_type" type="select" label="Input data type" 14 <param name="set_in_type" type="select" label="Input data type"
23 help="CuffNorm supports either CXB (from cuffquant) or SAM/BAM input files. Mixing is not supported. Default: SAM/BAM"> 15 help="CuffNorm supports either CXB (from cuffquant) or SAM/BAM input files. Mixing is not supported. Default: SAM/BAM">