# HG changeset patch # User galaxyp # Date 1493671962 14400 # Node ID 19ee2e85931a0c822c430d28bcaa2fb42dd45d66 # Parent 1d3557cec567d619533fd358320d5695459885be planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit 5468046a527b26c92654bbf759b63f9a82b74665 diff -r 1d3557cec567 -r 19ee2e85931a dbbuilder.xml --- a/dbbuilder.xml Sat Apr 29 09:46:31 2017 -0400 +++ b/dbbuilder.xml Mon May 01 16:52:42 2017 -0400 @@ -14,7 +14,7 @@ <command> <![CDATA[ #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 $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"