Repository 'dbbuilder'
hg clone https://toolshed.g2.bx.psu.edu/repos/galaxyp/dbbuilder

Changeset 7:a94dc3d469cb (2017-05-02)
Previous changeset 6:19ee2e85931a (2017-05-01) Next changeset 8:a85fbebe8b2f (2017-05-03)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit 7480b93ed88eb017041b16e1181a481f7b3334d3
modified:
dbbuilder.xml
b
diff -r 19ee2e85931a -r a94dc3d469cb dbbuilder.xml
--- a/dbbuilder.xml Mon May 01 16:52:42 2017 -0400
+++ b/dbbuilder.xml Tue May 02 08:52:01 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:"' + str($source.taxon) + '"' + 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"