annotate 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
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>
2
3bb9bbecae97 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 767392e3136912fa30d1e0786eba789dd77d722c-dirty
tduigou
parents: 1
diff changeset
4 <token name="@VERSION_SUFFIX@">3</token>
3bb9bbecae97 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 767392e3136912fa30d1e0786eba789dd77d722c-dirty
tduigou
parents: 1
diff changeset
5 <token name="@TOOL_VERSION@">0.3.1</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>
2
3bb9bbecae97 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 767392e3136912fa30d1e0786eba789dd77d722c-dirty
tduigou
parents: 1
diff changeset
50 <data name='report' format='txt' label='missing fragments' />
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>
2
3bb9bbecae97 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 767392e3136912fa30d1e0786eba789dd77d722c-dirty
tduigou
parents: 1
diff changeset
128 <has_n_lines n="0" />
1
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
129 </assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
130 </output>
0
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
131 </test>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
132 <!--JSON parameters-->
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
133 <test>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
134 <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
135 <conditional name="json_use">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
136 <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
137 <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
138 </conditional>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
139 <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
140 <element name="part_A">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
141 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
142 <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
143 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
144 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
145 <element name="part_B">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
146 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
147 <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
148 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
149 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
150 <element name="part_C">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
151 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
152 <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
153 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
154 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
155 <element name="part_D">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
156 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
157 <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
158 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
159 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
160 <element name="part_E">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
161 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
162 <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
163 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
164 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
165 <element name="part_F">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
166 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
167 <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
168 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
169 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
170 <element name="part_G">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
171 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
172 <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
173 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
174 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
175 <element name="part_H">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
176 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
177 <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
178 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
179 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
180 <element name="part_I">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
181 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
182 <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
183 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
184 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
185 <element name="part_J">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
186 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
187 <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
188 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
189 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
190 <element name="part_K">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
191 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
192 <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
193 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
194 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
195 <element name="part_L">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
196 <assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
197 <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
198 </assert_contents>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
199 </element>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
200 </output_collection>
1
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
201 <output name='report'>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
202 <assert_contents>
2
3bb9bbecae97 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 767392e3136912fa30d1e0786eba789dd77d722c-dirty
tduigou
parents: 1
diff changeset
203 <has_n_lines n="0" />
1
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
204 </assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
205 </output>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
206 </test>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
207 <!--test missing fragments-->
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 <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
210 <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
211 <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
212 <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
213 <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
214 <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
215 <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
216 <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
217 </conditional>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
218 <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
219 <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
220 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
221 <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
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 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
224 <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
225 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
226 <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
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 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
229 <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
230 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
231 <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
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 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
234 <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
235 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
236 <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
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 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
239 <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
240 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
241 <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
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 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
244 <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
245 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
246 <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
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 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
249 <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
250 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
251 <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
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 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
254 <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
255 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
256 <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
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 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
259 <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
260 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
261 <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
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 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
264 <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
265 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
266 <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
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 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
269 <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
270 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
271 <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
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 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
274 <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
275 <assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
276 <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
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 </element>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
279 </output_collection>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
280 <output name='report'>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
281 <assert_contents>
2
3bb9bbecae97 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 767392e3136912fa30d1e0786eba789dd77d722c-dirty
tduigou
parents: 1
diff changeset
282 <has_n_lines n="6" />
1
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
283 <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
284 <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
285 <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
286 <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
287 <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
288 <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
289 </assert_contents>
54e716c11b71 planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 98d5e65b8008dbca117b2e0655cfdd54655fac48-dirty
tduigou
parents: 0
diff changeset
290 </output>
0
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
291 </test>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
292 </tests>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
293
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
294 <help><![CDATA[
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
295 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
296 ==========================
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
297
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
298 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
299
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
300 **Parameters**:
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
301 ---------------
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
302 * **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
303 * **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
304 * **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
305 * **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
306 * **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
307 * **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
308 * **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
309 ]]></help>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
310 <citations>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
311 <citation type="bibtex">
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
312 @unpublished{seq_form_db
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
313 author = {Ramiz Khaled},
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
314 title = {{seq_form_db}},
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
315 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
316 }
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
317 </citation>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
318 </citations>
934050a8037e planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit af45e5e0e81535ab0423b0bcff8b5b220bb9b4d0-dirty
tduigou
parents:
diff changeset
319 </tool>