comparison alfa/ALFA.xml @ 46:5d745637f045 draft default tip

Uploaded
author charles-bernard
date Thu, 21 Dec 2017 13:33:49 -0500
parents 3a051528e47d
children
comparison
equal deleted inserted replaced
45:f4b26211e3d8 46:5d745637f045
77 <when value="personal_gtf"> 77 <when value="personal_gtf">
78 <param name="annotationFile" type="data" format="Gff, Gtf" label="Select your personal annotation file (GTF format)"> 78 <param name="annotationFile" type="data" format="Gff, Gtf" label="Select your personal annotation file (GTF format)">
79 </param> 79 </param>
80 </when> 80 </when>
81 <when value="index"> 81 <when value="index">
82 <param name="strandedIndex" type="data" format="index" label="Select your ALFA Stranded index file (index format)"/> 82 <param name="strandedIndex" type="data" label="Select your ALFA Stranded index file (index format)"/>
83 <param name="unstrandedIndex" type="data" format="index" label="Select your ALFA Unstranded index file (index format)"/> 83 <param name="unstrandedIndex" type="data" label="Select your ALFA Unstranded index file (index format)"/>
84 </when> 84 </when>
85 <when value="built_in_index"> 85 <when value="built_in_index">
86 <param name="built_in_index_prefix" type="select" label="Select Genome"> 86 <param name="built_in_index_prefix" type="select" label="Select Genome">
87 <options from_data_table="alfa_indexes"> 87 <options from_data_table="alfa_indexes">
88 <validator type="no_options" message="No indexes are available for the selected input dataset. Ask your Galaxy Admin for to use ALFA_data_manager tool to build such indexes!" /> 88 <validator type="no_options" message="No indexes are available for the selected input dataset. Ask your Galaxy Admin for to use ALFA_data_manager tool to build such indexes!" />
130 <option value="2">exon | intron | undescribed genes | intergenic | antisense</option> 130 <option value="2">exon | intron | undescribed genes | intergenic | antisense</option>
131 <option value="3" selected="true">5’-UTR | CDS | 3’-UTR | underscribes exons | intron | undescribed genes | intergenic | antisense</option> 131 <option value="3" selected="true">5’-UTR | CDS | 3’-UTR | underscribes exons | intron | undescribed genes | intergenic | antisense</option>
132 <option value="4">5’-UTR | start_codon | CDS | undescribed CDS | stop_codon | 3’-UTR | undescribed exons | intron | undescribed genes | intergenic | antisense</option> 132 <option value="4">5’-UTR | start_codon | CDS | undescribed CDS | stop_codon | 3’-UTR | undescribed exons | intron | undescribed genes | intergenic | antisense</option>
133 </param> 133 </param>
134 <param name="plotFormat" type="select" label="Plot Options: Select graph format" help="Ignore if you did not choose the histograms output file"> 134 <param name="plotFormat" type="select" label="Plot Options: Select graph format" help="Ignore if you did not choose the histograms output file">
135 <option value="pdf" selected="true">pdf</option> 135 <option value="png" selected="true">png</option>
136 <!--<option value="pdf" selected="true">pdf</option>-->
136 <option value="svg">svg</option> 137 <option value="svg">svg</option>
137 <option value="png">png</option>
138 </param> 138 </param>
139 <conditional name="plotThreshold"> 139 <conditional name="plotThreshold">
140 <param name="plotThresholdChoice" type="boolean" truevalue="True" falsevalue="False" checked="false" label="Plot Options: Modify y axis range of the normalized counts of bio-features" help="Ignore if you did not choose the histograms output file"/> 140 <param name="plotThresholdChoice" type="boolean" truevalue="True" falsevalue="False" checked="false" label="Plot Options: Modify y axis range of the normalized counts of bio-features" help="Ignore if you did not choose the histograms output file"/>
141 <when value="True"> 141 <when value="True">
142 <param name="yMin" type="float" value="-2.0" label="y min"/> 142 <param name="yMin" type="float" value="-2.0" label="y min"/>
147 </section> 147 </section>
148 </inputs> 148 </inputs>
149 149
150 <outputs> 150 <outputs>
151 <data name="logReport" format="txt" label="${projectName}-Log Report"/> 151 <data name="logReport" format="txt" label="${projectName}-Log Report"/>
152 <!--
152 <data name="outputPdf" format="pdf" label="${projectName}-BioFeatures Distribution"> 153 <data name="outputPdf" format="pdf" label="${projectName}-BioFeatures Distribution">
153 <filter>outputFiles['plot'] is True and outputOptions['plotFormat'] == 'pdf'</filter> 154 <filter>outputFiles['plot'] is True and outputOptions['plotFormat'] == 'pdf'</filter>
154 </data> 155 </data>
156 -->
155 <data name="outputCategoriesPng" format="png" label="${projectName}-Categories Distribution"> 157 <data name="outputCategoriesPng" format="png" label="${projectName}-Categories Distribution">
156 <filter>outputFiles['plot'] is True and outputOptions['plotFormat'] == 'png'</filter> 158 <filter>outputFiles['plot'] is True and outputOptions['plotFormat'] == 'png'</filter>
157 </data> 159 </data>
158 <data name="outputBiotypesPng" format="png" label="${projectName}-Biotypes Distribution"> 160 <data name="outputBiotypesPng" format="png" label="${projectName}-Biotypes Distribution">
159 <filter>outputFiles['plot'] is True and outputOptions['plotFormat'] == 'png'</filter> 161 <filter>outputFiles['plot'] is True and outputOptions['plotFormat'] == 'png'</filter>