Mercurial > repos > gga > chado_phylogeny_load_tree
comparison phylogeny_load_tree.xml @ 13:8d44d72730ed draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
author | gga |
---|---|
date | Mon, 08 Jul 2019 05:31:42 -0400 |
parents | 4812a8770a8c |
children | 2df919635d8a |
comparison
equal
deleted
inserted
replaced
12:4812a8770a8c | 13:8d44d72730ed |
---|---|
10 #if $input.input_type == "archive": | 10 #if $input.input_type == "archive": |
11 mkdir 'newick_arch/' && | 11 mkdir 'newick_arch/' && |
12 tar -C 'newick_arch/' -xzvf '${input.newick_arch}' > /dev/null && | 12 tar -C 'newick_arch/' -xzvf '${input.newick_arch}' > /dev/null && |
13 #end if | 13 #end if |
14 | 14 |
15 @AUTH@ | 15 @START_PSQL@ && |
16 | 16 |
17 chakin phylogeny load_tree | 17 chakin phylogeny load_tree |
18 | 18 |
19 $match_on_name | 19 $match_on_name |
20 | 20 |
39 #else | 39 #else |
40 'newick_arch/' | 40 'newick_arch/' |
41 #end if | 41 #end if |
42 | 42 |
43 '$analysis_id' > '$results' | 43 '$analysis_id' > '$results' |
44 | |
45 && @ZIP_PSQL@ | |
44 ]]></command> | 46 ]]></command> |
45 <inputs> | 47 <inputs> |
48 <expand macro="psql_target"/> | |
46 <param argument="analysis_id" | 49 <param argument="analysis_id" |
47 type="select" | 50 type="select" |
48 dynamic_options="list_analyses()" | 51 dynamic_options="list_analyses()" |
49 label="Analysis" /> | 52 label="Analysis" /> |
50 | 53 |
70 <expand macro="wait_for"/> | 73 <expand macro="wait_for"/> |
71 | 74 |
72 </inputs> | 75 </inputs> |
73 <outputs> | 76 <outputs> |
74 <data format="txt" name="results"/> | 77 <data format="txt" name="results"/> |
78 <data format="postgresql" name="outfile" from_work_dir="postgresql_out.tar.bz2" label="${tool.name} on ${on_string}"> | |
79 <filter>psql_target['method'] == "pgtools"</filter> | |
80 </data> | |
75 </outputs> | 81 </outputs> |
76 <help> | 82 <help> |
77 Load a phylogenetic tree (Newick format) into Chado db | 83 Load a phylogenetic tree (Newick format) into Chado db |
78 | 84 |
79 @HELP@ | 85 @HELP@ |