]> git.donarmstrong.com Git - samtools.git/log
samtools.git
15 years ago * samtools-0.1.2-16
Heng Li [Tue, 24 Mar 2009 10:30:23 +0000 (10:30 +0000)]
 * samtools-0.1.2-16
 * made pileup take a list of proposed indels. An insertion is N at the moment.
 * added my kstring library for a bit complex parsing of the position list.

15 years ago * soap2sam.pl-0.1.2
Heng Li [Thu, 12 Mar 2009 13:40:14 +0000 (13:40 +0000)]
 * soap2sam.pl-0.1.2
 * more robust to truncated soap output

15 years agoadded bam_stat.o to Makefile.lite
Heng Li [Wed, 11 Mar 2009 10:49:00 +0000 (10:49 +0000)]
added bam_stat.o to Makefile.lite

15 years ago * samtools-0.1.2-15
Heng Li [Tue, 10 Mar 2009 22:11:31 +0000 (22:11 +0000)]
 * samtools-0.1.2-15
 * generate RMS of mapQ instead of max mapQ

15 years ago * samtools-0.1.2-14
Heng Li [Tue, 10 Mar 2009 22:06:45 +0000 (22:06 +0000)]
 * samtools-0.1.2-14
 * implemented GLFv3

15 years ago * samtools-0.1.2-13
Heng Li [Tue, 3 Mar 2009 11:26:08 +0000 (11:26 +0000)]
 * samtools-0.1.2-13
 * fixed a minor bug in displaying pileup

15 years ago * samtools-0.1.2-12
Heng Li [Tue, 3 Mar 2009 11:24:16 +0000 (11:24 +0000)]
 * samtools-0.1.2-12
 * optionally print SAM header

15 years ago * samtools-0.1.2-11
Heng Li [Mon, 2 Mar 2009 10:45:28 +0000 (10:45 +0000)]
 * samtools-0.1.2-11
 * use "GLF\3" as the magic for GLFv3 files

15 years ago * samtools-0.1.2-10
Heng Li [Mon, 2 Mar 2009 10:39:09 +0000 (10:39 +0000)]
 * samtools-0.1.2-10
 * fixed a bug in import: core.bin is undefined for unmapped reads
 * this bug can be alleviated (not completely solved) in bam_index.c
 * update to GLFv3: pos is changed to offset for better compression

15 years ago * wgsim-0.2.3
Heng Li [Sun, 1 Mar 2009 15:18:43 +0000 (15:18 +0000)]
 * wgsim-0.2.3
 * fixed a bug in simulating indels

15 years ago * wgsim-0.2.2
Heng Li [Thu, 26 Feb 2009 19:43:57 +0000 (19:43 +0000)]
 * wgsim-0.2.2
 * allow to print mismatch information as fastq comment. MAQ does
   not like long read names.

15 years ago * wgsim-0.2.1
Heng Li [Thu, 26 Feb 2009 14:53:03 +0000 (14:53 +0000)]
 * wgsim-0.2.1
 * fixed a bug about color read coordinates
 * fixed a bug in read names
 * wgsim_eval.pl-0.1.3
 * make the script work with color reads

15 years ago * wgsim: added a note
Heng Li [Thu, 26 Feb 2009 14:02:57 +0000 (14:02 +0000)]
 * wgsim: added a note

15 years ago * wgsim-0.2.0
Heng Li [Thu, 26 Feb 2009 11:39:08 +0000 (11:39 +0000)]
 * wgsim-0.2.0
 * considerable code clean up
 * print number of substitutions/indels/errors on each read
 * potentially support SOLiD simulation, though not tested at the moment
 * wgsim_eval.pl-0.1.2
 * change in accordant with wgsim

15 years ago * samtools-0.1.2-9
Heng Li [Wed, 18 Feb 2009 22:23:27 +0000 (22:23 +0000)]
 * samtools-0.1.2-9
 * fixed a bug in bam_fetch, caused by completely contained adjacent chunks

15 years agoFix annoying segv when invalid region specified.
On behalf of Bob Handsaker [Wed, 18 Feb 2009 19:06:57 +0000 (19:06 +0000)]
Fix annoying segv when invalid region specified.

