2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836) |
Log message:
*: Recursive revision bump for openssl 1.1.1.
|
2020-01-12 21:20:50 by Ryo ONODERA | Files touched by this commit (574) |
Log message:
*: Recursive revbump from devel/boost-libs
|
2019-08-22 14:23:56 by Ryo ONODERA | Files touched by this commit (678) |
Log message:
Recursive revbump from boost-1.71.0
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-07-21 00:46:59 by Thomas Klausner | Files touched by this commit (595) |
Log message:
*: recursive bump for nettle 3.5.1
|
2019-07-01 06:08:55 by Ryo ONODERA | Files touched by this commit (669) |
Log message:
Recursive revbump from boost-1.70.0
|
2018-12-13 20:52:27 by Adam Ciarcinski | Files touched by this commit (668) |
Log message:
revbump for boost 1.69.0
|
2018-11-06 11:24:14 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
htslib: updated to 1.9
1.9:
If ./configure fails, make will stop working until either configure is re-run \
successfully, or make distclean is used. This makes configuration failures more \
obvious.
The default SAM version has been changed to 1.6. This is in line with the latest \
version specification and indicates that HTSlib supports the CG tag used to \
store long CIGAR data in BAM format.
bgzip integrity check option '--test'
Faidx can now index fastq files as well as fasta. The fastq index adds an extra \
column to the .fai index which gives the offset to the quality values. New \
interfaces have been added to htslib/faidx.h to read the fastq index and \
retrieve the quality values. It is possible to open a fastq index as if fasta \
(only sequences will be returned), but not the other way round.
New API interfaces to add or update integer, float and array aux tags.
Add level=<number> option to hts_set_opt() to allow the compression level \
to be set. Setting level=0 enables uncompressed output.
Improved bgzip error reporting.
Better error reporting when CRAM reference files can't be opened.
Fixes to make tests work properly on Windows/MinGW - mainly to handle line \
ending differences.
Efficiency improvements:
Small speed-up for CRAM indexing.
Reduce the number of unnecessary wake-ups in the thread pool.
Avoid some memory copies when writing data, notably for uncompressed BGZF output.
Bug fixes:
Fix multi-region iterator bugs on CRAM files.
Fixed multi-region iterator bug that caused some reads to be skipped incorrectly \
when reading BAM files.
Fixed synced_bcf_reader() bug when reading contigs multiple times.
Fixed bug where bcf_hdr_set_samples() did not update the sample dictionary when \
removing samples.
Fixed bug where the VCF record ref length was calculated incorrectly if an INFO \
END tag was present. (71b00a)
Fixed warnings found when compiling with gcc 8.1.0.
sam_hdr_read() and sam_hdr_write() will now return an error code if passed a \
NULL file pointer, instead of crashing.
Fixed possible negative array look-up in sam_parse1() that somehow escaped \
previous fuzz testing.
Fixed bug where cram range queries could incorrectly report an error when using \
multiple threads.
Fixed very rare rANS normalisation bug that could cause an assertion failure \
when writing CRAM files.
|