Mercurial > repos > rico > test_repository
comparison map_ensembl_transcripts.xml @ 0:99a67ac88802 default tip
Uploaded
| author | rico |
|---|---|
| date | Thu, 05 Apr 2012 14:22:50 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:99a67ac88802 |
|---|---|
| 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 <tests> | |
| 23 <test> | |
| 24 <param name="input" value="genome_diversity/test_in/ensembl.tabular" ftype="tabular"> | |
| 25 <metadata name='dbkey' value='canFam2' /> | |
| 26 </param> | |
| 27 <param name="ensembl_col" value="1" /> | |
| 28 | |
| 29 <output name="output" file="genome_diversity/test_out/map_ensembl_transcripts/map_ensembl_transcripts.tabular" /> | |
| 30 </test> | |
| 31 </tests> | |
| 32 | |
| 33 <help> | |
| 34 **What it does** | |
| 35 | |
| 36 Adds the fields KEGG gene codes and KEGG pathways to an input table of ENSEMBL transcript codes. | |
| 37 </help> | |
| 38 </tool> |
