# HG changeset patch # User galaxyp # Date 1493473591 14400 # Node ID 1d3557cec567d619533fd358320d5695459885be # Parent b393478916095e1438ccfb4b1632585881b8e190 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4 diff -r b39347891609 -r 1d3557cec567 README.md --- a/README.md Fri Sep 26 14:31:06 2014 -0400 +++ b/README.md Sat Apr 29 09:46:31 2017 -0400 @@ -1,7 +1,7 @@ GalaxyP - Protein Database Downloader ===================================== -* Home: +* Home: * Galaxy Tool Shed: * Tool ID: `dbbuilder` @@ -15,9 +15,9 @@ GalaxyP Community ----------------- -Current governing community policies for [GalaxyP](https://bitbucket.org/galaxyp/) and other information can be found at: +Current governing community policies for [GalaxyP](https://github.com/galaxyproteomics/) and other information can be found at: - + License @@ -35,7 +35,7 @@ Contributing ------------ -Contributions to this repository are reviewed through pull requests. If you would like your work acknowledged, please also add yourself to the Authors section. If your pull request is accepted, you will also be acknowledged in unless you opt-out. +Contributions to this repository are reviewed through pull requests. If you would like your work acknowledged, please also add yourself to the Authors section. If your pull request is accepted, you will also be acknowledged in Authors diff -r b39347891609 -r 1d3557cec567 dbbuilder.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dbbuilder.xml Sat Apr 29 09:46:31 2017 -0400 @@ -0,0 +1,109 @@ + + + + gnu-wget + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r b39347891609 -r 1d3557cec567 tool-data/uniprot_taxons.loc.sample --- a/tool-data/uniprot_taxons.loc.sample Fri Sep 26 14:31:06 2014 -0400 +++ b/tool-data/uniprot_taxons.loc.sample Sat Apr 29 09:46:31 2017 -0400 @@ -12,3 +12,9 @@ Halobacterium salinarum (strain ATCC 700922 / JCM 11081 / NRC-1) 64091 Apis mellifera (Honeybee) 7460 Mycobacterium tuberculosis H37Rv (MTB) [Not complete proteome] 83332 +Mycoplasma orale [Not complete proteome] 2121 +Mycoplasma hyorhinis 2100 +Mycoplasma arginini 2094 +Mycoplasma fermentans 2115 +Mycoplasma hominis 2098 +Acholeplasma laidlawii 2148 diff -r b39347891609 -r 1d3557cec567 tools/dbbuilder.xml --- a/tools/dbbuilder.xml Fri Sep 26 14:31:06 2014 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,95 +0,0 @@ - - - - - wget - - - - - - - - - - - #if $source.from == "uniprot" - #set $url = "http://www.uniprot.org/uniprot/?query=taxonomy%3a%22" + str($source.taxon) + "%22" + str($source.set) + str($source.reviewed) + "&force=yes&format=fasta" + str($source.include_isoform) - #set $type = "direct" - #elif $source.from == "cRAP" - #set $url = "ftp://ftp.thegpm.org/fasta/cRAP/crap.fasta" - #set $type = "direct" - #elif $source.from == "url" - #set $url = $source.url - #set $type = "direct" - #end if - #if $type =="direct" - wget -nv '$url' -O '${output_database}' - #end if - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -**Output** - -Creates a FASTA file of specified protein sequences for comparison with experimental MS/MS data in search algorithm. - -**External Links** - -_Galaxy-P 101 shows usage Protein Database Downloader tool in the creation of a workflow -.. _Galaxy-P 101: http://msi-galaxy-p.readthedocs.org/en/latest/sections/galaxyp_101.html -_UniProtKB provides additional information about the UniProt Knowledgebase -.. _UniProtKB: http://www.uniprot.org/help/uniprotkb - - -