diff space2underscore_readname.xml @ 5:b27006b0a953

update to latest version
author devteam@galaxyproject.org
date Wed, 22 Apr 2015 12:19:28 -0400
parents 20ab85af9505
children
line wrap: on
line diff
--- a/space2underscore_readname.xml	Wed Apr 01 14:05:54 2015 -0400
+++ b/space2underscore_readname.xml	Wed Apr 22 12:19:28 2015 -0400
@@ -1,5 +1,5 @@
 <tool id="space2underscore_readname" name="Read name modifier" version="1.0.0">
-  <description>--change space to underscore of a specific column</description>
+  <description>--change space to underscore in the read name column</description>
   <command interpreter="python">changespacetounderscore_readname.py  $input $output $column_n </command>
 
   <inputs>
@@ -26,17 +26,18 @@
 
 **What it does**
 
-This tool is used to change space to underscore. For TRFM pipeline (profiling microsatellites in short read data), this tool is used to change space in read name to underscore to prevent the downstream tools which might recognize incorrect column number due to space in read name. If the input do not have space in read name, this step can be skipped.
+The readname produced by the "STR detection" step may contain spaces instead of underscores, which will cause downstream tools that use space as a column delimiter to fail. This tool will help convert space to underscore.
+If your input does not have spaces in readname column, this step can be skipped.
 
 **Citation**
 
-When you use this tool, please cite **Arkarachai Fungtammasan and Guruprasad Ananda (2014).**
+When you use this tool, please cite **Fungtammasan A, Ananda G, Hile SE, Su MS, Sun C, Harris R, Medvedev P, Eckert K, Makova KD. 2015. Accurate Typing of Short Tandem Repeats from Genome-wide Sequencing Data and its Applications, Genome Research**
  
 **Input**
 
 The input files can be any tab delimited file. 
 
-If this tool is used in TRFM microsatellite profiling, it should be in the same format as output from **microsatellite detection program**. This format contains **length of repeat**, **length of left flanking region**, **length of right flanking region**, **repeat motif**, **hamming (editing) distance**, **read name**, **read sequence**, **read quality score**
+If this tool is used in STR-FM for STRs profiling, it should be in the same format as output from **STR detection program**. This format contains **length of repeat**, **length of left flanking region**, **length of right flanking region**, **repeat motif**, **hamming (editing) distance**, **read name**, **read sequence**, **read quality score**
 
 **Output**
 
@@ -44,4 +45,4 @@
 
 
 </help>
-</tool>
\ No newline at end of file
+</tool>