Skip to content

Commit

Permalink
Merge pull request #234 from ComparativeGenomicsToolkit/development
Browse files Browse the repository at this point in the history
Release 2.2
  • Loading branch information
glennhickey authored Jan 4, 2022
2 parents 2442a1c + 76a4f01 commit 0df624b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![Build Status](https://api.travis-ci.org/ComparativeGenomicsToolkit/hal.svg?branch=master)]

Hierarchical Alignment (HAL) Format API (v2.1)
Hierarchical Alignment (HAL) Format API (v2.2)
=====
Copyright (C) 2012 - 2014 by Glenn Hickey ([email protected])
Copyright (C) 2012-2019 by UCSC Computational Genomics Lab
Copyright (C) 2012-2022 by UCSC Computational Genomics Lab
Released under the MIT license, see LICENSE.txt

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.
Expand Down
2 changes: 1 addition & 1 deletion api/inc/halDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/** Version of the library. Increase before the decimal means
* backward compatibility with files generated by previous versions
* is lost (see checking function in halCommon.h) */
static const std::string HAL_VERSION = "2.1";
static const std::string HAL_VERSION = "2.2";

/**
* An index in a genome (must be large enough to represent the
Expand Down

0 comments on commit 0df624b

Please sign in to comment.