# HG changeset patch # User xuebing # Date 1333213718 14400 # Node ID 5236cb10885aff8fa0307f1686e19e0f4ce21abe # Parent c887ed5d2c51987bdbcfa604b14c677469f75801 Uploaded diff -r c887ed5d2c51 -r 5236cb10885a bed_clean.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bed_clean.xml Sat Mar 31 13:08:38 2012 -0400 @@ -0,0 +1,37 @@ + + clean up BED files + bed_clean.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 + +5. convert strand * to + + + + +