Skip to content
Snippets Groups Projects
Commit 5b60dd3f authored by Rob Davies's avatar Rob Davies
Browse files

Merge version number bump and NEWS file from master

parents 107e7d17 be22a2a1
No related branches found
No related tags found
No related merge requests found
Noteworthy changes in release a.b
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Noteworthy changes in release 1.8 (3rd April 2018)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* The URL to get sequences from the EBI reference server has been changed
to https://. This is because the EBI no longer serve sequences via
plain HTTP - requests to the http:// endpoint just get redirected.
......
.TH bgzip 1 "26 March 2018" "htslib-1.7" "Bioinformatics tools"
.TH bgzip 1 "3 April 2018" "htslib-1.8" "Bioinformatics tools"
.SH NAME
.PP
bgzip \- Block compression/decompression utility
......
.TH htsfile 1 "26 January 2018" "htslib-1.7" "Bioinformatics tools"
.TH htsfile 1 "3 April 2018" "htslib-1.8" "Bioinformatics tools"
.SH NAME
htsfile \- identify high-throughput sequencing data files
.\"
......
.TH tabix 1 "26 January 2018" "htslib-1.7" "Bioinformatics tools"
.TH tabix 1 "3 April 2018" "htslib-1.8" "Bioinformatics tools"
.SH NAME
.PP
tabix \- Generic indexer for TAB-delimited genome position files
......
#!/bin/sh
# Master version, for use in tarballs or non-git source copies
VERSION=1.7
VERSION=1.8
# If we have a git clone, then check against the current tag
if [ -e .git ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment