diff add_expression_data.xml @ 6:ea59f5750c51 draft

planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
author proteore
date Thu, 27 Jun 2019 03:56:26 -0400
parents e919b55188ab
children fda784211e3a
line wrap: on
line diff
--- a/add_expression_data.xml	Wed Jan 02 04:26:18 2019 -0500
+++ b/add_expression_data.xml	Thu Jun 27 03:56:26 2019 -0400
@@ -1,4 +1,4 @@
-<tool id="rna_abbased_data" name="Add expression data" version="2019.01.02">
+<tool id="rna_abbased_data" name="Add expression data" version="2019.06.27">
 <description> (RNAseq or Immuno-assays)[Human Protein Atlas]
 </description>
 <requirements>
@@ -24,7 +24,7 @@
 
 <inputs>
   <conditional name="inputtype">
-    <param name="filetype" type="select" label="Enter your IDs (Ensembl gene ENSG IDs only)" help="Copy/paste or from a file (e.g. table)"> 
+    <param name="filetype" type="select" label="Enter your IDs (Ensembl gene IDs only, e.g. ENSG00000064787)" help="Copy/paste or from a file (e.g. table)"> 
       <option value="file_all" selected="true">Input file containing your IDs</option>
       <option value="copy_paste">Copy/paste your list of IDs</option> 
     </param>
@@ -42,11 +42,10 @@
     </when>
     <when value="file_all">
       <param name="genelist" type="data" format="txt,tabular" label="Select your file" help=""/>
-      <param name="column" type="text" label="Column IDs (e.g : Enter c1 if ENSG ID are in column n°1)" value="c1"/> 
-      <param name="header" type="select" label="Does file contain header?" multiple="false" optional="false"> 
- 		      <option value="true" selected="true">Yes</option>
-          <option value="false" selected="false">No</option>
+      <param name="column" type="text" label="Column IDs (e.g : Enter c1 if ENSG ID are in column n°1)" value="c1">
+        <validator type="regex" message="Please enter a column number, for example: 'c1' for the first column">[c]{0,1}[0-9]+</validator>
       </param>
+      <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does file contain header?"/>
     </when>
   </conditional>
   <section name="options" title="RNAseq/Ab-based expression data" expanded="True">   
@@ -95,7 +94,11 @@
 
 **Input**
 
-Input can be either a list of Ensembl gene (ENSG) IDsds (copy/paste mode) or a file containing multiple fields with at least one column of Ensembl gene IDs. If your input file contains other type of IDs, please use the ID_Converter tool to create a column of Ensembl gene IDs.  
+Input can be either a list of Ensembl gene (ENSG) IDs (copy/paste mode) or a file containing multiple fields with at least one column of Ensembl gene IDs. If your input file contains other type of IDs, please use the ID_Converter tool to create a column of Ensembl gene IDs.  
+
+.. class:: warningmark
+	
+In copy/paste mode, the number of IDs considered in input is limited to 5000.
 
 -----
 
@@ -127,13 +130,13 @@
 
 **Output**
 
-The output is a tabular file containing original columns and new columns including selected annotation.  
+The output is a tabular file containing initial columns and new columns with annotation from HPA.  
 
 -----
 
 **Data sources (release date)**
 
-HPA source file (Human Protein Atlas version 18):  http://www.proteinatlas.org/download/proteinatlas.tab.gz
+HPA source file (data are based on the Human Protein Atlas version 18.1 and Ensembl version 88.38):  http://www.proteinatlas.org/download/proteinatlas.tab.gz
 
 -----
 
@@ -141,13 +144,13 @@
 
 **Authors**
 
-Lisa Peru, T.P. Lien Nguyen, Florence Combes, Yves Vandenbrouck - CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR
+Lisa Perus, David Christiany, T.P. Lien Nguyen, Florence Combes, Yves Vandenbrouck - CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR
 
 Sandra Dérozier, Olivier Rué, Christophe Caron, Valentin Loux - INRA, Paris-Saclay University, MAIAGE Unit, Migale Bioinformatics platform, FR
 
 This work has been partially funded through the French National Agency for Research (ANR) IFB project.
 
-Contact support@proteore.org for any questions or concerns about the Galaxy implementation of this tool.
+Help: contact@proteore.org for any questions or concerns about this tool.
 
 ]]></help>