Skip to content

Commit

Permalink
version 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly-ST-HRI committed Mar 11, 2022
1 parent 1a2c64b commit 8ffb8a7
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Contact:
Contact the software author to discuss the software, report bugs or suggest enhancements at:
https://github.com/StevenWingett/HiCUP/issues

HiCUP+ (v1.0.0) maintainer: S. Thomas Kelly
HiCUP+ (v1.0.1) maintainer: S. Thomas Kelly

Contact:
simonthomas.kelly@hugp.com
Expand Down Expand Up @@ -53,4 +53,4 @@ HiCUP Publication:

Please cite the original version in addition to the updated software release:

**Kelly, ST, et al. (2022) HiCUP+: a fast open-source pipeline for accurately processing large scale Hi-C sequence data. Software release v1.0.0 URL: https://github.com/hugp-ri/hicup-plus/**
**Kelly, ST, et al. (2022) HiCUP+: a fast open-source pipeline for accurately processing large scale Hi-C sequence data. Software release v1.0.1 URL: https://github.com/hugp-ri/hicup-plus/**
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Contact:
Contact the software author to discuss the software, report bugs or suggest enhancements at:
https://github.com/StevenWingett/HiCUP/issues

HiCUP+ (v1.0.0) maintainer: S. Thomas Kelly
HiCUP+ (v1.0.1) maintainer: S. Thomas Kelly

Contact:
simonthomas.kelly@hugp.com
Expand Down Expand Up @@ -53,4 +53,4 @@ HiCUP Publication:

Please cite the original version in addition to the updated software release:

**Kelly, ST, et al. (2022) HiCUP+: a fast open-source pipeline for accurately processing large scale Hi-C sequence data. Software release v1.0.0 URL: https://github.com/hugp-ri/hicup-plus/**
**Kelly, ST, et al. (2022) HiCUP+: a fast open-source pipeline for accurately processing large scale Hi-C sequence data. Software release v1.0.1 URL: https://github.com/hugp-ri/hicup-plus/**
17 changes: 17 additions & 0 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
RELEASE NOTES FOR HICUP-Plus v1.0.1 (11 MARCH 2022)

-------------------------------------------------

HiCUP+ v1.0.1 is a mnior update incorporating the changes described below:

- implements built-in timing reported to stdout

- bug fixes to post-processing in pairing step of hicup_mapper:
ensures that reads are not sorted in intermeidiate SAM files
and that reads are correctly paired in order. Index numbers
are used for Bowtie, Bowtie2, and HiSAT2 in stream inputs.
Matching strings in Dragen output is implemented without
assuming FASTQ header format.


RELEASE NOTES FOR HICUP-Plus v1.0.0 (15 FEBRUARY 2022)

-------------------------------------------------

HiCUP+ v1.0.0 is a major update incorporating the changes described below:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,6 @@ Wingett S, *et al.* (2015) HiCUP: pipeline for mapping and processing Hi-C data.

Please cite the original version in addition to the updated software release:

Kelly, ST, *et al.* (2022) HiCUP+: a fast open-source pipeline for accurately processing large scale Hi-C sequence data. Software release v1.0.0 URL: `https://github.com/hugp-ri/hicup-plus/
Kelly, ST, *et al.* (2022) HiCUP+: a fast open-source pipeline for accurately processing large scale Hi-C sequence data. Software release v1.0.1 URL: `https://github.com/hugp-ri/hicup-plus/
<https://github.com/hugp-ri/hicup-plus/>`_

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 = "1.0.0";
our $VERSION = "1.0.1";

use Data::Dumper;
use strict;
Expand Down

0 comments on commit 8ffb8a7

Please sign in to comment.