Mercurial > repos > devteam > cufflinks
comparison cuff_macros.xml @ 11:e04dbae2abe0 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cufflinks commit 82ee6fc860c52c531b7a57bbb346ab1a67a434a5
author | devteam |
---|---|
date | Sun, 19 Feb 2017 12:12:28 -0500 |
parents | 83bec71c5c9f |
children | d080005cffe1 |
comparison
equal
deleted
inserted
replaced
10:83bec71c5c9f | 11:e04dbae2abe0 |
---|---|
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"> |