Mercurial > repos > gga > chado_export_export_fasta
annotate macros.xml @ 20:77c05e5d67da draft
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 73142be24a0462a3aeb303401e8fcbc72f1cd4f5"
| author | gga | 
|---|---|
| date | Mon, 14 Mar 2022 14:45:58 +0000 | 
| parents | 6796bff233f2 | 
| children | 649d7f92cd89 | 
| rev | line source | 
|---|---|
| 0 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 1 <?xml version="1.0"?> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 2 <macros> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 3 <xml name="requirements"> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 4 <requirements> | 
| 12 
15846309fe0a
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 1640878827bdc3870b6f34eded3a3f7571a1849f"
 gga parents: 
11diff
changeset | 5 <requirement type="package" version="@LIB_VERSION@">python-chado</requirement> | 
| 1 
539b6b4e7d3a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 53d8f1212a5602a4692517c44e0285228087e3f2
 gga parents: 
0diff
changeset | 6 <requirement type="package" version="1.5">jq</requirement> | 
| 10 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 7 <requirement type="package" version="@PG_VERSION@">postgresql</requirement> | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 8 <requirement type="package" version="0.1">pglite</requirement> | 
| 0 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 9 <yield/> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 10 </requirements> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 11 </xml> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 12 | 
| 20 
77c05e5d67da
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 73142be24a0462a3aeb303401e8fcbc72f1cd4f5"
 gga parents: 
19diff
changeset | 13 <token name="@LIB_VERSION@">2.3.8</token> | 
| 16 
088417c6c4d6
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0a8b62b6cdce301067cba25d30171d5f6ec04f40"
 gga parents: 
