comparison gfastats.xml @ 3:8ccbf07a5433 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gfastats commit f71fdaf79bda6704ae6dd1360406393c90026de5
author bgruening
date Mon, 11 Jul 2022 14:13:13 +0000
parents ad1149b4f795
children 3fba9c77550a
comparison
equal deleted inserted replaced
2:ad1149b4f795 3:8ccbf07a5433
52 --nstar-report 52 --nstar-report
53 #else 53 #else
54 --seq-report 54 --seq-report
55 $mode_condition.statistics_condition.out_sequence 55 $mode_condition.statistics_condition.out_sequence
56 #end if 56 #end if
57 $mode_condition.discover_paths
57 $mode_condition.tabular > '$stats' 58 $mode_condition.tabular > '$stats'
58 #else 59 #else
59 --agp-to-path $mode_condition.agp_to_path 60 --agp-to-path $mode_condition.agp_to_path
60 $mode_condition.discover_paths 61 $mode_condition.discover_paths
61 -o dataset.gfa 62 -o dataset.gfa
62 #end if 63 #end if
64 --threads \${GALAXY_SLOTS:-8}
63 #if $mode_condition.selector == 'manipulation' or $mode_condition.selector == 'scaffolding' 65 #if $mode_condition.selector == 'manipulation' or $mode_condition.selector == 'scaffolding'
64 && mv dataset* output_dataset 66 && mv dataset* output_dataset
65 #end if 67 #end if
66 ]]></command> 68 ]]></command>
67 <inputs> 69 <inputs>
153 <option value="g">Gaps</option> 155 <option value="g">Gaps</option>
154 </param> 156 </param>
155 </when> 157 </when>
156 <when value="coordinates"> 158 <when value="coordinates">
157 <param argument="--out-coord" type="select" label="BED coordinares feature" 159 <param argument="--out-coord" type="select" label="BED coordinares feature"
158 help="Generates bed coordinates of given feature. Default: agp"> 160 help="Generates bed coordinates of given feature. Default: AGP">
159 <option value="a">AGP</option> 161 <option value="a">AGP</option>
160 <option value="c">Contigs</option> 162 <option value="c">Contigs</option>
161 <option value="g">Gaps</option> 163 <option value="g">Gaps</option>
162 </param> 164 </param>
163 </when> 165 </when>
170 label="Report actual sequence" help="It reports also the actual sequence"/> 172 label="Report actual sequence" help="It reports also the actual sequence"/>
171 </when> 173 </when>
172 </conditional> 174 </conditional>
173 <param argument="--tabular" type="boolean" truevalue="--tabular" falsevalue="" checked="true" 175 <param argument="--tabular" type="boolean" truevalue="--tabular" falsevalue="" checked="true"
174 label="Tabular-format output" help="Generate output in tabular format"/> 176 label="Tabular-format output" help="Generate output in tabular format"/>
177 <param argument="--discover-paths" type="boolean" truevalue="--discover-paths" falsevalue="" checked="false" label="Generates the initial set of paths" help="In the graph space an assembly
178 is a collection of segment and edges/gaps between these segments. A path defines a potential walk through the segments and edges/gaps that corresponds to a hypothesis of the actual linear sequence" />
175 </when> 179 </when>
176 <when value="scaffolding"> 180 <when value="scaffolding">
177 <param argument="--agp-to-path" type="data" format="agp" label="Input AGP file" help="Integrate the AGP information into the assembly graph as paths. The scaffolding information is converted into paths through the graph" /> 181 <param argument="--agp-to-path" type="data" format="agp" label="Input AGP file" help="Integrate the AGP information into the assembly graph as paths. The scaffolding information is converted into paths through the graph" />
178 <param argument="--discover-paths" type="boolean" truevalue="--discover-paths" falsevalue="" checked="false" label="generates the initial set of paths" help="In the graph space an assembly 182 <param argument="--discover-paths" type="boolean" truevalue="--discover-paths" falsevalue="" checked="false" label="Generates the initial set of paths" help="In the graph space an assembly
179 is a collection of segment and edges/gaps between these segments. A path defines a potential walk through the segments and edges/gaps that corresponds to a hypothesis of the actual linear sequence" /> 183 is a collection of segment and edges/gaps between these segments. A path defines a potential walk through the segments and edges/gaps that corresponds to a hypothesis of the actual linear sequence" />
180 </when> 184 </when>
181 </conditional> 185 </conditional>
182 </inputs> 186 </inputs>
183 <outputs> 187 <outputs>
332 <param name="target_option" value="true"/> 336 <param name="target_option" value="true"/>
333 <param name="include_bed" value="regions.bed"/> 337 <param name="include_bed" value="regions.bed"/>
334 </conditional> 338 </conditional>
335 <output name="stats" value="test_11_stats.tabular" ftype="tabular"/> 339 <output name="stats" value="test_11_stats.tabular" ftype="tabular"/>
336 </test> 340 </test>
341 <!--Test 12 -->
342 <test expect_num_outputs="1">
343 <param name="input_file" value="dataset_04.gfa"/>
344 <conditional name="mode_condition">
345 <param name="selector" value="statistics"/>
346 <conditional name="statistics_condition">
347 <param name="selector" value="assembly"/>
348 </conditional>
349 <param name="tabular" value="false"/>
350 <param name="discover_paths" value="true"/>
351 </conditional>
352 <output name="stats" value="test_12_stats.tabular" ftype="tabular"/>
353 </test>
337 </tests> 354 </tests>
338 <help><![CDATA[ 355 <help><![CDATA[
339 356
340 .. class:: infomark 357 .. class:: infomark
341 358