X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=fe2a947cba1ed55ca5ed2fea60799c63f149743e;hb=b0ed19dc2d8fb84998d41d6c3588611185707137;hp=e2958e7bd496013398e66d1d2d46655f3dbb7e5a;hpb=e2a3ec4a7acf3ea9ac13e88bf4badd50132c81ce;p=samtools.git diff --git a/ChangeLog b/ChangeLog index e2958e7..fe2a947 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,376 @@ +------------------------------------------------------------------------ +r296 | lh3lh3 | 2009-05-21 12:53:14 +0100 (Thu, 21 May 2009) | 3 lines +Changed paths: + M /trunk/samtools/bam_maqcns.c + M /trunk/samtools/bamtk.c + + * samtools-0.1.3-24 (r296) + * another similar bug in the indel caller + +------------------------------------------------------------------------ +r295 | lh3lh3 | 2009-05-21 12:50:28 +0100 (Thu, 21 May 2009) | 3 lines +Changed paths: + M /trunk/samtools/bam_maqcns.c + M /trunk/samtools/bamtk.c + + * samtools-0.1.3-23 (r295) + * fixed a critical bug in the indel caller + +------------------------------------------------------------------------ +r294 | lh3lh3 | 2009-05-20 13:00:20 +0100 (Wed, 20 May 2009) | 2 lines +Changed paths: + M /trunk/samtools/bam_stat.c + +added a missing header file + +------------------------------------------------------------------------ +r293 | lh3lh3 | 2009-05-19 23:44:25 +0100 (Tue, 19 May 2009) | 3 lines +Changed paths: + M /trunk/samtools/bam_tview.c + M /trunk/samtools/bamtk.c + + * samtools-0.1.3-22 (r293) + * open tview in the dot-view mode by default + +------------------------------------------------------------------------ +r292 | lh3lh3 | 2009-05-18 21:01:23 +0100 (Mon, 18 May 2009) | 6 lines +Changed paths: + M /trunk/samtools/samtools.1 + +Added a note to the manual. Currently SAMtools used unaligned words in +several places. Although this does not cause bus errors to me, it may +affect portability. Please see the "Bus error" wiki page for more +information. Also thank James Bonfields for pointing this out. + + +------------------------------------------------------------------------ +r286 | lh3lh3 | 2009-05-14 15:23:13 +0100 (Thu, 14 May 2009) | 3 lines +Changed paths: + M /trunk/samtools/bam.h + M /trunk/samtools/bam_aux.c + M /trunk/samtools/bamtk.c + + * samtools-0.1.3-21 (286) + * declare bam_aux_get_core() in bam.h + +------------------------------------------------------------------------ +r276 | lh3lh3 | 2009-05-13 10:07:55 +0100 (Wed, 13 May 2009) | 5 lines +Changed paths: + M /trunk/samtools/bam.h + M /trunk/samtools/bam_index.c + M /trunk/samtools/bamtk.c + + * samtools-0.1.3-20 (r276) + * remove bam1_t::hash again. We need to modify the Perl API anyway to + make it work with the latest SVN. + * As is suggested by Tim, scan "{base}.bai" and "{base}.bam.bai" for index + +------------------------------------------------------------------------ +r275 | lh3lh3 | 2009-05-12 21:14:10 +0100 (Tue, 12 May 2009) | 4 lines +Changed paths: + M /trunk/samtools/ChangeLog + M /trunk/samtools/bam.h + M /trunk/samtools/bamtk.c + + * samtools-0.1.3-19 (r275) + * a minor change to the bam1_t struct: added back "void *hash" for the + backward compatibility with Bio::DB::Sam + +------------------------------------------------------------------------ +r273 | lh3lh3 | 2009-05-12 14:28:39 +0100 (Tue, 12 May 2009) | 3 lines +Changed paths: + M /trunk/samtools/bam_rmdupse.c + M /trunk/samtools/bamtk.c + + * samtools-0.1.3-18 (r273) + * rmdupse: do not remove unmapped reads + +------------------------------------------------------------------------ +r272 | lh3lh3 | 2009-05-12 14:20:00 +0100 (Tue, 12 May 2009) | 2 lines +Changed paths: + M /trunk/samtools/bam_rmdupse.c + +change a parameter. It does nothing + +------------------------------------------------------------------------ +r271 | lh3lh3 | 2009-05-12 14:17:58 +0100 (Tue, 12 May 2009) | 3 lines +Changed paths: + M /trunk/samtools/Makefile.am + M /trunk/samtools/Makefile.generic + M /trunk/samtools/Makefile.lite + A /trunk/samtools/bam_rmdupse.c + M /trunk/samtools/bamtk.c + M /trunk/samtools/configure.ac + + * samtools-0.1.3-17 (r271) + * added 'rmdupse' command + +------------------------------------------------------------------------ +r267 | lh3lh3 | 2009-05-05 22:31:41 +0100 (Tue, 05 May 2009) | 3 lines +Changed paths: + M /trunk/samtools/bamtk.c + M /trunk/samtools/sam_view.c + + * samtools-0.1.3-16 (r267) + * in sam_view.c, changed g_flag_on based on the suggestion by Angie Hinrichs + +------------------------------------------------------------------------ +r266 | lh3lh3 | 2009-05-05 22:23:27 +0100 (Tue, 05 May 2009) | 3 lines +Changed paths: + M /trunk/samtools/bam_import.c + M /trunk/samtools/bamtk.c + + * samtools-0.1.3-15 (r266) + * report an error if a non-* reference is present while @SQ is absent + +------------------------------------------------------------------------ +r265 | lh3lh3 | 2009-05-05 22:09:00 +0100 (Tue, 05 May 2009) | 3 lines +Changed paths: + M /trunk/samtools/bam.h + M /trunk/samtools/bam_import.c + M /trunk/samtools/bamtk.c + M /trunk/samtools/sam.c + M /trunk/samtools/sam_view.c + + * samtools-0.1.3-14 (r262) + * make samopen() recognize @SQ header lines + +------------------------------------------------------------------------ +r261 | lh3lh3 | 2009-05-05 15:10:30 +0100 (Tue, 05 May 2009) | 3 lines +Changed paths: + M /trunk/samtools/bam_plcmd.c + M /trunk/samtools/bamtk.c + M /trunk/samtools/bgzf.c + M /trunk/samtools/sam.c + M /trunk/samtools/sam_view.c + + * samtools-0.1.3-13 (r260) + * report error for file I/O error + +------------------------------------------------------------------------ +r260 | lh3lh3 | 2009-05-05 15:01:16 +0100 (Tue, 05 May 2009) | 2 lines +Changed paths: + M /trunk/samtools/Makefile.am + +update Makefile.am + +------------------------------------------------------------------------ +r259 | lh3lh3 | 2009-05-05 14:52:25 +0100 (Tue, 05 May 2009) | 3 lines +Changed paths: + M /trunk/samtools/bam.h + M /trunk/samtools/bam_pileup.c + M /trunk/samtools/bam_plcmd.c + M /trunk/samtools/bamtk.c + M /trunk/samtools/sam.c + M /trunk/samtools/sam.h + + * samtools-0.1.3-12 (r259) + * use the new I/O interface in pileup + +------------------------------------------------------------------------ +r258 | lh3lh3 | 2009-05-05 14:33:22 +0100 (Tue, 05 May 2009) | 3 lines +Changed paths: + M /trunk/samtools/Makefile.generic + M /trunk/samtools/Makefile.lite + M /trunk/samtools/bam.c + M /trunk/samtools/bam.h + M /trunk/samtools/bam_import.c + M /trunk/samtools/bamtk.c + A /trunk/samtools/sam.c + A /trunk/samtools/sam.h + A /trunk/samtools/sam_view.c + + * samtools-0.1.3-11 (r258) + * unify the interface to BAM and SAM I/O + +------------------------------------------------------------------------ +r257 | lh3lh3 | 2009-05-05 09:53:35 +0100 (Tue, 05 May 2009) | 3 lines +Changed paths: + M /trunk/samtools/Makefile.lite + M /trunk/samtools/bam_plcmd.c + M /trunk/samtools/bamtk.c + + * samtools-0.1.3-10 (r257) + * allow hex with "pileup -m" + +------------------------------------------------------------------------ +r256 | lh3lh3 | 2009-05-04 19:16:50 +0100 (Mon, 04 May 2009) | 4 lines +Changed paths: + M /trunk/samtools/bam_lpileup.c + M /trunk/samtools/bamtk.c + + * samtools-0.1.3-9 (r256) + * fixed a bug in bam_lpileup.c + * I do not know if this also fixes the bug causing assertion failure in the tview + +------------------------------------------------------------------------ +r251 | lh3lh3 | 2009-04-28 13:53:23 +0100 (Tue, 28 Apr 2009) | 3 lines +Changed paths: + M /trunk/samtools/bam_pileup.c + M /trunk/samtools/bamtk.c + + * samtools-0.1.3-8 (r251) + * fixed a bug when there are reads without coordinates + +------------------------------------------------------------------------ +r250 | lh3lh3 | 2009-04-28 13:43:33 +0100 (Tue, 28 Apr 2009) | 2 lines +Changed paths: + A /trunk/samtools/AUTHORS + A /trunk/samtools/README + M /trunk/samtools/cleanup.sh + +added missing files + +------------------------------------------------------------------------ +r249 | lh3lh3 | 2009-04-28 13:37:16 +0100 (Tue, 28 Apr 2009) | 2 lines +Changed paths: + M /trunk/samtools/Makefile.generic + M /trunk/samtools/Makefile.lite + M /trunk/samtools/configure.ac + M /trunk/samtools/misc/Makefile.generic + +improve large file support in compilation + +------------------------------------------------------------------------ +r248 | lh3lh3 | 2009-04-28 13:33:24 +0100 (Tue, 28 Apr 2009) | 2 lines +Changed paths: + M /trunk/samtools/INSTALL + +update INSTALL + +------------------------------------------------------------------------ +r247 | lh3lh3 | 2009-04-28 13:28:50 +0100 (Tue, 28 Apr 2009) | 2 lines +Changed paths: + M /trunk/samtools/Makefile.am + M /trunk/samtools/autogen.sh + M /trunk/samtools/cleanup.sh + M /trunk/samtools/configure.ac + A /trunk/samtools/misc/Makefile.am + +fixed various issues about the GNU building scripts + +------------------------------------------------------------------------ +r246 | lh3lh3 | 2009-04-28 13:10:23 +0100 (Tue, 28 Apr 2009) | 4 lines +Changed paths: + M /trunk/samtools/ChangeLog + D /trunk/samtools/Makefile + A /trunk/samtools/Makefile.am + A /trunk/samtools/Makefile.generic + A /trunk/samtools/autogen.sh + M /trunk/samtools/bam.h + M /trunk/samtools/bam_aux.c + M /trunk/samtools/bam_tview.c + M /trunk/samtools/bamtk.c + A /trunk/samtools/cleanup.sh + A /trunk/samtools/configure.ac + D /trunk/samtools/misc/Makefile + A /trunk/samtools/misc/Makefile.generic (from /trunk/samtools/misc/Makefile:245) + + * samtools-0.1.3-7 (r246) + * incorporated revisions from Nils Homer + * enhanced support of displaying color-space reads + +------------------------------------------------------------------------ +r244 | lh3lh3 | 2009-04-25 11:49:40 +0100 (Sat, 25 Apr 2009) | 3 lines +Changed paths: + M /trunk/samtools/bam_md.c + M /trunk/samtools/bamtk.c + + * samtools-0.1.3-6 (r244) + * fixed segfault for unmapped reads + +------------------------------------------------------------------------ +r243 | lh3lh3 | 2009-04-24 21:27:26 +0100 (Fri, 24 Apr 2009) | 5 lines +Changed paths: + M /trunk/samtools/bam.h + M /trunk/samtools/bam_maqcns.c + M /trunk/samtools/bam_md.c + M /trunk/samtools/bamtk.c + + * samtools-0.1.3-5 (r243) + * fixed a long existing bug which may cause memory leak + * check MD + * consensus calling now works with "=", but indel calling not + +------------------------------------------------------------------------ +r242 | lh3lh3 | 2009-04-24 20:44:46 +0100 (Fri, 24 Apr 2009) | 3 lines +Changed paths: + M /trunk/samtools/bam_md.c + M /trunk/samtools/bamtk.c + + * samtools-0.1.3-4 (r242) + * fixed a memory leak + +------------------------------------------------------------------------ +r240 | lh3lh3 | 2009-04-24 16:40:18 +0100 (Fri, 24 Apr 2009) | 5 lines +Changed paths: + M /trunk/samtools/Makefile + M /trunk/samtools/Makefile.lite + M /trunk/samtools/bam.h + M /trunk/samtools/bam_aux.c + A /trunk/samtools/bam_md.c + M /trunk/samtools/bam_plcmd.c + M /trunk/samtools/bamtk.c + + * samtools-0.1.3-3 (r240) + * generate MD tag + * generate "=" bases + * the plain pileup now support "=" bases, but consensus calling and glfgen may fail + +------------------------------------------------------------------------ +r239 | lh3lh3 | 2009-04-24 12:08:20 +0100 (Fri, 24 Apr 2009) | 5 lines +Changed paths: + M /trunk/samtools/bam.h + M /trunk/samtools/bam_aux.c + M /trunk/samtools/bamtk.c + + * samtools-0.1.3-2 (r239) + * fixed bugs in bam_aux.c (these functions nevered used by samtools) + * removed bam_aux_init()/bam_aux_destroy() + * added tagview for testing bam_aux + +------------------------------------------------------------------------ +r235 | lh3lh3 | 2009-04-21 23:17:39 +0100 (Tue, 21 Apr 2009) | 3 lines +Changed paths: + M /trunk/samtools/bam_pileup.c + M /trunk/samtools/bamtk.c + + * samtools-0.1.3-1 + * fixed a bug in pileup: the first read in a chromosome may not be printed + +------------------------------------------------------------------------ +r232 | lh3lh3 | 2009-04-16 15:25:43 +0100 (Thu, 16 Apr 2009) | 2 lines +Changed paths: + M /trunk/samtools/Makefile.lite + +a missing file in Makefile.lite + +------------------------------------------------------------------------ +r227 | lh3lh3 | 2009-04-15 22:02:53 +0100 (Wed, 15 Apr 2009) | 2 lines +Changed paths: + M /trunk/samtools/NEWS + M /trunk/samtools/bamtk.c + +Release samtools-0.1.3 + +------------------------------------------------------------------------ +r223 | lh3lh3 | 2009-04-15 14:31:32 +0100 (Wed, 15 Apr 2009) | 3 lines +Changed paths: + M /trunk/samtools/bam_plcmd.c + M /trunk/samtools/bamtk.c + + * samtools-0.1.2-28 + * make samtools more robust to weird input such as empty file + +------------------------------------------------------------------------ +r222 | lh3lh3 | 2009-04-15 14:05:33 +0100 (Wed, 15 Apr 2009) | 2 lines +Changed paths: + M /trunk/samtools/ChangeLog + M /trunk/samtools/NEWS + M /trunk/samtools/samtools.1 + +prepare for release 0.1.3 + ------------------------------------------------------------------------ r221 | lh3lh3 | 2009-04-15 13:32:14 +0100 (Wed, 15 Apr 2009) | 2 lines Changed paths: