# HG changeset patch # User xuebing # Date 1333213332 14400 # Node ID 5807ee1f86536cb0ed2c92257b7db2f97724c9a9 # Parent 4cab9f01eb6f7066413fb5ff86ca0a23086e6454 Uploaded diff -r 4cab9f01eb6f -r 5807ee1f8653 bedclean.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bedclean.xml Sat Mar 31 13:02:12 2012 -0400 @@ -0,0 +1,35 @@ + + remove off-chromosome lines + bedclean.py $input $genome $output > $log + + + + + + + + + + + + + + + + + +**Description** + +remove lines that are + +1. comment or track name lines + +2. on chr*_random + +3. or have negative coordinates + +4. or the end is larger than chromosome size + + + +