X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=tabix.git;a=blobdiff_plain;f=tabix.1;h=3b82c766d8059d3f41adf66e2e2b95a040d7b3ef;hp=aa6dc75c9f0e7a4a14e93f27b5b45bb39b8c3eb3;hb=efe8d803dda3db37304c366b366f0fc759365383;hpb=0a3bf89715283e4d322d28ba4147e987e3477ee3 diff --git a/tabix.1 b/tabix.1 index aa6dc75..3b82c76 100644 --- a/tabix.1 +++ b/tabix.1 @@ -1,4 +1,4 @@ -.TH tabix 1 "16 March 2009" "tabix-0.1.1" "Bioinformatics tools" +.TH tabix 1 "11 May 2010" "tabix-0.2.0" "Bioinformatics tools" .SH NAME .PP bgzip - Block compression/decompression utility @@ -15,7 +15,7 @@ tabix - Generic indexer for TAB-delimited genome position files .RI [ file ] .PP .B tabix -.RB [ \-0 ] +.RB [ \-0lf ] .RB [ \-p .R gff|bed|sam|vcf] .RB [ \-s @@ -81,6 +81,12 @@ Skip lines started with character CHAR. [#] .B -0 Specify that the position in the data file is 0-based (e.g. UCSC files) rather than 1-based. +.TP +.B -f +Force to overwrite the index file if it is present. +.TP +.B -l +List the sequence names stored in the index file. .RE .SH EXAMPLE