Mercurial > repos > galaxyp > custom_pro_db_annotation_data_manager
comparison data_manager/customProDB_annotation.xml @ 10:a0a5aa56d29c draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 4bb5b663989d5f04e8fb74b111456f16d6edaa66
author | galaxyp |
---|---|
date | Tue, 14 Mar 2017 14:11:41 -0400 |
parents | 9fec6c7f46eb |
children | 63c48a6eddb6 |
comparison
equal
deleted
inserted
replaced
9:9fec6c7f46eb | 10:a0a5aa56d29c |
---|---|
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 <requirements> |
4 --outputFile "${out_file}" | 4 <requirement type="package" version="1.14.0">bioconductor-customprodb</requirement> |
5 --dbkey "${dbkey}" | 5 </requirements> |
6 --dbsnp "${dbsnp}" | 6 <stdio> |
7 #if $cosmic | 7 <exit_code range=":-1" /> |
8 --cosmic true | 8 <exit_code range="1:" /> |
9 #end if | 9 </stdio> |
10 --dbkey_description ${ dbkey.get_display_text() } | 10 <command><![CDATA[ |
11 2>&1 | 11 Rscript --vanilla '$__tool_directory__/customProDB_annotation.R' |
12 </command> | 12 --outputFile '${out_file}' |
13 <stdio> | 13 --dbkey '${dbkey}' |
14 <exit_code range=":-1" /> | 14 --dbsnp '${dbsnp}' |
15 <exit_code range="1:" /> | 15 $cosmic |
16 </stdio> | 16 --dbkey_description '${ dbkey.get_display_text() }' |
17 <inputs> | 17 2>1 |
18 <param type="genomebuild" name="dbkey" value="" label="UCSC dbKey for reference genome" /> | 18 ]]> |
19 <param type="text" name="dbsnp" value="" label="dbSNP identifier currently available from UCSC" help="e.g. 'snp142'" /> | 19 </command> |
20 <param type="boolean" name="cosmic" value="" label="Annotate somatic SNPs from COSMIC (human only)" /> | 20 <inputs> |
21 </inputs> | 21 <param type="genomebuild" name="dbkey" value="" label="UCSC dbKey for reference genome" /> |
22 <outputs> | 22 <param type="text" name="dbsnp" value="" label="dbSNP identifier currently available from UCSC" help="e.g. 'snp142'" /> |
23 <data name="out_file" format="data_manager_json"/> | 23 <param type="boolean" name="cosmic" truevalue="--cosmic true" falsevalue="" label="Annotate somatic SNPs from COSMIC (human only)" /> |
24 </outputs> | 24 </inputs> |
25 | 25 <outputs> |
26 <help> | 26 <data name="out_file" format="data_manager_json"/> |
27 </outputs> | |
28 <help> | |
27 | 29 |
28 .. class:: infomark | 30 .. class:: infomark |
29 | 31 |
30 **Notice:** If you leave name, description, or id blank, it will be generated automatically. | 32 **Notice:** If you leave name, description, or id blank, it will be generated automatically. |
31 | 33 |
32 </help> | 34 </help> |
33 <citations> | 35 <citations> |
34 <citation type="doi">10.1093/bioinformatics/btt543</citation> | 36 <citation type="doi">10.1093/bioinformatics/btt543</citation> |
35 <citation type="bibtex">@misc{toolsGalaxyP, author = {Chambers MC, et al.}, title = {Galaxy Proteomics Tools}, publisher = {GitHub}, journal = {GitHub repository}, | 37 <citation type="bibtex">@misc{toolsGalaxyP, author = {Chambers MC, et al.}, title = {Galaxy Proteomics Tools}, publisher = {GitHub}, journal = {GitHub repository}, |
36 year = {2017}, url = {https://github.com/galaxyproteomics/tools-galaxyp}}</citation> <!-- TODO: fix substitution of commit ", commit = {$sha1$}" --> | 38 year = {2017}, url = {https://github.com/galaxyproteomics/tools-galaxyp}}</citation> <!-- TODO: fix substitution of commit ", commit = {$sha1$}" --> |
37 </citations> | 39 </citations> |
38 </tool> | 40 </tool> |