15diff
changeset | 14 <token name="@WRAPPER_VERSION@">@LIB_VERSION@+galaxy0</token> | 
| 10 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 15 <token name="@PG_VERSION@">11.2</token> | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 16 | 
| 0 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 17 <xml name="stdio"> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 18 <stdio> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 19 <regex level="fatal" match="Exception:" source="stderr" /> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 20 <regex level="fatal" match="error" source="stderr" /> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 21 <exit_code range="1:" /> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 22 </stdio> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 23 </xml> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 24 | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 25 <xml name="citation"> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 26 <citations> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 27 </citations> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 28 </xml> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 29 | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 30 <token name="@HELP_OVERVIEW@"><![CDATA[ | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 31 **Python-chado Overview** | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 32 | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 33 Python-cado provides several tools allowing to load data into a remote Chado database. | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 34 ]]></token> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 35 | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 36 <token name="@HELP@"><![CDATA[ | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 37 ]]></token> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 38 | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 39 <xml name="sanitized"> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 40 <sanitizer> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 41 <valid initial="string.printable"> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 42 <remove value="'"/> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 43 </valid> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 44 <mapping initial="none"> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 45 <add source="'" target="'"'"'"/> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 46 <add source="(" target="\("/> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 47 <add source=")" target="\)"/> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 48 </mapping> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 49 </sanitizer> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 50 </xml> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 51 | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 52 <!-- I'm not proud of it, but it is needed for workflows --> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 53 <xml name="wait_for"> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 54 <param name="wait_for" | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 55 type="data" | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 56 format="data" | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 57 optional="true" | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 58 label="Run this only after the following dataset is ready" | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 59 help="Use this if you want to delay the job execution until some data is already loaded. The selected dataset will not be used for anything else."/> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 60 </xml> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 61 | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 62 <xml name="feature_rel"> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 63 <param name="rel_subject_re" | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 64 argument="--rel-subject-re" | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 65 type="text" | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 66 label="Regular expression to extract the unique name of the parent feature" | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 67 help="this regex will be applied on the fasta definition line to generate the unique name of the parent feature"> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 68 <expand macro="sanitized"/> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 69 </param> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 70 | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 71 <param name="rel_subject_type" | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 72 argument="--rel-subject-type" | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 73 type="text" | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 74 label="Sequence type of the parent" | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 75 help="this should be a Sequence Ontology term" /> | 
| 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 76 </xml> | 
| 10 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 77 | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 78 <xml name="psql_target"> | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 79 <conditional name="psql_target"> | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 80 <param name="method" type="select" label="Chado Database" help="If you select 'Remote database' make sure credentials are defined in environment variables"> | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 81 <option value="remote">Remote database</option> | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 82 <option value="pgtools">Database from history</option> | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 83 </param> | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 84 <when value="remote"/> | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 85 <when value="pgtools"> | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 86 <param name="infile" type="data" format="postgresql" label="Input database" /> | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 87 <param name="schema" type="text" label="Schema containing Chado tables" value="public" help="Can be 'chado' for a Tripal database"/> | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 88 </when> | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 89 </conditional> | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 90 </xml> | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 91 | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 92 <token name="@START_PSQL@"><![CDATA[ | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 93 #if $psql_target.method == 'pgtools' | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 94 tar -xjvf '$psql_target.infile' > /dev/null && | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 95 . '$__tool_directory__/prepare_psql.sh' '$psql_target.schema' | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 96 #else | 
| 11 
88c8235f28b8
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit bc69ce09372c8c2701b726c326e671af279adb4d
 gga parents: 
10diff
changeset | 97 if [ -z "\$CHAKIN_GLOBAL_CONFIG_PATH" ]; then | 
| 
88c8235f28b8
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit bc69ce09372c8c2701b726c326e671af279adb4d
 gga parents: 
10diff
changeset | 98 echo "__default: local" > '.auth.yml' && | 
| 
88c8235f28b8
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit bc69ce09372c8c2701b726c326e671af279adb4d
 gga parents: 
10diff
changeset | 99 echo "local:" >> '.auth.yml' && | 
| 
88c8235f28b8
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit bc69ce09372c8c2701b726c326e671af279adb4d
 gga parents: 
10diff
changeset | 100 echo " dbhost: \"\$GALAXY_CHADO_DBHOST\"" >> '.auth.yml' && | 
| 
88c8235f28b8
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit bc69ce09372c8c2701b726c326e671af279adb4d
 gga parents: 
10diff
changeset | 101 echo " dbname: \"\$GALAXY_CHADO_DBNAME\"" >> '.auth.yml' && | 
| 
88c8235f28b8
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit bc69ce09372c8c2701b726c326e671af279adb4d
 gga parents: 
10diff
changeset | 102 echo " dbpass: \"\$GALAXY_CHADO_DBPASS\"" >> '.auth.yml' && | 
| 
88c8235f28b8
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit bc69ce09372c8c2701b726c326e671af279adb4d
 gga parents: 
10diff
changeset | 103 echo " dbuser: \"\$GALAXY_CHADO_DBUSER\"" >> '.auth.yml' && | 
| 
88c8235f28b8
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit bc69ce09372c8c2701b726c326e671af279adb4d
 gga parents: 
10diff
changeset | 104 echo " dbschema: \"\$GALAXY_CHADO_DBSCHEMA\"" >> '.auth.yml' && | 
| 
88c8235f28b8
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit bc69ce09372c8c2701b726c326e671af279adb4d
 gga parents: 
10diff
changeset | 105 echo " dbport: \"\$GALAXY_CHADO_DBPORT\"" >> '.auth.yml' && | 
| 
88c8235f28b8
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit bc69ce09372c8c2701b726c326e671af279adb4d
 gga parents: 
10diff
changeset | 106 | 
| 
88c8235f28b8
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit bc69ce09372c8c2701b726c326e671af279adb4d
 gga parents: 
10diff
changeset | 107 export CHAKIN_GLOBAL_CONFIG_PATH='.auth.yml' | 
| 
88c8235f28b8
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit bc69ce09372c8c2701b726c326e671af279adb4d
 gga parents: 
10diff
changeset | 108 ; fi | 
| 10 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 109 #end if | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 110 ]]></token> | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 111 | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 112 <token name="@STOP_PSQL@"><![CDATA[ | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 113 #if $psql_target.method == 'pgtools' | 
| 11 
88c8235f28b8
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit bc69ce09372c8c2701b726c326e671af279adb4d
 gga parents: 
10diff
changeset | 114 && | 
| 10 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 115 pglite stop -d ./postgresql && | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 116 timeout 60 bash -c 'until pglite status -d ./postgresql | grep -F -q "no server running"; do sleep 1; done' | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 117 ; | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 118 ## Make sure psql is stopped even if loading script failed | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 119 pglite stop -d ./postgresql || true | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 120 #end if | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 121 ]]></token> | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 122 | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 123 <token name="@ZIP_PSQL@"><![CDATA[ | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 124 #if $psql_target.method == 'pgtools' | 
| 11 
88c8235f28b8
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit bc69ce09372c8c2701b726c326e671af279adb4d
 gga parents: 
10diff
changeset | 125 && | 
| 10 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 126 pglite stop -d ./postgresql && | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 127 timeout 60 bash -c 'until pglite status -d ./postgresql | grep -F -q "no server running"; do sleep 1; done' && | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 128 tar -cvjf postgresql_out.tar.bz2 postgresql > /dev/null | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 129 ; | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 130 ## Make sure psql is stopped even if loading script failed | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 131 pglite stop -d ./postgresql || true | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 132 #end if | 
| 
151bd8a67862
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
 gga parents: 
8diff
changeset | 133 ]]></token> | 
| 0 
e27373068b1a
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
 gga parents: diff
changeset | 134 </macros> | 
