X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=tabix.git;a=blobdiff_plain;f=ChangeLog;h=fd335b82c292066e8787aa53017db4123daf7798;hp=907d72b5128c12a9d188b9a07d3ee91cee34379d;hb=HEAD;hpb=36e5c2e93cc97d22f8b33768602d511697fa1adf diff --git a/ChangeLog b/ChangeLog index 907d72b..fd335b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,242 @@ +------------------------------------------------------------------------ +r942 | lh3lh3 | 2011-03-31 16:39:50 -0400 (Thu, 31 Mar 2011) | 2 lines +Changed paths: + M /trunk/tabix/main.c + +update version number + +------------------------------------------------------------------------ +r940 | lh3lh3 | 2011-03-31 16:38:03 -0400 (Thu, 31 Mar 2011) | 2 lines +Changed paths: + M /trunk/tabix/bedidx.c + M /trunk/tabix/main.c + +fixed two bugs due to recent changes + +------------------------------------------------------------------------ +r939 | lh3lh3 | 2011-03-31 16:12:21 -0400 (Thu, 31 Mar 2011) | 2 lines +Changed paths: + M /trunk/tabix/bgzf.c + M /trunk/tabix/bgzf.h + M /trunk/tabix/main.c + +update to the latest bgzf.* + +------------------------------------------------------------------------ +r938 | lh3lh3 | 2011-03-31 16:02:21 -0400 (Thu, 31 Mar 2011) | 2 lines +Changed paths: + M /trunk/tabix/index.c + M /trunk/tabix/main.c + M /trunk/tabix/tabix.h + +BED support + +------------------------------------------------------------------------ +r937 | lh3lh3 | 2011-03-31 15:03:49 -0400 (Thu, 31 Mar 2011) | 2 lines +Changed paths: + M /trunk/tabix/Makefile + A /trunk/tabix/bedidx.c + M /trunk/tabix/example.gtf.gz.tbi + M /trunk/tabix/index.c + A /trunk/tabix/kseq.h + M /trunk/tabix/tabix.h + +restructure get_intv() for BED support + +------------------------------------------------------------------------ +r919 | petulda | 2011-02-24 10:14:14 -0500 (Thu, 24 Feb 2011) | 1 line +Changed paths: + M /trunk/tabix/bgzf.c + M /trunk/tabix/bgzf.h + M /trunk/tabix/index.c + M /trunk/tabix/main.c + +New -r (reheader) option for efficient header replacement. +------------------------------------------------------------------------ +r915 | lh3lh3 | 2011-02-22 09:50:57 -0500 (Tue, 22 Feb 2011) | 2 lines +Changed paths: + A /trunk/tabix/python + A /trunk/tabix/python/setup.py (from /trunk/tabix/setup.py:914) + A /trunk/tabix/python/tabixmodule.c (from /trunk/tabix/tabixmodule.c:914) + A /trunk/tabix/python/test.py (from /trunk/tabix/test.py:914) + D /trunk/tabix/setup.py + D /trunk/tabix/tabixmodule.c + D /trunk/tabix/test.py + +move to a new python/ directory + +------------------------------------------------------------------------ +r914 | lh3lh3 | 2011-02-22 09:49:35 -0500 (Tue, 22 Feb 2011) | 2 lines +Changed paths: + A /trunk/tabix/setup.py + A /trunk/tabix/tabixmodule.c + A /trunk/tabix/test.py + +CPython C-API by Hyeshik Chang + +------------------------------------------------------------------------ +r904 | petulda | 2011-01-28 08:06:27 -0500 (Fri, 28 Jan 2011) | 1 line +Changed paths: + M /trunk/tabix/index.c + +Check the number of fields on each line and exit nicely without segfault +------------------------------------------------------------------------ +r901 | petulda | 2011-01-21 06:45:37 -0500 (Fri, 21 Jan 2011) | 1 line +Changed paths: + M /trunk/tabix/main.c + +Fix: Complain only when VCF is newer, not newer or same mtime +------------------------------------------------------------------------ +r900 | petulda | 2011-01-21 04:23:04 -0500 (Fri, 21 Jan 2011) | 1 line +Changed paths: + M /trunk/tabix/main.c + +Prevent the common user mistake and check the timestamps of the vcf and index file +------------------------------------------------------------------------ +r876 | lh3lh3 | 2010-12-08 12:38:45 -0500 (Wed, 08 Dec 2010) | 2 lines +Changed paths: + M /trunk/tabix/ChangeLog + M /trunk/tabix/NEWS + M /trunk/tabix/main.c + +Release tabix-0.2.3 + +------------------------------------------------------------------------ +r875 | lh3lh3 | 2010-12-08 12:28:35 -0500 (Wed, 08 Dec 2010) | 2 lines +Changed paths: + M /trunk/tabix/ChangeLog + M /trunk/tabix/index.c + +Fixed a minor bug in generating index + +------------------------------------------------------------------------ +r855 | petulda | 2010-11-25 11:50:13 -0500 (Thu, 25 Nov 2010) | 1 line +Changed paths: + M /trunk/tabix/main.c + +Disable "unknown target name or minus interval" warning. +------------------------------------------------------------------------ +r775 | petulda | 2010-10-26 15:02:30 -0400 (Tue, 26 Oct 2010) | 1 line +Changed paths: + M /trunk/tabix/main.c + +Added -h option to print header lines +------------------------------------------------------------------------ +r742 | jmarshall | 2010-09-27 06:47:23 -0400 (Mon, 27 Sep 2010) | 2 lines +Changed paths: + M /trunk/tabix + +Add svn:ignore properties for intermediate and generated files. + +------------------------------------------------------------------------ +r725 | lh3lh3 | 2010-09-15 13:01:53 -0400 (Wed, 15 Sep 2010) | 2 lines +Changed paths: + M /trunk/tabix/bgzip.c + +patches by Peter Chines + +------------------------------------------------------------------------ +r714 | lh3lh3 | 2010-09-07 10:13:25 -0400 (Tue, 07 Sep 2010) | 2 lines +Changed paths: + M /trunk/tabix/TabixReader.java + M /trunk/tabix/index.c + M /trunk/tabix/main.c + +fixed a bug in C/Java when n_off == 0 + +------------------------------------------------------------------------ +r712 | lh3lh3 | 2010-09-03 09:21:23 -0400 (Fri, 03 Sep 2010) | 2 lines +Changed paths: + M /trunk/tabix/TabixReader.java + +fixed a bug in parsing region strings + +------------------------------------------------------------------------ +r700 | petulda | 2010-08-25 10:42:37 -0400 (Wed, 25 Aug 2010) | 1 line +Changed paths: + M /trunk/tabix/main.c + +Fix: Exit with an error rather than segfault when index is not present and region is queried +------------------------------------------------------------------------ +r696 | petulda | 2010-08-24 10:24:12 -0400 (Tue, 24 Aug 2010) | 1 line +Changed paths: + M /trunk/tabix/bgzf.c + M /trunk/tabix/bgzf.h + M /trunk/tabix/index.c + M /trunk/tabix/main.c + +Complain about not-bgzipped files and check for noncontinuous chromosome blocks +------------------------------------------------------------------------ +r603 | lh3lh3 | 2010-06-28 10:49:39 -0400 (Mon, 28 Jun 2010) | 2 lines +Changed paths: + M /trunk/tabix/NEWS + M /trunk/tabix/TabixReader.java + M /trunk/tabix/index.c + M /trunk/tabix/main.c + +Release tabix-0.2.2 + +------------------------------------------------------------------------ +r597 | lh3lh3 | 2010-06-13 21:08:29 -0400 (Sun, 13 Jun 2010) | 3 lines +Changed paths: + M /trunk/tabix/index.c + +Change the namespace of sorting, to avoid function name collision with samtools. + + +------------------------------------------------------------------------ +r582 | lh3lh3 | 2010-06-03 10:40:25 -0400 (Thu, 03 Jun 2010) | 2 lines +Changed paths: + M /trunk/tabix/NEWS + M /trunk/tabix/main.c + M /trunk/tabix/tabix.py + +Release tabix-0.2.1 + +------------------------------------------------------------------------ +r581 | lh3lh3 | 2010-05-24 14:24:24 -0400 (Mon, 24 May 2010) | 2 lines +Changed paths: + M /trunk/tabix/tabix.py + +OOP interface with the help from Aaron Quinlan + +------------------------------------------------------------------------ +r580 | lh3lh3 | 2010-05-23 23:36:05 -0400 (Sun, 23 May 2010) | 2 lines +Changed paths: + M /trunk/tabix/tabix.py + +minor change + +------------------------------------------------------------------------ +r579 | lh3lh3 | 2010-05-23 23:25:24 -0400 (Sun, 23 May 2010) | 2 lines +Changed paths: + M /trunk/tabix/tabix.py + +For Snow Leopard compatibility + +------------------------------------------------------------------------ +r575 | lh3lh3 | 2010-05-12 19:31:27 -0400 (Wed, 12 May 2010) | 4 lines +Changed paths: + M /trunk/tabix/Makefile + M /trunk/tabix/index.c + M /trunk/tabix/tabix.h + A /trunk/tabix/tabix.py + + * optionally generate shared library for Mac and Linux + * added a python script that directly calls the shared library + * added a new API for easy python access + +------------------------------------------------------------------------ +r574 | lh3lh3 | 2010-05-11 12:14:27 -0400 (Tue, 11 May 2010) | 2 lines +Changed paths: + M /trunk/tabix/ChangeLog + M /trunk/tabix/NEWS + M /trunk/tabix/perl/Tabix.pm + M /trunk/tabix/perl/TabixIterator.pm + M /trunk/tabix/tabix.1 + +Release tabix-0.2.0 + ------------------------------------------------------------------------ r573 | lh3lh3 | 2010-05-11 12:08:30 -0400 (Tue, 11 May 2010) | 2 lines Changed paths: