Skip to content

Commit

Permalink
Minor updates for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWingett committed Feb 16, 2023
1 parent f4f6b9d commit ece71f7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
9 changes: 9 additions & 0 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
RELEASE NOTES FOR HICUP v0.9.2 (16 February 2023)
-------------------------------------------------

HiCUP v0.9.2 is a minor update incorporating the change described below:

- Updated documentation



RELEASE NOTES FOR HICUP v0.9.1 (16 February 2023)
-------------------------------------------------

Expand Down
3 changes: 1 addition & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -878,11 +878,10 @@ HiCUP is distributed under a "GNU General Public License", a copy of which is di

# Report problems

Please go to https://github.com/StevenWingett/HiCUP/issues if you have any problems running this program.
Please go to the [GitHub HiCUP Issues page](https://github.com/StevenWingett/HiCUP/issues) if you have any problems running this program.

*******************************************************************

*******************************************************************

# Contributing to HiCUP

Expand Down
2 changes: 1 addition & 1 deletion hicup_module.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ our @EXPORT = qw(VERSION hasval deduplicate_array checkR process_config check_fi
our @EXPORT_OK = qw(hashVal outdirFileNamer check_no_duplicate_filename check_filenames_ok
checkAligner checkAlignerIndices newopen quality_checker determineAlignerFormat get_csome_position);

our $VERSION = "0.8.3";
our $VERSION = "0.9.2";

use Data::Dumper;
use strict;
Expand Down

0 comments on commit ece71f7

Please sign in to comment.