Mercurial > repos > iuc > chira_merge
comparison chira_merge.xml @ 1:ce26b5a859ba draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chira commit 6845f3b028a42acbefb07c5f59fd2e558f50a768"
author | iuc |
---|---|
date | Mon, 02 Mar 2020 13:36:40 -0500 |
parents | 5db894671434 |
children | 0170de5072d4 |
comparison
equal
deleted
inserted
replaced
0:5db894671434 | 1:ce26b5a859ba |
---|---|
16 ]]></command> | 16 ]]></command> |
17 | 17 |
18 <inputs> | 18 <inputs> |
19 <param format="bed" name="alignments" type="data" label="Input BED file of alignments"/> | 19 <param format="bed" name="alignments" type="data" label="Input BED file of alignments"/> |
20 <conditional name="annotation"> | 20 <conditional name="annotation"> |
21 <param name="choice" type="select" label="Hybridize interacting loci?" | 21 <param name="choice" type="select" label="Do you have an annotation in GTF format?"> |
22 help="Hybridization is a time consuming process."> | |
23 <option value="yes">Yes</option> | 22 <option value="yes">Yes</option> |
24 <option value="no">No</option> | 23 <option value="no">No</option> |
25 </param> | 24 </param> |
26 <when value="yes"> | 25 <when value="yes"> |
27 <param format="gtf,gff" name="gtf" type="data" label="Annotations in GTF format"/> | 26 <param format="gtf,gff" name="gtf" type="data" label="Annotations in GTF format"/> |