changeset 3:2cb7b6e42f72 draft

Uploaded
author ulfschaefer
date Mon, 06 Jun 2016 10:07:26 -0400
parents 79fc19ba1cbc
children 7ccbcc8608fa
files vcfs2fasta.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/vcfs2fasta.xml	Tue May 10 09:02:04 2016 -0400
+++ b/vcfs2fasta.xml	Mon Jun 06 10:07:26 2016 -0400
@@ -65,7 +65,7 @@
         </when>
     </conditional>
 	<conditional name="cols_cond">
-        <param name="cols" type="select" label="Column Ns" help="Keeps columns with fraction of Ns above specified threshold.">
+        <param name="cols" type="select" label="Column Ns" help="Keeps columns with fraction of Ns below specified threshold.">
           <option value="yes">Specify</option>
           <option value="no" selected="true">Do not specify</option>
         </param>
@@ -74,7 +74,7 @@
         </when>
     </conditional>
 	<conditional name="sample_cond">
-        <param name="sample" type="select" label="Sample Ns" help="Keeps samples with fraction of Ns above specified threshold.">
+        <param name="sample" type="select" label="Sample Ns" help="Keeps samples with fraction of Ns below specified threshold.">
           <option value="yes">Specify</option>
           <option value="no" selected="true">Do not specify</option>
         </param>