comparison cuff_macros.xml @ 4:0232f19d300f draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/gffread commit 82ee6fc860c52c531b7a57bbb346ab1a67a434a5
author devteam
date Sun, 19 Feb 2017 12:09:52 -0500
parents 9f243677c4c6
children 69e0806b63a4
comparison
equal deleted inserted replaced
3:9f243677c4c6 4:0232f19d300f
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">