annotate intermine_galaxy_exchange.xml @ 1:5673140f2d5a draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit bb1afe7092cd4f9440d3434379a93270907bf175
author iuc
date Fri, 02 Nov 2018 12:17:00 -0400
parents 3d09554c8a47
children c24014d80001
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
1 <tool id="galaxy_intermine_exchange" name="Create InterMine Interchange" version="0.0.1">
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
2 <description>Dataset</description>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
3 <requirements>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
4 <requirement type="package" version="8.25">coreutils</requirement>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
5 </requirements>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
6 <command detect_errors="exit_code"><![CDATA[
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
7 awk -F \$'\t' ' {
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
8 #if str($feature_text):
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
9 f = "${feature_text}";
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
10 #else:
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
11 f = \$${feature_column};
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
12 #end if
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
13
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
14 #if str($feature_id_text):
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
15 i = "${feature_id_text}";
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
16 #else:
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
17 i = \$${feature_id_column};
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
18 #end if
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
19
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
20 #if str($organism_text):
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
21 o = "${organism_text}";
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
22 #elif $organism_column:
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
23 o = \$${organism_column};
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
24 #else:
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
25 o= "";
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
26 #end if
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
27
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
28 print f, i, o; } ' OFS=\$'\t' '${input_tabular}' > '${intermine_output}'
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
29 ]]>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
30 </command>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
31 <inputs>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
32 <param name="input_tabular" type="data" format="txt" multiple="False" optional="False" label="Tabular file"/>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
33 <param name="feature_column" type="data_column" data_ref="input_tabular" optional="False" label="Feature Type column" value="1"/>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
34 <param name="feature_text" type="text" value="" optional="True" label="Feature Type" help="Optional, will override column selection with static text value"/>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
35 <param name="feature_id_column" type="data_column" data_ref="input_tabular" optional="False" label="Feature column Identifier" value="2"/>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
36 <param name="feature_id_text" type="text" value="" optional="True" label="Feature Type" help="Optional, will override column selection with static text value"/>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
37 <param name="organism_column" type="data_column" data_ref="input_tabular" optional="True" label="Feature column Identifier" value="3"/>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
38 <param name="organism_text" type="text" value="" optional="True" label="Feature Type" help="Optional, will override column selection with static text value"/>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
39 </inputs>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
40 <outputs>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
41 <data format="intermine_tabular" name="intermine_output"/>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
42 </outputs>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
43 <tests>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
44 <test>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
45 <param name="input_tabular" value="intermine-format-example.tsv" ftype="tabular"/>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
46 <param name="feature_column" value="1"/>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
47 <param name="feature_id_text" value=""/>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
48 <param name="feature_id_column" value="2"/>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
49 <param name="feature_text" value=""/>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
50 <param name="forganism_column" value="2"/>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
51 <param name="organism_text" value=""/>
1
5673140f2d5a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit bb1afe7092cd4f9440d3434379a93270907bf175
iuc
parents: 0
diff changeset
52 <output name="intermine_output" file="intermine-format-example.tsv" ftype="intermine_tabular"/>
0
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
53 </test>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
54 </tests>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
55 <help>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
56 <![CDATA[
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
57 InterMine-Galaxy exchange format
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
58 ================================
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
59 This file format exists as an intermediate step to import from Galaxy to InterMines and is not in itself a data format intended to be used for data storage or any purpose apart from Galaxy->InterMine interoperability.
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
60
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
61 This file has two mandatory columns and one optional column
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
62
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
63 Column 1 (mandatory)
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
64 --------------------
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
65 **Type of identifier**, e.g. `Gene` or `Protein`. Must be a class in the `InterMine data model`_. Gene or Protein is always a safe option.
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
66
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
67 Column 2 (mandatory)
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
68 --------------------
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
69 **Identifier** this could be, as an example, a gene symbol like `GATA1` or another other identifier, e.g. `FBGN0000099` or perhaps a protein accession, or some other identifier.
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
70
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
71 Column 3 (optional)
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
72 -------------------
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
73 **Organism name** - e.g. `H. sapiens` or `Drosophila melanogaster`. This is optional and does not have to be precise, but is good to provide if it is known.
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
74
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
75 ----
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
76
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
77 For additional information, please see:
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
78
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
79 - https://github.com/intermine/galaxy-integration/blob/master/intermine-file-format/intermine-format-definition.md
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
80 - https://raw.githubusercontent.com/intermine/galaxy-integration/master/intermine-file-format/intermine-format-example.tsv
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
81
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
82 .. _InterMine data model: http://intermine.readthedocs.io/en/latest/data-model/model/#a-short-example
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
83 ]]>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
84 </help>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
85 <citations>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
86 <citation type="doi">10.1093/nar/gku301</citation>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
87 </citations>
3d09554c8a47 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 562a034dbd23e37f1a994b1987a7cc0ec08be1a2
iuc
parents:
diff changeset
88 </tool>