changeset 4:fe23d90249ee

Remove help error copied wiki: and is single ampersand
author Jim Johnson <jj@umn.edu>
date Wed, 20 Mar 2013 13:19:14 -0500
parents 3b0c657b852b
children 192a236898f5
files snpSift_filter.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/snpSift_filter.xml	Wed Feb 06 07:05:27 2013 -0600
+++ b/snpSift_filter.xml	Wed Mar 20 13:19:14 2013 -0500
@@ -51,7 +51,7 @@
 
   - *...or any heterozygous sample with coverage 25 or more*:
 
-    * **((countHet() > 0) &amp;&amp; (DP >= 25)) | (countHom() > 3) | (( exists INDEL ) &amp; (QUAL >= 20)) | (QUAL >= 30 )**
+    * **((countHet() > 0) &amp; (DP >= 25)) | (countHom() > 3) | (( exists INDEL ) &amp; (QUAL >= 20)) | (QUAL >= 30 )**
 
   - *I want to keep samples where the genotype for the first sample is homozygous variant and the genotype for the second sample is reference*: