Repository 'sparql_uniprot'
hg clone https://toolshed.g2.bx.psu.edu/repos/fabad/sparql_uniprot

Changeset 18:e0d22d87082b (2016-05-02)
Previous changeset 17:f1f51efc4f67 (2016-05-02) Next changeset 19:8f9aa7684f29 (2016-05-02)
Commit message:
Deleted selected files
removed:
sparql_uniprot.xml
tool_dependencies.xml
b
diff -r f1f51efc4f67 -r e0d22d87082b sparql_uniprot.xml
--- a/sparql_uniprot.xml Mon May 02 17:56:55 2016 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
b
@@ -1,57 +0,0 @@
-<tool id="sparql_uniprot" name="Uniprot Sparql" version="0.1.0">
-  <description>Perform a search into uniprot database using its sparql interface.</description>
-  <requirements>
-    <requirement type="binary">python</requirement>
-    <requirement type="python-module" version="1.7.6">SPARQLWrapper</requirement>
-  </requirements>
-  <command interpreter="python">sparql_uniprot.py "${protein}" "${proteinName}" "${geneName}" "${organismName}" "${diseaseAnnotation}" "${domainName}" "${similarityAnnotation}" "${locationAnnotation}" "${functionAnnotation}" "${pharmaceuticalAnnotation}" "${output}"</command>
-  <inputs>
-    <param name="protein" type="text" label="Uniprot Identifier"/>
-
-    <param name="proteinName" type="text" label="Protein Name">
- <!-- sanitizer para que nos deje usar el caracter $ -->
- <sanitizer sanitize="False"/>
-    </param>
-
-    <param name="geneName" type="text" label="Gene Name">
- <sanitizer sanitize="False"/>
-    </param>
-
-    <param name="organismName" type="text" label="Organism">
- <sanitizer sanitize="False"/>
-    </param>
-
-    <param name="diseaseAnnotation" type="text" label="Disease Annotation">
- <sanitizer sanitize="False"/>
-    </param>
-
-    <param name="domainName" type="text" label="Domain">
- <sanitizer sanitize="False"/>
-    </param>
-
-    <param name="similarityAnnotation" type="text" label="Similarity Annotation">
- <sanitizer sanitize="False"/>
-    </param>
-
-    <param name="locationAnnotation" type="text" label="Location Annotation">
- <sanitizer sanitize="False"/>
-    </param>
-
-    <param name="functionAnnotation" type="text" label="Function Annotation">
- <sanitizer sanitize="False"/>
-    </param>
-
-    <param name="pharmaceuticalAnnotation" type="text" label="Pharmaceutical Annotation">
- <sanitizer sanitize="False"/>
-    </param>
-  </inputs>
-
-  <outputs>
-    <data format="tabular" name="output" />
-  </outputs>
-
-  <help>
- With this tool you can search proteins using regular expressions by the following fields: uniprot identifier, protein name, gene name , organism name, disease annotation, domain name, similarity annotation, location annotation, function annotation or pharmaceutical annotationText. You can fill the fields you want and the tool will return all the data found in uniprot by filling the other fields. Results will be stored in a tabular format. If you want to search the exact match of a field you should use ^parameter$, for example ^insulin$.
-  </help>
-
-</tool>
b
diff -r f1f51efc4f67 -r e0d22d87082b tool_dependencies.xml
--- a/tool_dependencies.xml Mon May 02 17:56:55 2016 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
b
@@ -1,13 +0,0 @@
-<?xml version="1.0"?>
-<tool_dependency>
-    <python-module name="SPARQLWrapper" version="1.7.6">
-        <readme>
-            Install SPARQLWrapper via virtualenv.
-        </readme>
-        <install version="1.0">
-            <actions>
-                <action type="setup_virtualenv">SPARQLWrapper==1.7.6</action>
-            </actions>
-        </install>
-     </python-module>
-</tool_dependency>