# HG changeset patch # User xuebing # Date 1333209134 14400 # Node ID 869c7664e5842392006651deeace79f10ec79c4c # Parent 783157ce28178728e53a28b190b55b06b82b85db Uploaded diff -r 783157ce2817 -r 869c7664e584 bedclean.xml --- a/bedclean.xml Sat Mar 31 11:49:22 2012 -0400 +++ b/bedclean.xml Sat Mar 31 11:52:14 2012 -0400 @@ -1,9 +1,35 @@ - - -404 Not Found - -

Not Found

-

The requested URL /Xwuxbl/bedclean.xml was not found on this server.

-
-
Apache/2.2.14 (Ubuntu) Server at rous.mit.edu Port 80
- + + 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 + + + +