# HG changeset patch # User xuebing # Date 1333213158 14400 # Node ID c8c130b067aa96cc466016811575243932157b7e Uploaded diff -r 000000000000 -r c8c130b067aa bedclean.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bedclean.xml Sat Mar 31 12:59:18 2012 -0400 @@ -0,0 +1,33 @@ + + 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 + + + +