annotate seq_form_db.xml @ 1:54e716c11b71 draft

planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
author tduigou
date Tue, 29 Jul 2025 12:01:32 +0000
parents 934050a8037e
children 3bb9bbecae97
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
1 <tool id="seq_form_db" name="Get sequences Data From DB" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
2 <description>Import fragment's data from an accessible DB and export it as .gb files</description>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
3 <macros>
1
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
4 <token name="@VERSION_SUFFIX@">2</token>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
5 <token name="@TOOL_VERSION@">0.3.0</token>
0
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
6 </macros>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
7 <requirements>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
8 <requirement type="package" version="2.2.3">pandas</requirement>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
9 <requirement type="package" version="2.0.40">sqlalchemy</requirement>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
10 <requirement type="package" version="2.9.9">psycopg2</requirement>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
11 <requirement type="package" version="1.85">biopython</requirement>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
12 </requirements>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
13 <command detect_errors="exit_code"><![CDATA[
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
14 mkdir 'outdir' &&
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
15 python '$__tool_directory__/get_db_info.py'
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
16 --input '$input'
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
17 --use_json_paramers '$json_use.use_json_paramers'
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
18 #if not $json_use.use_json_paramers:
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
19 --sequence_column '$json_use.sequence_column'
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
20 --annotation_columns '$json_use.annotation_columns'
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
21 --db_uri '$json_use.db_uri'
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
22 --table '$json_use.table'
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
23 --fragment_column '$json_use.fragment_column'
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
24 #else:
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
25 --json_conf '$json_use.json_conf'
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
26 #end if
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
27 --output 'outdir'
1
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
28 --report '$report'
0
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
29 ]]></command>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
30 <inputs>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
31 <param name="input" type="data" format="csv" label="Input CSV File" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
32 <conditional name="json_use">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
33 <param name="use_json_paramers" type="boolean" checked='false' label="Use parameters from JSON" help="extract parameters from json file" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
34 <when value="false">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
35 <param name="table" type="text" label="DB Table Name" optional="false" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
36 <param name="sequence_column" type="text" label="DB Column Contains Sequence For ganbank File" optional="false" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
37 <param name="annotation_columns" type="text" label="DB Column Contains Annotation For Ganbank File" optional="false" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
38 <param name="fragment_column" type="text" label="DB IDs Column Name" optional="false" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
39 <param name="db_uri" type="text" label="DB Connection URI" help="postgresql://user_name:password@host:port/path/to/database" optional="false" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
40 </when>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
41 <when value="true">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
42 <param name="json_conf" type="data" format='json' label="DB config as a json file" help="JSON file specifying the database URI, table name and the column names for annotation and sequence data" optional="false" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
43 </when>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
44 </conditional>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
45 </inputs>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
46 <outputs>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
47 <collection name="output_gb" type="list" label="GenBank Files collection" >
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
48 <discover_datasets pattern="(?P&lt;name&gt;.*).gb" format="genbank" directory="outdir" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
49 </collection>
1
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
50 <data name='report' format='txt' label='text report' />
0
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
51 </outputs>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
52 <tests>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
53 <!--manual parameters-->
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
54 <test>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
55 <param name="input" value="2-step-golden_gate_plan.csv" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
56 <conditional name="json_use">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
57 <param name='use_json_paramers' value='false' />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
58 <param name="table" value="sample" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
59 <param name="sequence_column" value="sequence" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
60 <param name="annotation_columns" value="annotation" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
61 <param name="fragment_column" value="fragment" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
62 <param name="db_uri" value="postgresql://postgres:RK17@localhost:5432/test_fragments_db" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
63 </conditional>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
64 <output_collection name="output_gb" type="list" count="12">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
65 <element name="part_A">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
66 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
67 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
68 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
69 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
70 <element name="part_B">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
71 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
72 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
73 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
74 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
75 <element name="part_C">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
76 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
77 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
78 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
79 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
80 <element name="part_D">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
81 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
82 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
83 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
84 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
85 <element name="part_E">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
86 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
87 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
88 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
89 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
90 <element name="part_F">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
91 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
92 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
93 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
94 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
95 <element name="part_G">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
96 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
97 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
98 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
99 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
100 <element name="part_H">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
101 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
102 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
103 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
104 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
105 <element name="part_I">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
106 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
107 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
108 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
109 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
110 <element name="part_J">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
111 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
112 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
113 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
114 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
115 <element name="part_K">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
116 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
117 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
118 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
119 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
120 <element name="part_L">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
121 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
122 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
123 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
124 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
125 </output_collection>
1
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
126 <output name='report'>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
127 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
128 <has_n_lines n="1" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
129 <has_line_matching expression="NO missing fragments in DB" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
130 </assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
131 </output>
0
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
132 </test>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
133 <!--JSON parameters-->
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
134 <test>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
135 <param name="input" value="2-step-golden_gate_plan.csv" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
136 <conditional name="json_use">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
137 <param name="use_json_paramers" value='true'/>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
138 <param name="json_conf" value="test-JSON.json" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
139 </conditional>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
140 <output_collection name="output_gb" type="list" count="12">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
141 <element name="part_A">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
142 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
143 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
144 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
145 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
146 <element name="part_B">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
147 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
148 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
149 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
150 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
151 <element name="part_C">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
152 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
153 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
154 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
155 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
156 <element name="part_D">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
157 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
158 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
159 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
160 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
161 <element name="part_E">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
162 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
163 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
164 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
165 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
166 <element name="part_F">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
167 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
168 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
169 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
170 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
171 <element name="part_G">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
172 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
173 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
174 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
175 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
176 <element name="part_H">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
177 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
178 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
179 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
180 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
181 <element name="part_I">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
182 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
183 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
184 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
185 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
186 <element name="part_J">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
187 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
188 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
189 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
190 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
191 <element name="part_K">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
192 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
193 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
194 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
195 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
196 <element name="part_L">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
197 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
198 <has_n_lines min="10" />
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
199 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
200 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
201 </output_collection>
1
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
202 <output name='report'>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
203 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
204 <has_n_lines n="1" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
205 <has_line_matching expression="NO missing fragments in DB" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
206 </assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
207 </output>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
208 </test>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
209 <!--test missing fragments-->
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
210 <test>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
211 <param name="input" value="test_missing_input.csv" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
212 <conditional name="json_use">
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
213 <param name='use_json_paramers' value='false' />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
214 <param name="table" value="sample" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
215 <param name="sequence_column" value="sequence" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
216 <param name="annotation_columns" value="annotation" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
217 <param name="fragment_column" value="fragment" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
218 <param name="db_uri" value="postgresql://postgres:RK17@localhost:5432/test_fragments_db" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
219 </conditional>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
220 <output_collection name="output_gb" type="list" count="12">
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
221 <element name="part_A">
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
222 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
223 <has_n_lines min="10" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
224 </assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
225 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
226 <element name="part_B">
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
227 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
228 <has_n_lines min="10" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
229 </assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
230 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
231 <element name="part_C">
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
232 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
233 <has_n_lines min="10" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
234 </assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
235 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
236 <element name="part_D">
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
237 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
238 <has_n_lines min="10" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
239 </assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
240 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
241 <element name="part_E">
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
242 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
243 <has_n_lines min="10" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
244 </assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
245 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
246 <element name="part_F">
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
247 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
248 <has_n_lines min="10" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
249 </assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
250 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
251 <element name="part_G">
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
252 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
253 <has_n_lines min="10" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
254 </assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
255 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
256 <element name="part_H">
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
257 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
258 <has_n_lines min="10" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
259 </assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
260 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
261 <element name="part_I">
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
262 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
263 <has_n_lines min="10" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
264 </assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
265 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
266 <element name="part_J">
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
267 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
268 <has_n_lines min="10" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
269 </assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
270 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
271 <element name="part_K">
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
272 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
273 <has_n_lines min="10" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
274 </assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
275 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
276 <element name="part_L">
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
277 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
278 <has_n_lines min="10" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
279 </assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
280 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
281 </output_collection>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
282 <output name='report'>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
283 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
284 <has_n_lines n="7" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
285 <has_line_matching expression="Missing fragment in DB:" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
286 <has_line_matching expression="ACP10001AaCbbBS" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
287 <has_line_matching expression="NEW20001BbDccKT" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
288 <has_line_matching expression="XYZ10003AaCbbBS" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
289 <has_line_matching expression="CFP10002AaCbbBS" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
290 <has_line_matching expression="ALT30005CcEddLM" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
291 <has_line_matching expression="QWE10004AaCbbBS" />
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
292 </assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
293 </output>
0
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
294 </test>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
295 </tests>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
296
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
297 <help><![CDATA[
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
298 Get sequences Data From DB
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
299 ==========================
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
300
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
301 Implemented a system to generate GenBank (.gb) files for ADN fragments in CSV input, based on data retrieved from an accessible database via URI requests.
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
302
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
303 **Parameters**:
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
304 ---------------
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
305 * **Use parameters from JSON**: Yes/No parameter to ask user if he wants to set parameters manually or using JSON file.
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
306 * **Input CSV File**: Assembly CSV contains construct IDs in the first column and their corresponding fragments in the following columns. (Without Header)
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
307 * **DB Table Name**: Name of the target table in the database.
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
308 * **DB Column Contains Sequence For ganbank File**: Column storing sequence data, expected to start with "ORIGIN".
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
309 * **DB Column Contains Annotation For Ganbank File**: Column containing annotation data, starting with "FEATURES" and including "LOCUS" information. Other metadata is optional.
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
310 * **DB IDs Column Name**: Column holding the unique fragment IDs.
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
311 * **DB Connection URI**: URI used to connect to the database (e.g., postgresql://user_name:pass@localhost:5432/test_fragments_db).
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
312 ]]></help>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
313 <citations>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
314 <citation type="bibtex">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
315 @unpublished{seq_form_db
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
316 author = {Ramiz Khaled},
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
317 title = {{seq_form_db}},
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
318 url = {https://github.com/brsynth/},
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
319 }
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
320 </citation>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
321 </citations>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
322 </tool>