diff clonotype_computation.xml @ 1:acaa8e8a0b88 draft default tip

Uploaded test-data & added tool help
author chmaramis
date Mon, 30 Apr 2018 04:47:52 -0400
parents 0e37e5b73273
children
line wrap: on
line diff
--- a/clonotype_computation.xml	Fri Mar 30 07:22:29 2018 -0400
+++ b/clonotype_computation.xml	Mon Apr 30 04:47:52 2018 -0400
@@ -1,8 +1,8 @@
-<tool id="clonoComput" name="Clonotype Diversity &amp; Expression" version="0.9">
+<tool id="clonoComput" name="Clonotype Diversity &amp; Expression" version="1.0">
     <description>Compute clonotype diversity and expression from filtered file</description>
     <requirements>
       <requirement type="package" version="0.19">pandas</requirement>
-    </requirements>
+		</requirements>
     <command interpreter="python">clonotype_computation.py $input $clonotype $clonos_file $top10_file $summary_file ${input.name}</command>
     <inputs>
         <param name="clonotype" type="select" label="Clonotype definition">
@@ -20,6 +20,6 @@
         <data name="summary_file" format="tabular" label="${input.name}_clonotypesSummary" />
     </outputs>
     <help>
-Coming soon
+This tool calculates the clonotype diversity and expression of a filtered-in dataset (1st output file of the Data Filtering tool) according to the 5 supported clonotype definitions.
   </help>
 </tool>