0
|
1 <tool id="gd_new_oscar" name="Map" version="1.0.0">
|
|
2 <description>Ensembl transcripts to KEGG pathways</description>
|
|
3
|
|
4 <command interpreter="python">
|
|
5 rtrnKEGGpthwfENSEMBLTc.py
|
|
6 "--loc_file=${GALAXY_DATA_INDEX_DIR}/gd.oscar.loc"
|
|
7 "--species=${input.metadata.dbkey}"
|
|
8 "--input=${input}"
|
|
9 "--posENSEMBLclmn=${ensembl_col}"
|
|
10 "--output=${output}"
|
|
11 </command>
|
|
12
|
|
13 <inputs>
|
|
14 <param name="input" type="data" format="tabular" label="Table" />
|
|
15 <param name="ensembl_col" type="data_column" data_ref="input" label="Column with ENSEMBL transcript code" />
|
|
16 </inputs>
|
|
17
|
|
18 <outputs>
|
|
19 <data name="output" format="tabular" />
|
|
20 </outputs>
|
|
21
|
|
22 <help>
|
|
23 **What it does**
|
|
24
|
|
25 Adds the fields KEGG gene codes and KEGG pathways to an input table of ENSEMBL transcript codes.
|
|
26 </help>
|
|
27 </tool>
|