-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathNEWS
225 lines (206 loc) · 11.9 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
Bowtie 2 NEWS
=============
Bowtie 2 is now available for download from the project website,
http://bowtie-bio.sf.net/bowtie2. 2.0.0-beta1 is the first version released to
the public and 2.0.7 is the latest version. Bowtie 2 is licensed under
the GPLv3 license. See `LICENSE' file for details.
Reporting Issues
================
Please report any issues using the Sourceforge bug tracker:
https://sourceforge.net/tracker/?group_id=236897&atid=1101606
Version Release History
=======================
Version 2.1.0 - February 21, 2013
* Improved multithreading support so that Bowtie 2 now uses native Windows
threads when compiled on Windows and uses a faster mutex. Threading
performance should improve on all platforms.
* Improved support for building 64-bit binaries for Windows x64 platforms.
* Bowtie is using a spinlocking mechanism by default.
* Test option --nospin is no longer available. However bowtie2 can always
be recompiled with EXTRA_FLAGS="-DNO_SPINLOCK" in order to drop the
default spinlock usage.
Version 2.0.6 - January 27, 2013
* Fixed issue whereby spurious output would be written in --no-unal mode.
* Fixed issue whereby multiple input files combined with --reorder would
cause truncated output and a memory spike.
* Fixed spinlock datatype for Win64 API (LLP64 data model) which made it
crash when compiled under Windows 7 x64.
* Fixed bowtie2 wrapper to handle filename/paths operations in a more
platform independent manner.
* Added pthread as a default library option under cygwin, and pthreadGC
for MinGW.
* Fixed some minor issues that made MinGW compilation fail.
Version 2.0.5 - January 4, 2013
* Fixed an issue that would cause excessive memory allocation when aligning
to very repetitive genomes.
* Fixed an issue that would cause a pseudo-randomness-related assert to be
thrown in debug mode under rare circumstances.
* When bowtie2-build fails, it will now delete index files created so far so
that invalid index files don't linger.
* Tokenizer no longer has limit of 10,000 tokens, which was a problem for
users trying to index a very large number of FASTA files.
* Updated manual's discussion of the -I and -X options to mention that
setting them farther apart makes Bowtie 2 slower.
* Renamed COPYING to LICENSE and created a README to be GitHub-friendly.
Version 2.0.4 - December 17, 2012
* Fixed issue whereby --un, --al, --un-conc and --al-conc options would
incorrectly suppress SAM output.
* Fixed minor command-line parsing issue in wrapper script.
* Fixed issue on Windows where wrapper script would fail to find
bowtie2-align.exe binary.
* Updated some of the index-building scripts and documentation.
* Updated author's contact info in usage message.
Version 2.0.3 - December 14, 2012
* Fixed thread safely issues that could cause crashes with a large number of
threads. Thanks to John O’Neill for identifying these issues.
* Fixed some problems with pseudo-random number generation that could cause
unequal distribution of alignments across equally good candidate loci.
* The --un, --al, --un-conc, and --al-conc options (and their compressed
analogs) are all much faster now, making it less likely that they become
the bottleneck when Bowtie 2 is run with large -p.
* Fixed issue with innaccurate mapping qualities, XS:i, and YS:i flags when
--no-mixed and --no-discordant are specified at the same time.
* Fixed some compiler warnings and errors when using clang++ to compile.
* Fixed race condition in bowtie2 script when named pipes are used.
* Added more discussion of whitespace in read names to manual.
Version 2.0.2 - October 31, 2012
* Fixes a couple small issues pointed out to me immediately after 2.0.1
release
* Mac binaries now built on 10.6 in order to be forward-compatible with more
Mac OS versions
* Small changes to source to make it compile with gcc versions up to 4.7
without warnings
Version 2.0.1 - October 31, 2012
* First non-beta release.
* Fixed an issue that would cause Bowtie 2 to use excessive amounts of
memory for closely-matching and highly repetitive reads under some
circumstances.
* Fixed a bug in --mm mode that would fail to report when an index file
could not be memory-mapped.
* Added --non-deterministic option, which better matches how some users
expect the pseudo-random generator inside Bowtie 2 to work. Normally, if
you give the same read (same name, sequence and qualities) and --seed, you
get the same answer. --non-deterministic breaks that guarantee. This can
be more appropriate for datasets where the input contains many identical
reads (same name, same sequence, same qualities).
* Fixed a bug in bowtie2-build would yield corrupt index files when memory
settings were adjusted in the middle of indexing.
* Clarified in manual that --un (or --un-*) options print reads exactly as
they appeared in the input, and that they are not necessarily written in
the same order as they appeared in the input.
* Fixed issue whereby wrapper would incorrectly interpret arguments with
--al as a prefix (e.g. --all) as --al.
* Added option --omit-sec-seq, which causes Bowtie 2 to set SEQ and QUAL
fields to "*" for secondary alignments.
Version 2.0.0-beta7 - July 9, 2012
* Fixed an issue in how Bowtie 2 aligns longer reads in --local mode. Some
alignments were incorrectly curtailed on the left-hand side.
* Fixed issue --un (or --un-*) would fail to output unaligned reads when
--no-unal was also specified.
* Fixed issue whereby --un-* were significantly slowing down Bowtie 2 when
-p was set greater than 1.
* Fixed issue that would could cause hangs in -a mode or when -k is set
high.
* Fixed issue whereby the SAM FLAGS field could be set incorrectly for
secondary paired-end alignments with -a or -k > 1.
* When input reads are unpaired, Bowtie 2 no longer removes the trailing /1
or /2 from the read name.
* -M option is now deprecated. It will be removed in subsequent versions.
What used to be called -M mode is still the default mode, and -k and -a
are still there alternatives to the default mode, but adjusting the -M
setting is deprecated. Use the -D and -R options to adjust the effort
expended to find valid alignments.
* Gaps are now left-aligned in a manner similar to BWA and other tools.
* Fixed issue whereby wrapper script would not pass on exitlevel correctly,
sometimes spuriously hiding non-0 exitlevel.
* Added documentation for YT:Z to manual.
* Fixed documentation describing how Bowtie 2 searches for an index given an
index basename.
* Fixed inconsistent documentation for the default value of the -i parameter
Version 2.0.0-beta6 - May 7, 2012
* Bowtie 2 now handles longer reads in a more memory-economical fashion,
which should prevent many out-of-memory issues for longer reads.
* Error message now produced when -L is set greater than 32.
* Added a warning message to warn when bowtie2-align binary is being run
directly, rather than via the wrapper. Some functionality is provided by
the wrapper, so Bowtie 2 should always be run via the bowtie2 executable
rather than bowtie2-align.
* Fixed an occasional crashing bug that was usually caused by setting the
seed length relatively short.
* Fixed an issue whereby the FLAG, RNEXT and PNEXT fields were incorrect for
some paired-end alignments. Specifically, this affected paired-end
alignments where both mates aligned and one or both mates aligned
non-uniquely.
* Fixed issue whereby compressed input would sometimes be mishandled.
* Renamed --sam-* options to omit the "sam-" prefix for brevity. The old
option names will also work.
* Added --no-unal option to suppress SAM records corresponding to unaligned
reads, i.e., records where FLAG field has 0x4 set.
* Added --rg-id option and enhanced the documentation for both --rg-id and
--rg. Users were confused by the need to specify --rg "ID:(something)" in
order for the @RG line to be printed; hopefully this is clearer now.
* Index updates: indexes linked to in the right-hand sidebar have been
updated to include the unplaced contigs appearing in the UCSC "random"
FASTA files. This makes the indexes more complete. Also, an index for
the latest mouse assembly, mm10 (AKA "GRCm38") has been added.
Version 2.0.0-beta5 - December 14, 2011
* Added --un, --al, --un-conc, and --al-conc options that write unpaired
and/or paired-end reads to files depending on whether they align at least
once or fail to align.
* Added --reorder option. When enabled, the order of the SAM records output
by Bowtie 2 will match the order of the input reads even when -p is set
greater than 1. This is disabled by default; enabling it makes Bowtie 2
somewhat slower and use somewhat more memory when -p is set greater than
1.
* Changed the default --score-min in --local mode to G,20,8. This ought to
improve sensitivity and accuracy in many cases.
* Improved error reporting.
* Fixed some minor documentation issues.
* Note: I am aware of an issue whereby longer reads (>10,000 bp) drive the
memory footprint way up and often cause an out-of-memory exception. This
will be fixed in a future version.
Version 2.0.0-beta4 - December 5, 2011
* Accuracy improvements.
* Speed improvements in some situations.
* Fixed a handful of crashing bugs.
* Fixed some documentation bugs.
* Fixed bug whereby --version worked incorrectly.
* Fixed formatting bug with MD:Z optional field that would sometimes fail to
follow a mismatch with a number.
* Added -D option for controlling the maximum number of seed extensions that
can fail in a row before we move on. This option or something like it
will eventually replace the argument to -M.
* Added -R option to control maximum number of times re-seeding is attempted
for a read with repetitive seeds.
* Changed default to --no-dovetail. Specifying --dovetail turns it back on.
* Added second argument for --mp option so that user can set maximum and
minimum mismatch penalties at once. Also tweaked the formula for
calculating the quality-aware mismatch penalty.
Version 2.0.0-beta3 - November 1, 2011
* Accuracy improvements.
* Speed improvements in some situations.
* Fixed a handful of crashing bugs.
* Fixed a bug whereby number of repetitively aligned reads could be
misreported in the summary output.
Version 2.0.0-beta2 - October 16, 2011
* Added manual, both included in the download package and on the website.
The website will always have the manual for the latest version.
* Added Linux 32-bit and 64-bit binary packages. Mac OS X packages to come.
Still working on a Windows package.
* Fixed a bug that led to crashes when seed-alignment result memory was
exhausted.
* Changed the --end-to-end mode --score-min default to be less permissive.
The previous threshold seemed to be having an adverse effect on accuracy,
though the fix implemented in this version comes at the expense of some
sensitivity.
* Changed the --end-to-end mode -M default to be lower by 2 notches. This
offsets any detrimental effect that the previous change would have had on
speed, without a large adverse impact on accuracy. As always, setting -M
higher will yield still greater accuracy at the expense of speed.
Version 2.0.0-beta1 - September 22, 2011
* First public release.
* Caveats: as of now, the manual is incomplete, there's no tutorial, and no
example genome or example reads. All these will be fixed in upcoming
releases.
* Only a source package is currently available. Platform-specific binaries
will be included in future releases.