Mercurial > repos > galaxyp > custom_pro_db_annotation_data_manager
comparison data_manager/customProDB_annotation.xml @ 4:b42974daa659 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/data_manager_customProDB commit 141369f97aa2804d2bbfd9ed620ea2a5574994c2-dirty
| author | galaxyp |
|---|---|
| date | Thu, 28 Jan 2016 18:46:50 -0500 |
| parents | af0a098e15bd |
| children | a0ca66b32792 |
comparison
equal
deleted
inserted
replaced
| 3:af0a098e15bd | 4:b42974daa659 |
|---|---|
| 1 <tool id="custom_pro_db_annotation_data_manager" name="CustomProDB Annotation" tool_type="manage_data" version="0.0.1"> | 1 <tool id="custom_pro_db_annotation_data_manager" name="CustomProDB Annotation" tool_type="manage_data" version="0.0.1"> |
| 2 <description>builder</description> | 2 <description>builder</description> |
| 3 <command interpreter="Rscript --vanilla">customProDB_annotation.R | 3 <command interpreter="Rscript --vanilla">customProDB_annotation.R |
| 4 --outputFile "${out_file}" | 4 --outputFile "${out_file}" |
| 5 --dbkey "${dbkey}" | 5 --dbkey "${dbkey}" |
| 6 --dbkey_description "${ dbkey.get_display_text() }" | 6 --dbkey_description ${ dbkey.get_display_text() } |
| 7 2>&1 | 7 2>&1 |
| 8 </command> | 8 </command> |
| 9 <stdio> | 9 <stdio> |
| 10 <exit_code range=":-1" /> | 10 <exit_code range=":-1" /> |
| 11 <exit_code range="1:" /> | 11 <exit_code range="1:" /> |
