Skip to content

Commit 0df624b

Browse files
authored
Merge pull request #234 from ComparativeGenomicsToolkit/development
Release 2.2
2 parents 2442a1c + 76a4f01 commit 0df624b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[![Build Status](https://api.travis-ci.org/ComparativeGenomicsToolkit/hal.svg?branch=master)]
22

3-
Hierarchical Alignment (HAL) Format API (v2.1)
3+
Hierarchical Alignment (HAL) Format API (v2.2)
44
=====
55
Copyright (C) 2012 - 2014 by Glenn Hickey (hickey@soe.ucsc.edu)
6-
Copyright (C) 2012-2019 by UCSC Computational Genomics Lab
6+
Copyright (C) 2012-2022 by UCSC Computational Genomics Lab
77
Released under the MIT license, see LICENSE.txt
88

99
HAL is a structure to efficiently store and index multiple genome alignments and ancestral reconstructions. HAL is a graph-based representation which provides several advantages over matrix/block-based formats such as MAF, such as improved scalability and the ability to perform queries with respect to an arbitrary reference or subtree.

api/inc/halDefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/** Version of the library. Increase before the decimal means
2626
* backward compatibility with files generated by previous versions
2727
* is lost (see checking function in halCommon.h) */
28-
static const std::string HAL_VERSION = "2.1";
28+
static const std::string HAL_VERSION = "2.2";
2929

3030
/**
3131
* An index in a genome (must be large enough to represent the

0 commit comments

Comments
 (0)