Repository 'phephenix'
hg clone https://toolshed.g2.bx.psu.edu/repos/ulfschaefer/phephenix

Changeset 3:2cb7b6e42f72 (2016-06-06)
Previous changeset 2:79fc19ba1cbc (2016-05-10) Next changeset 4:7ccbcc8608fa (2016-06-16)
Commit message:
Uploaded
modified:
vcfs2fasta.xml
b
diff -r 79fc19ba1cbc -r 2cb7b6e42f72 vcfs2fasta.xml
--- a/vcfs2fasta.xml Tue May 10 09:02:04 2016 -0400
+++ b/vcfs2fasta.xml Mon Jun 06 10:07:26 2016 -0400
b
@@ -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>