Heng Li
cb7e5dffcf
Merge pull request #292 from nh13/patch-1
...
Document "-u"
2022-03-06 18:16:09 -05:00
Heng Li
40b3aeed56
Merge pull request #297 from nh13/patch-3
...
Clarify bwa mem -5 option
2022-03-06 18:12:09 -05:00
Heng Li
b9accf95ad
debug flag to measure memory
2021-02-22 23:26:03 -05:00
Nils Homer
84b2abb675
Clarify bwa mem -5 option
...
Clarify that the -5 bwa mem option chooses the alignment that starts earliest in the read relative to the read/sequencing order, not genomic coordinate order
2020-08-18 23:01:43 -07:00
Nils Homer
ab9e0e0226
Update fastmap.c
2020-08-12 08:51:19 -07:00
Nils Homer
e5985723cc
Document "-u"
2020-08-06 10:08:29 -07:00
Heng Li
436aceb4ef
added MIT license to some non-GPL source files
2020-07-01 23:02:01 -04:00
Heng Li
11d53b06fb
Merge branch 'dev' into XB
2018-04-02 10:47:45 -04:00
Heng Li
eb7dbc1429
optionally write XB to include alignment score
...
request from 4DN-DCIC
2018-04-02 10:43:41 -04:00
Heng Li
b582816211
r1187: a typo in command line help
2017-09-26 09:35:19 -04:00
Heng Li
47d9fb27d7
Release 0.7.16-r1180
2017-07-30 22:35:38 -04:00
Andreas Tille
c56c2e4677
Several trivial Debian patches
...
[Andreas Tille]
Check exact number of arguments of bwtupdate
Fix spelling
[Fabian Klötzl]
change printing as size_t is unsigned
2017-07-04 21:24:15 +01:00
John Marshall
bc58bf265d
Add "bwa mem -o FILE" synonym and documentation
...
As -o is still free in the mem command, use that standard option to
specify an output file (and keep -f to parallel bwase/bwape commands).
Document it in the usage and man page.
2017-06-27 17:05:44 +01:00
José Manuel Abuín Mosquera
d28da05f36
Added option to write output to file
2017-06-27 16:47:13 +01:00
Heng Li
f123871451
r1142: added option -5 for Hi-C data
2016-05-31 11:01:36 -04:00
Heng Li
1e6a10ce2d
a typo in fastmap command-line prompt
2016-02-01 11:41:46 -05:00
Heng Li
1247dc2346
removed the pbread mode
...
It is not working well. Not at all.
2016-01-26 22:37:01 -05:00
Heng Li
ed95769a33
updated documentations
...
(prepare for release)
2014-12-21 16:30:29 -05:00
Heng Li
925ddfb697
r1025: accept file with -H; allow to replace @SQ
2014-12-11 10:38:36 -05:00
Heng Li
9d8c906e4c
r1017: process I/O in a separate thread
...
Previously, bwa-mem waits for I/O. When the input data comes from a slow source
(I/O or piped from a slow program), bwa-mem may spend significant amount of
wall-clock time in the single-thread mode. The same may also happen when bwa-mem
writes to slow target. This commit uses two sequence buffers. it allows bwa-mem
to map one buffer while filling or dumping the other buffer. When bwa-mem is run
on 16 threads using the bwa.kit pipeline, the wall clock time is reduced by 30%.
2014-11-26 12:32:48 -05:00
Heng Li
b5f6ed3020
r1005: insert arbitrary header lines
2014-11-19 10:59:05 -05:00
Heng Li
80e4ecfa79
r998: smart pairing; allow mixture of SE/PE reads
2014-11-18 14:30:22 -05:00
Heng Li
9bf898fa10
r963: expose mask_level
2014-10-30 11:33:43 -04:00
Heng Li
76a15ea91b
r933: with bwa-postalt ready, drop option -g
2014-10-21 00:23:14 -04:00
Heng Li
a6b5a30dab
r930: use 3rd round seeding by default
...
This strategy is similar to the seeding heuristic used by LAST. When it is used
alone, it is not as accurate as the current seeding strategy at least for short
reads. However, it may do a better job for a long contig mapped to multiple ALT
contigs. This seeding strategy is also relatively cheap to perform.
2014-10-20 17:34:15 -04:00
Heng Li
bfd5e1840f
shm works on small files, but not large ones
...
I don't know why. SHMMAX, SHMALL and SHMMNI are large enough.
2014-10-15 15:44:06 -04:00
Heng Li
0a2cf98293
r876: optionally ignore idxbase.alt file
2014-09-27 23:21:50 -04:00
Heng Li
9af36064e8
r867: fixed a few bugs; added ALT hits to XA
2014-09-19 16:50:21 -04:00
Heng Li
c982443210
r854: improved the calculation of pa
...
and build pa filtering into BWA-MEM
2014-09-17 16:26:28 -04:00
Heng Li
92bc6849a3
r844: added intra-species contig mapping mode
2014-09-16 10:53:07 -04:00
Heng Li
90518f11e3
r843: presetting for ONT 2d reads
...
Somewhat working for 1d reads, but not very well
2014-09-16 10:38:15 -04:00
Heng Li
4b6eeb34c8
r830: optionally fixed chunk size
2014-09-15 23:42:24 -04:00
Heng Li
5d26ab0ee3
r828: changed the default scoring for pacbio
2014-09-15 23:22:05 -04:00
Heng Li
35ac99b4f7
r815: optionally output ref fasta header
...
Also fixed a bug in reading .ann files
2014-08-29 10:51:23 -04:00
Heng Li
b5cba257c1
r809: new strategy for the -a mode
2014-08-25 11:59:27 -04:00
Heng Li
08517ac09b
r764: changed -c in "-x pacbio" to 500
2014-05-13 12:53:24 -04:00
Heng Li
a35a6c2580
updated maual page
2014-05-12 12:52:16 -04:00
Heng Li
39a6cd5bb0
r762: cleanup for the new release; unfinished
...
It will take to make the documentation ready.
2014-05-11 15:15:44 -04:00
Heng Li
6ac8dd5840
r754: added command msg for -h
2014-05-06 16:15:14 -04:00
Heng Li
ce3c198245
r749: max_hits tunable on CMD; default to 5
2014-05-04 10:17:03 -04:00
Heng Li
11698fc4e5
r735: fixed a bug caused by merge
2014-04-30 13:12:43 -04:00
Heng Li
76bb49e01b
r729: halved band width; doubled patch band width
2014-04-24 16:06:01 -04:00
Heng Li
b92bbb47e5
Merge branch '0.7.7-softclip' into layout
...
Conflicts:
Makefile
bwamem.h
fastmap.c
main.c
2014-04-24 12:24:49 -04:00
Heng Li
8c12ec4a4b
r725: optionally disable hard clipping
...
as is reqested by the cancer group
2014-04-24 11:56:43 -04:00
Heng Li
00a07f61bf
r721: merge overlapping hits by default
2014-04-15 16:16:04 -04:00
Heng Li
4e22270eba
r718: merge alnregs overlapping on both query/ref
2014-04-14 17:01:17 -04:00
Heng Li
6d4a6debdc
r716: changed -x pbread
2014-04-14 16:04:29 -04:00
Heng Li
bbcabfe342
r707: change params for pacbio-to-pacbio
2014-04-10 21:53:52 -04:00
Heng Li
db58392e9b
dev-469: fixed wrong command line prompt
2014-04-09 13:20:04 -04:00
Heng Li
d766591c1e
dev-468: fixed a segfault caused by NULL
2014-04-08 22:11:36 -04:00