Nilesh Patra pushed to branch upstream at Debian Med / allelecount
Commits: 385b4b73 by Nilesh Patra at 2020-10-03T20:36:21+05:30 New upstream version 4.2.0 - - - - - 3 changed files: - CHANGES.md - perl/lib/Sanger/CGP/AlleleCount.pm - setup.sh Changes: ===================================== CHANGES.md ===================================== @@ -1,5 +1,9 @@ # CHANGES +## v4.2.0 + +* Updated to hstlib 1.11 + ## v4.1.0 * Created Docker file and build scripts to generate a containeraized code ===================================== perl/lib/Sanger/CGP/AlleleCount.pm ===================================== @@ -25,7 +25,7 @@ package Sanger::CGP::AlleleCount; use strict; use base 'Exporter'; -our $VERSION = '4.1.0'; +our $VERSION = '4.2.0'; our @EXPORT = qw($VERSION); 1; ===================================== setup.sh ===================================== @@ -21,7 +21,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. ##########LICENCE########## -SOURCE_HTSLIB="https://github.com/samtools/htslib/releases/download/1.7/htslib-1.7.tar.bz2" +SOURCE_HTSLIB="https://github.com/samtools/htslib/releases/download/1.11/htslib-1.11.tar.bz2" EXP_SAMV="1.3.1" View it on GitLab: https://salsa.debian.org/med-team/allelecount/-/commit/385b4b73b46707b41e675dd128369f0d71a0afdf -- View it on GitLab: https://salsa.debian.org/med-team/allelecount/-/commit/385b4b73b46707b41e675dd128369f0d71a0afdf You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
