|
| 1 | +------------------------------------------------------------------------ |
| 2 | +r925 | lh3lh3 | 2011-02-28 15:45:17 -0500 (Mon, 28 Feb 2011) | 2 lines |
| 3 | +Changed paths: |
| 4 | + M /trunk/samtools/phase.c |
| 5 | + |
| 6 | +minor changes to a heuristic rule |
| 7 | + |
| 8 | +------------------------------------------------------------------------ |
| 9 | +r924 | lh3lh3 | 2011-02-28 15:24:04 -0500 (Mon, 28 Feb 2011) | 4 lines |
| 10 | +Changed paths: |
| 11 | + M /trunk/samtools/bam.h |
| 12 | + M /trunk/samtools/bcftools/vcfutils.pl |
| 13 | + M /trunk/samtools/phase.c |
| 14 | + |
| 15 | + * 0.1.12-r924:126 |
| 16 | + * fixed a bug in phase (due to recent changes) |
| 17 | + * fixed a bug in vcf2fq |
| 18 | + |
| 19 | +------------------------------------------------------------------------ |
| 20 | +r923 | lh3lh3 | 2011-02-28 12:57:39 -0500 (Mon, 28 Feb 2011) | 5 lines |
| 21 | +Changed paths: |
| 22 | + M /trunk/samtools/Makefile |
| 23 | + M /trunk/samtools/bam.h |
| 24 | + M /trunk/samtools/bam_plcmd.c |
| 25 | + M /trunk/samtools/bamtk.c |
| 26 | + M /trunk/samtools/phase.c |
| 27 | + |
| 28 | + * put version number in bam.h |
| 29 | + * write version to BCF |
| 30 | + * in phase, change the default -q to 37 |
| 31 | + * output a little more information during phasing |
| 32 | + |
| 33 | +------------------------------------------------------------------------ |
| 34 | +r922 | lh3lh3 | 2011-02-25 16:40:09 -0500 (Fri, 25 Feb 2011) | 3 lines |
| 35 | +Changed paths: |
| 36 | + M /trunk/samtools/bam2bcf.c |
| 37 | + M /trunk/samtools/bamtk.c |
| 38 | + M /trunk/samtools/bcftools/bcf.c |
| 39 | + M /trunk/samtools/bcftools/bcf.tex |
| 40 | + M /trunk/samtools/bcftools/bcf2qcall.c |
| 41 | + M /trunk/samtools/bcftools/bcfutils.c |
| 42 | + M /trunk/samtools/bcftools/ld.c |
| 43 | + M /trunk/samtools/bcftools/prob1.c |
| 44 | + M /trunk/samtools/bcftools/vcf.c |
| 45 | + M /trunk/samtools/cut_target.c |
| 46 | + |
| 47 | + * change the order of PL/GL according to the latest VCF spec |
| 48 | + * change the type of SP to int32_t |
| 49 | + |
| 50 | +------------------------------------------------------------------------ |
| 51 | +r921 | lh3lh3 | 2011-02-25 14:40:56 -0500 (Fri, 25 Feb 2011) | 2 lines |
| 52 | +Changed paths: |
| 53 | + M /trunk/samtools/bcftools/bcf.tex |
| 54 | + |
| 55 | +update the BCF spec |
| 56 | + |
| 57 | +------------------------------------------------------------------------ |
| 58 | +r920 | lh3lh3 | 2011-02-25 00:59:27 -0500 (Fri, 25 Feb 2011) | 2 lines |
| 59 | +Changed paths: |
| 60 | + M /trunk/samtools/Makefile |
| 61 | + M /trunk/samtools/bam_md.c |
| 62 | + M /trunk/samtools/bam_plcmd.c |
| 63 | + M /trunk/samtools/bam_sort.c |
| 64 | + M /trunk/samtools/bamtk.c |
| 65 | + A /trunk/samtools/cut_target.c |
| 66 | + M /trunk/samtools/errmod.h |
| 67 | + M /trunk/samtools/faidx.c |
| 68 | + M /trunk/samtools/khash.h |
| 69 | + M /trunk/samtools/kstring.c |
| 70 | + M /trunk/samtools/kstring.h |
| 71 | + A /trunk/samtools/phase.c |
| 72 | + M /trunk/samtools/samtools.1 |
| 73 | + |
| 74 | +added the phase command |
| 75 | + |
| 76 | +------------------------------------------------------------------------ |
| 77 | +r918 | lh3lh3 | 2011-02-24 10:05:54 -0500 (Thu, 24 Feb 2011) | 2 lines |
| 78 | +Changed paths: |
| 79 | + M /trunk/samtools/bcftools/prob1.c |
| 80 | + M /trunk/samtools/bcftools/prob1.h |
| 81 | + |
| 82 | +added "const" to bcf_p1_cal() |
| 83 | + |
| 84 | +------------------------------------------------------------------------ |
| 85 | +r917 | lh3lh3 | 2011-02-24 09:36:30 -0500 (Thu, 24 Feb 2011) | 2 lines |
| 86 | +Changed paths: |
| 87 | + M /trunk/samtools/bam.c |
| 88 | + |
| 89 | +more meaningful BAM truncation message |
| 90 | + |
| 91 | +------------------------------------------------------------------------ |
| 92 | +r916 | lh3lh3 | 2011-02-24 09:35:06 -0500 (Thu, 24 Feb 2011) | 3 lines |
| 93 | +Changed paths: |
| 94 | + M /trunk/samtools/bcftools/bcf.c |
| 95 | + M /trunk/samtools/bcftools/vcf.c |
| 96 | + |
| 97 | + * automatically fix errors in GL |
| 98 | + * output unrecognized FORMAT as "." |
| 99 | + |
| 100 | +------------------------------------------------------------------------ |
| 101 | +r913 | lh3lh3 | 2011-02-10 22:59:47 -0500 (Thu, 10 Feb 2011) | 2 lines |
| 102 | +Changed paths: |
| 103 | + M /trunk/samtools/bcftools/bcf.h |
| 104 | + M /trunk/samtools/bcftools/call1.c |
| 105 | + M /trunk/samtools/bcftools/vcf.c |
| 106 | + |
| 107 | +finished VCF->BCF conversion |
| 108 | + |
| 109 | +------------------------------------------------------------------------ |
| 110 | +r910 | petulda | 2011-02-03 03:13:48 -0500 (Thu, 03 Feb 2011) | 1 line |
| 111 | +Changed paths: |
| 112 | + M /trunk/samtools/bcftools/vcfutils.pl |
| 113 | + |
| 114 | +Prevent division by zero |
| 115 | +------------------------------------------------------------------------ |
| 116 | +r909 | lh3lh3 | 2011-02-02 11:29:20 -0500 (Wed, 02 Feb 2011) | 2 lines |
| 117 | +Changed paths: |
| 118 | + M /trunk/samtools/bcftools/call1.c |
| 119 | + |
| 120 | +fixed a typo in the VCF header |
| 121 | + |
| 122 | +------------------------------------------------------------------------ |
| 123 | +r908 | lh3lh3 | 2011-02-02 11:28:24 -0500 (Wed, 02 Feb 2011) | 3 lines |
| 124 | +Changed paths: |
| 125 | + M /trunk/samtools/bam2bcf.c |
| 126 | + M /trunk/samtools/bam_index.c |
| 127 | + |
| 128 | + * fixed an out-of-boundary bug |
| 129 | + * improved sorting order checking in index |
| 130 | + |
| 131 | +------------------------------------------------------------------------ |
| 132 | +r907 | lh3lh3 | 2011-01-29 22:59:20 -0500 (Sat, 29 Jan 2011) | 4 lines |
| 133 | +Changed paths: |
| 134 | + M /trunk/samtools/INSTALL |
| 135 | + M /trunk/samtools/bam_tview.c |
| 136 | + M /trunk/samtools/knetfile.c |
| 137 | + |
| 138 | + * avoid a segfault when network connect fails |
| 139 | + * update INSTALL |
| 140 | + * fixed a bug in tview on big-endian by Nathan Weeks |
| 141 | + |
| 142 | +------------------------------------------------------------------------ |
| 143 | +r903 | lh3lh3 | 2011-01-27 14:50:02 -0500 (Thu, 27 Jan 2011) | 3 lines |
| 144 | +Changed paths: |
| 145 | + M /trunk/samtools/bam2bcf_indel.c |
| 146 | + M /trunk/samtools/bam_md.c |
| 147 | + |
| 148 | + * fixed a rare memory issue in bam_md.c |
| 149 | + * fixed a bug in indel calling related to unmapped and refskip reads |
| 150 | + |
| 151 | +------------------------------------------------------------------------ |
| 152 | +r902 | lh3lh3 | 2011-01-23 21:46:18 -0500 (Sun, 23 Jan 2011) | 2 lines |
| 153 | +Changed paths: |
| 154 | + M /trunk/samtools/bcftools/fet.c |
| 155 | + |
| 156 | +fixed two minor bugs in Fisher's exact test |
| 157 | + |
| 158 | +------------------------------------------------------------------------ |
| 159 | +r899 | petulda | 2011-01-19 09:28:02 -0500 (Wed, 19 Jan 2011) | 1 line |
| 160 | +Changed paths: |
| 161 | + M /trunk/samtools/bcftools/vcfutils.pl |
| 162 | + |
| 163 | +Skip sites with unknown ref |
| 164 | +------------------------------------------------------------------------ |
| 165 | +r898 | lh3lh3 | 2011-01-15 12:56:05 -0500 (Sat, 15 Jan 2011) | 2 lines |
| 166 | +Changed paths: |
| 167 | + M /trunk/samtools/ChangeLog |
| 168 | + M /trunk/samtools/bam_maqcns.c |
| 169 | + M /trunk/samtools/bam_md.c |
| 170 | + |
| 171 | +move bam_nt16_nt4_table[] from bam_maqcns.c to bam_md.c |
| 172 | + |
1 | 173 | ------------------------------------------------------------------------
|
2 | 174 | r896 | lh3lh3 | 2011-01-06 10:52:15 -0500 (Thu, 06 Jan 2011) | 3 lines
|
3 | 175 | Changed paths:
|
|
0 commit comments