comparison cuff_macros.xml @ 14:d3ae7d9c2202 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 82ee6fc860c52c531b7a57bbb346ab1a67a434a5
author devteam
date Sun, 19 Feb 2017 12:12:17 -0500
parents f1b92120dfaa
children 43b36b3d4333
comparison
equal deleted inserted replaced
13:f1b92120dfaa 14:d3ae7d9c2202
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">