gatk-3.8/protected
Eric Banks ea8a1edeb6 Adding option to CombineGVCFs to have it break blocks at every N sites.
Using --breakBandsAtMultiplesOf N will ensure that no reference blocks span across
genomic positions that are multiples of N.  This is especially important in the
case of scatter-gather where you don't want your scatter intervals to start in the
middle of blocks (because of a limitation in the way -L works in the GATK for VCF
records with the END tag).

For example, running with --breakBandsAtMultiplesOf 5 on this record:
1       69491   .       G       <NON_REF>       .       .       END=69523       GT:DP:GQ:MIN_DP:MIN_GQ:PL       ./.:94:99:82:99:0,120,1800

Will produce the following records:
1       69491   .       G       <NON_REF>       .       .       END=69494       GT:DP:GQ:MIN_DP:MIN_GQ:PL       ./.:94:99:82:99:0,120,1800
1       69495   .       C       <NON_REF>       .       .       END=69499       GT:DP:GQ:MIN_DP:MIN_GQ:PL       ./.:94:99:82:99:0,120,1800
1       69500   .       T       <NON_REF>       .       .       END=69504       GT:DP:GQ:MIN_DP:MIN_GQ:PL       ./.:94:99:82:99:0,120,1800
etc.

Added docs and a new test.
2015-03-12 14:42:10 -04:00
..
gatk-package-distribution Added faster built executable, non-packaged jars. 2014-11-05 00:30:46 +08:00
gatk-queue-extensions-distribution Added optional element "includeUnmapped" to the PartitionBy annotation 2015-01-31 15:47:57 -05:00
gatk-queue-package-distribution Added faster built executable, non-packaged jars. 2014-11-05 00:30:46 +08:00
gatk-tools-protected Adding option to CombineGVCFs to have it break blocks at every N sites. 2015-03-12 14:42:10 -04:00
pom.xml Update pom versions to mark the start of GATK 3.4 development 2014-10-23 22:31:44 -04:00