diff fastq_name_affixer.xml @ 9:c2c69c6090f0 draft

Uploaded
author petr-novak
date Fri, 31 Jan 2020 06:55:23 -0500
parents e320ef2d105a
children 58807b35777a
line wrap: on
line diff
--- a/fastq_name_affixer.xml	Mon Dec 09 04:14:48 2019 -0500
+++ b/fastq_name_affixer.xml	Fri Jan 31 06:55:23 2020 -0500
@@ -5,15 +5,15 @@
 </command>
 
  <inputs>
-  <param format="fastq" type="data" name="input" label="Choose your fastq file" />
+  <param format="fastq" type="data" name="input" label="Choose your FASTQ file" />
   <param name="prefix" type="text" size="10" value="" label="Prefix" help="Enter prefix which will be added to all sequences names" />
   <param name="suffix" type="text" size="10" value="" label="Suffix" help="Enter suffix which will be added to all sequences names"/>
-  <param name="nspace" type="integer" size="10" value="0" min="0" max="1000" label="Number of spaces in name to ignore" help="Sequence name is a string before the first space. If you want name to include spaces in name, enter positive integer. All other characters beyond ignored spaces are omitted"/>
+  <param name="nspace" type="integer" size="10" value="0" min="0" max="1000" label="Number of spaces in sequence name to ignore" help="Sequence name is a string before the first space. If you want name to include spaces in name, enter positive integer. All other characters beyond ignored spaces are omitted"/>
  </inputs>
 
 
  <outputs>
- 	<data format="fastq" name="output" label="fastq dataset ${input.hid} with modified sequence names" />
+ 	<data format="fastq" name="output" label="FASTQ dataset ${input.hid} with modified sequence names" />
  </outputs>
 
  <help>