diff vcfs2fasta.xml @ 3:2cb7b6e42f72 draft

Uploaded
author ulfschaefer
date Mon, 06 Jun 2016 10:07:26 -0400
parents cb29f95c7b88
children f05fa489089b
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>