src/utils/qa/countPerChrom.csh 1.16
1.16 2010/02/01 05:12:48 kuhn
added back the haplotype chroms at ann's request
Index: src/utils/qa/countPerChrom.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/countPerChrom.csh,v
retrieving revision 1.15
retrieving revision 1.16
diff -b -B -U 4 -r1.15 -r1.16
--- src/utils/qa/countPerChrom.csh 24 Jan 2010 19:45:16 -0000 1.15
+++ src/utils/qa/countPerChrom.csh 1 Feb 2010 05:12:48 -0000 1.16
@@ -158,9 +158,9 @@
set table=$argv[2]
end
if ( $histo == "true" ) then
- cat Xout$$ | grep chr | egrep -v "random|hap|Un|$db" | sed "s/chr//" \
+ cat Xout$$ | grep chr | egrep -v "random|Un|$db" | sed "s/chr//" \
| sort -n -k1,1 > XgraphFile$$
if ( $machineOut != "" ) then
cat XgraphFile$$ | awk '{print $1, $3}' > XgraphFile2$$
graph.csh XgraphFile$$ $histosize > Xgraph1$$