15 years ago * move indel_filter.pl to samtools.pl
Heng Li [Tue, 17 Feb 2009 10:49:55 +0000 (10:49 +0000)]
 * move indel_filter.pl to samtools.pl

15 years ago * samtools-0.1.2-7
Heng Li [Sat, 14 Feb 2009 21:22:30 +0000 (21:22 +0000)]
 * samtools-0.1.2-7
 * fixed a bug in fixmate: SE reads are flagged as BAM_FMUNMAP

15 years ago * samtools-0.1.2-7
Heng Li [Fri, 13 Feb 2009 09:54:45 +0000 (09:54 +0000)]
 * samtools-0.1.2-7
 * fixed a minor bug in flagstat

15 years ago * samtools-0.1.2-6
Heng Li [Thu, 12 Feb 2009 11:15:32 +0000 (11:15 +0000)]
 * samtools-0.1.2-6
 * improve indel caller by setting maximum window size

15 years ago * output max mapping quality in indel line
Heng Li [Thu, 12 Feb 2009 10:30:29 +0000 (10:30 +0000)]
 * output max mapping quality in indel line

15 years agofixed a bug in generating tag AM
Heng Li [Wed, 11 Feb 2009 10:59:10 +0000 (10:59 +0000)]
fixed a bug in generating tag AM

15 years agofixed a potential memory problem in indexing
Heng Li [Tue, 3 Feb 2009 10:43:11 +0000 (10:43 +0000)]
fixed a potential memory problem in indexing

15 years agoPass LIBS to recursive targets to facilitate building at Broad.
On behalf of Bob Handsaker [Mon, 2 Feb 2009 15:52:52 +0000 (15:52 +0000)]
Pass LIBS to recursive targets to facilitate building at Broad.

15 years ago * samtools-0.1.2-3
Heng Li [Mon, 2 Feb 2009 10:12:15 +0000 (10:12 +0000)]
 * samtools-0.1.2-3
 * fixed a bug in generating GLFv2 for indels
 * improve flagstat report a little bit

15 years ago * samtools-0.1.2-1
Heng Li [Thu, 29 Jan 2009 12:33:23 +0000 (12:33 +0000)]
 * samtools-0.1.2-1
 * added flagstat command

15 years agoRelease SAMtools-0.1.2
Heng Li [Wed, 28 Jan 2009 13:31:12 +0000 (13:31 +0000)]
Release SAMtools-0.1.2

15 years agoScript for filtering indel results
Heng Li [Wed, 28 Jan 2009 12:54:08 +0000 (12:54 +0000)]
Script for filtering indel results

15 years agoconvert ZOOM to SAM
Heng Li [Sun, 25 Jan 2009 11:45:37 +0000 (11:45 +0000)]
convert ZOOM to SAM

15 years agoadd a script to convert novo alignment to SAM
Heng Li [Sat, 24 Jan 2009 14:25:07 +0000 (14:25 +0000)]
add a script to convert novo alignment to SAM

15 years agoupdate documentation and ChangeLog
Heng Li [Fri, 23 Jan 2009 20:57:39 +0000 (20:57 +0000)]
update documentation and ChangeLog

15 years ago * samtools-0.1.1-19
Heng Li [Fri, 23 Jan 2009 19:22:59 +0000 (19:22 +0000)]
 * samtools-0.1.1-19
 * fixed a bug in "merge" command line

15 years ago * merge from branches/dev/
Heng Li [Thu, 22 Jan 2009 15:36:48 +0000 (15:36 +0000)]
 * merge from branches/dev/
 * all future development will happen here

15 years ago * Merge from branches/dev/
Heng Li [Thu, 22 Jan 2009 15:14:27 +0000 (15:14 +0000)]
 * Merge from branches/dev/
 * all future development will happen here at trunk/

15 years agoFix problem with compiling without curses.
On behalf of Bob Handsaker [Wed, 7 Jan 2009 21:42:15 +0000 (21:42 +0000)]
Fix problem with compiling without curses.

15 years agoCreate trunk copy
Heng Li [Mon, 22 Dec 2008 15:58:02 +0000 (15:58 +0000)]
Create trunk copy