comparison seq_form_db.xml @ 2:3bb9bbecae97 draft default tip

planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 767392e3136912fa30d1e0786eba789dd77d722c-dirty
author tduigou
date Wed, 03 Sep 2025 14:07:14 +0000
parents 54e716c11b71
children
comparison
equal deleted inserted replaced
1:54e716c11b71 2:3bb9bbecae97
1 <tool id="seq_form_db" name="Get sequences Data From DB" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09"> 1 <tool id="seq_form_db" name="Get sequences Data From DB" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09">
2 <description>Import fragment's data from an accessible DB and export it as .gb files</description> 2 <description>Import fragment's data from an accessible DB and export it as .gb files</description>
3 <macros> 3 <macros>
4 <token name="@VERSION_SUFFIX@">2</token> 4 <token name="@VERSION_SUFFIX@">3</token>
5 <token name="@TOOL_VERSION@">0.3.0</token> 5 <token name="@TOOL_VERSION@">0.3.1</token>
6 </macros> 6 </macros>
7 <requirements> 7 <requirements>
8 <requirement type="package" version="2.2.3">pandas</requirement> 8 <requirement type="package" version="2.2.3">pandas</requirement>
9 <requirement type="package" version="2.0.40">sqlalchemy</requirement> 9 <requirement type="package" version="2.0.40">sqlalchemy</requirement>
10 <requirement type="package" version="2.9.9">psycopg2</requirement> 10 <requirement type="package" version="2.9.9">psycopg2</requirement>
45 </inputs> 45 </inputs>
46 <outputs> 46 <outputs>
47 <collection name="output_gb" type="list" label="GenBank Files collection" > 47 <collection name="output_gb" type="list" label="GenBank Files collection" >
48 <discover_datasets pattern="(?P&lt;name&gt;.*).gb" format="genbank" directory="outdir" /> 48 <discover_datasets pattern="(?P&lt;name&gt;.*).gb" format="genbank" directory="outdir" />
49 </collection> 49 </collection>
50 <data name='report' format='txt' label='text report' /> 50 <data name='report' format='txt' label='missing fragments' />
51 </outputs> 51 </outputs>
52 <tests> 52 <tests>
53 <!--manual parameters--> 53 <!--manual parameters-->
54 <test> 54 <test>
55 <param name="input" value="2-step-golden_gate_plan.csv" /> 55 <param name="input" value="2-step-golden_gate_plan.csv" />
123 </assert_contents> 123 </assert_contents>
124 </element> 124 </element>
125 </output_collection> 125 </output_collection>
126 <output name='report'> 126 <output name='report'>
127 <assert_contents> 127 <assert_contents>
128 <has_n_lines n="1" /> 128 <has_n_lines n="0" />
129 <has_line_matching expression="NO missing fragments in DB" />
130 </assert_contents> 129 </assert_contents>
131 </output> 130 </output>
132 </test> 131 </test>
133 <!--JSON parameters--> 132 <!--JSON parameters-->
134 <test> 133 <test>
199 </assert_contents> 198 </assert_contents>
200 </element> 199 </element>
201 </output_collection> 200 </output_collection>
202 <output name='report'> 201 <output name='report'>
203 <assert_contents> 202 <assert_contents>
204 <has_n_lines n="1" /> 203 <has_n_lines n="0" />
205 <has_line_matching expression="NO missing fragments in DB" />
206 </assert_contents> 204 </assert_contents>
207 </output> 205 </output>
208 </test> 206 </test>
209 <!--test missing fragments--> 207 <!--test missing fragments-->
210 <test> 208 <test>
279 </assert_contents> 277 </assert_contents>
280 </element> 278 </element>
281 </output_collection> 279 </output_collection>
282 <output name='report'> 280 <output name='report'>
283 <assert_contents> 281 <assert_contents>
284 <has_n_lines n="7" /> 282 <has_n_lines n="6" />
285 <has_line_matching expression="Missing fragment in DB:" />
286 <has_line_matching expression="ACP10001AaCbbBS" /> 283 <has_line_matching expression="ACP10001AaCbbBS" />
287 <has_line_matching expression="NEW20001BbDccKT" /> 284 <has_line_matching expression="NEW20001BbDccKT" />
288 <has_line_matching expression="XYZ10003AaCbbBS" /> 285 <has_line_matching expression="XYZ10003AaCbbBS" />
289 <has_line_matching expression="CFP10002AaCbbBS" /> 286 <has_line_matching expression="CFP10002AaCbbBS" />
290 <has_line_matching expression="ALT30005CcEddLM" /> 287 <has_line_matching expression="ALT30005CcEddLM" />