From 7a7cbccd66d70bde07375bc869bc9092931d09fe Mon Sep 17 00:00:00 2001 From: Soo Lee Date: Tue, 4 Apr 2017 21:30:38 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbe5b9a..c884e44 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Rpairix * `Rpairix` is an R package for indexing and querying on a compressed text file. -* `Rpairix` was developed as a tool for the 4DN-standard `pairs` file format describing Hi-C data: https://github.com/4dn-dcic/pairix/pairs_format_specification.md +* `Rpairix` was developed as a tool for the 4DN-standard `pairs` file format describing Hi-C data: https://github.com/4dn-dcic/pairix/blob/master/pairs_format_specification.md * However, it can be used as a generic tool for indexing and querying any bgzipped text file containing genomic coordinates, for either 2D- or 1D-indexing. * For example, given a text file with a million lines like below, you want to extract lines where the first coordinate is chr10 and the second is between positions 10,000,000 and 20,000,000 on chrX. An awk command would read the file from the beginning to the end. `Rpairix` allows a faster query by accessing the file from a relevant position. ```