changeset 13:35aedbe548b9 draft

Uploaded
author arkarachai-fungtammasan
date Sun, 24 Jul 2016 17:56:49 -0400
parents a3113043abb0
children 20dc70f85ff7
files PEsortedSAM2readprofile.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/PEsortedSAM2readprofile.xml	Sun Jul 24 17:55:50 2016 -0400
+++ b/PEsortedSAM2readprofile.xml	Sun Jul 24 17:56:49 2016 -0400
@@ -1,11 +1,11 @@
-<tool id="PEsortedSAM2readprofile" name="Combine mapped faux paired-end reads" version="1.0.0">
+<tool id="PEsortedSAM2readprofile" name="Combine mapped faux paired-end reads" version="1.1.0">
   <description> and get the reference STR allele from the reference genome  </description>
   <command interpreter="python2.7">PEsortedSAM2readprofile.py  $flankedbasesSAM $twobitref $maxTRlength $maxoriginalreadlength $output </command>
 
   <inputs>
     <param name="flankedbasesSAM" type="data" format="sam" label="Select sorted SAM file (by readname) of flaked bases" />
     <param name="twobitref" type="data" label="Select twobit file reference genome" />
-	<param name="maxTRlength" type="integer" value="100" label="Maximum expected microsatellite length (bp)" />
+	<param name="maxTRlength" type="integer" value="100" label="Maximum microsatellite length in reference (bp)" />
 	<param name="maxoriginalreadlength" type="integer" value="101" label="Maxinum original read length" />
 
   </inputs>