Mercurial > repos > iuc > bedtools
comparison macros.xml @ 43:07e8b80f278c draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit db0b91a784ca0c216345bc488d7d488babf1b53f"
author | iuc |
---|---|
date | Fri, 01 Apr 2022 19:02:51 +0000 |
parents | 3e38c9b3214f |
children | 64e2edfe7a2c |
comparison
equal
deleted
inserted
replaced
42:841fb4dc3ab3 | 43:07e8b80f278c |
---|---|
65 <xml name="split"> | 65 <xml name="split"> |
66 <param argument="-split" type="boolean" truevalue="-split" falsevalue="" checked="false" | 66 <param argument="-split" type="boolean" truevalue="-split" falsevalue="" checked="false" |
67 label="Treat split/spliced BAM or BED12 entries as distinct BED intervals when computing coverage." | 67 label="Treat split/spliced BAM or BED12 entries as distinct BED intervals when computing coverage." |
68 help="If set, the coverage will be calculated based the spliced intervals only. For BAM files, this inspects the CIGAR N operation to infer the blocks for computing coverage. For BED12 files, this inspects the BlockCount, BlockStarts, and BlockEnds fields (i.e., columns 10,11,12). If this option is not set, coverage will be calculated based on the interval's START/END coordinates, and would include introns in the case of RNAseq data." /> | 68 help="If set, the coverage will be calculated based the spliced intervals only. For BAM files, this inspects the CIGAR N operation to infer the blocks for computing coverage. For BED12 files, this inspects the BlockCount, BlockStarts, and BlockEnds fields (i.e., columns 10,11,12). If this option is not set, coverage will be calculated based on the interval's START/END coordinates, and would include introns in the case of RNAseq data." /> |
69 </xml> | 69 </xml> |
70 <xml name="input_conditional_genome_file"> | 70 <xml name="input_conditional_genome_file" token_optional="false" token_help=""> |
71 <conditional name="genome_file_opts"> | 71 <conditional name="genome_file_opts"> |
72 <param name="genome_file_opts_selector" type="select" label="Genome file"> | 72 <param name="genome_file_opts_selector" type="select" label="Genome file" help="@HELP@"> |
73 <option value="loc" selected="true">Locally installed Genome file</option> | 73 <option value="loc" selected="true">Locally installed Genome file</option> |
74 <option value="hist">Genome file from your history</option> | 74 <option value="hist">Genome file from your history</option> |
75 </param> | 75 </param> |
76 <when value="loc"> | 76 <when value="loc"> |
77 <param name="genome" type="select" multiple="false" label="Genome file"> | 77 <param name="genome" type="select" optional="@OPTIONAL@" multiple="false" label="Genome file"> |
78 <options from_data_table="__dbkeys__" /> | 78 <options from_data_table="__dbkeys__" /> |
79 </param> | 79 </param> |
80 </when> | 80 </when> |
81 <when value="hist"> | 81 <when value="hist"> |
82 <param name="genome" type="data" format="tabular" label="Genome file" /> | 82 <param name="genome" type="data" optional="@OPTIONAL@" format="tabular" label="Genome file" /> |
83 </when> | 83 </when> |
84 </conditional> | 84 </conditional> |
85 </xml> | 85 </xml> |
86 <xml name="input_optional_genome_file"> | |
87 <conditional name="genome"> | |
88 <param name="genome_choose" argument="-g" type="select" | |
89 label="Specify a genome file that defines the expected chromosome order in the input files." > | |
90 <option value="" selected="true">No</option> | |
91 <option value="-g">Yes</option> | |
92 </param> | |
93 <when value="-g"> | |
94 <expand macro="input_conditional_genome_file" /> | |
95 </when> | |
96 <when value="" /> | |
97 </conditional> | |
98 </xml> | |
99 <token name="@GENOME_FILE@"> | 86 <token name="@GENOME_FILE@"> |
100 #if $genome_file_opts.genome_file_opts_selector == "loc": | 87 #if $genome_file_opts.genome |
101 '$genome_file_opts.genome.fields.len_path' | 88 -g |
102 #elif $genome_file_opts.genome_file_opts_selector == "hist": | 89 #if $genome_file_opts.genome_file_opts_selector == "loc": |
103 '$genome_file_opts.genome' | 90 '$genome_file_opts.genome.fields.len_path' |
104 #end if | 91 #elif $genome_file_opts.genome_file_opts_selector == "hist": |
105 </token> | 92 '$genome_file_opts.genome' |
106 <token name="@GENOME_FILE_MAPBED@"> | |
107 #if $genome.genome_choose == "-g": | |
108 #if $genome.genome_file_opts.genome_file_opts_selector == "loc": | |
109 -g '$genome.genome_file_opts.genome.fields.len_path' | |
110 #elif $genome.genome_file_opts.genome_file_opts_selector == "hist": | |
111 -g '$genome.genome_file_opts.genome' | |
112 #end if | 93 #end if |
113 #end if | 94 #end if |
114 </token> | 95 </token> |
115 <token name="@GENOME_FILE_MAKEWINDOWS@"> | 96 <token name="@GENOME_FILE_MAKEWINDOWS@"> |
116 #if $type.type_select == "genome": | 97 #if $type.type_select == "genome": |