Skip to content

Commit 5a68c11

Browse files
CiaranOMaratimholy
authored andcommitted
Register bedGraph format (#149)
1 parent ae1fd0c commit 5a68c11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/registry.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ add_format(format"SAS", UInt8[0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
2929
0xcf, 0xbd, 0x92, 0x08, 0x00, 0x09, 0xc7, 0x31, 0x8c, 0x18, 0x1f,
3030
0x10, 0x11], [".sas7bdat"], [:StatFiles, LOAD])
3131

32+
add_format(format"bedGraph", UInt8[0x74, 0x79, 0x70, 0x65, 0x3D, 0x62, 0x65, 0x64, 0x47, 0x72, 0x61, 0x70, 0x68], [".bedgraph"], [:BedgraphFiles])
33+
3234
# Image formats
3335
add_format(format"PBMBinary", b"P4", ".pbm", [:ImageMagick])
3436
add_format(format"PGMBinary", b"P5", ".pgm", [:Netpbm])

0 commit comments

Comments
 (0)