Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • LauraSmith
    Junior Member
    • Dec 2011
    • 4

    Is there a BED file format validator? Does a BED file have to be sorted position?

    Hi Everyone,

    I have 2 questions and would very much appreciate anyone's input:

    1. Is there a BED file format validator? A tool or a java package perhaps available online to download?


    2. Does a BED file have to be sorted by chromosome and position starting from the first line? I checked the UCSC Genomic browser website for BED file format specification and there doesn't seem to be a requirement for this, but wanted to double check here.

    Thank you,
    Laura
  • mgogol
    Senior Member
    • Mar 2008
    • 197

    #2
    1) Not that I know of. Try to upload it to UCSC?

    2) No. Unless you're trying to do something with it that expects it to be sorted. If you need to sort, something like sort -k1,1 -k2,2n file.bed should do.

    Comment

    • maasha
      Senior Member
      • Apr 2009
      • 153

      #3
      Using read_bed from Biopieces (www.biopieces.org) there is a -C switch that checks integrity:

      Comment

      • AlexReynolds
        Member
        • Feb 2013
        • 45

        #4
        If you want to validate coordinates, the BEDOPS bedops application can do this, using the --everything and --ec operators:

        $ bedops --ec --everything myData.bed 1> /dev/null
        ...


        If any problems with chromosome name or coordinates are found, the details will be printed to standard error; in this example, we direct standard output to /dev/null as we're only interested in finding and reporting errors.
        Last edited by AlexReynolds; 05-22-2013, 06:32 PM.

        Comment

        Latest Articles

        Collapse

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 06-09-2026, 11:58 AM
        0 responses
        32 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-05-2026, 10:09 AM
        0 responses
        38 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-04-2026, 08:59 AM
        0 responses
        43 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-02-2026, 12:03 PM
        0 responses
        64 views
        0 reactions
        Last Post SEQadmin2  
        Working...