changeset 13:d052e34a1907 draft

Deleted selected files
author fabad
date Mon, 02 May 2016 17:40:02 -0400
parents 3de5035fc2f1
children bc93900ed454
files sparql_uniprot.xml tool_dependencies.xml
diffstat 2 files changed, 0 insertions(+), 69 deletions(-) [+]
line wrap: on
line diff
--- a/sparql_uniprot.xml	Mon May 02 17:31:17 2016 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,56 +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="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>
--- a/tool_dependencies.xml	Mon May 02 17:31:17 2016 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-<?xml version="1.0"?>
-<tool_dependency>
-    <package 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>
-     </package>
-</tool_dependency>