From 44c3811013d6a7939df1fa999559e02d9255fb76 Mon Sep 17 00:00:00 2001 From: Avnish Pratap Singh Date: Fri, 10 May 2024 15:04:14 +0100 Subject: [PATCH 1/2] Removing Tidyp dependency from CI --- .github/workflows/run-tests.yml | 1 - Changes | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index c378dcb0..59f2b2b1 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -100,7 +100,6 @@ jobs: eval $(perl -I ${{ env.PERL_CACHE }}/lib/perl5/ -Mlocal::lib="$NPG_LIB") eval $(perl -I ${{ env.PERL_CACHE }}/lib/perl5/ -Mlocal::lib) - cpanm --quiet --notest Alien::Tidyp cpanm --quiet --notest LWP::Protocol::https cpanm --quiet --notest https://github.com/chapmanb/vcftools-cpan/archive/v0.953.tar.gz diff --git a/Changes b/Changes index 321bee4c..90dd97f2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ LIST OF CHANGES FOR NPG-QC PACKAGE + - Removing Tidyp dependency from CI + release 72.1.0 - Fixed the bug that was introduced while updating the SeqQC summary display for pulldown_metrics incomplete results. The bug manifestation is a display From ab32ab4f67a3cd6e7aac0e9c0f4f04b76fd253a0 Mon Sep 17 00:00:00 2001 From: jmtcsngr Date: Fri, 24 May 2024 20:42:47 +0100 Subject: [PATCH 2/2] prep release 72.1.1 --- Changes | 1 + 1 file changed, 1 insertion(+) diff --git a/Changes b/Changes index 90dd97f2..e2d6ed0e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ LIST OF CHANGES FOR NPG-QC PACKAGE +release 72.1.1 (2024-05-24) - Removing Tidyp dependency from CI release 72.1.0