From 17a21d57b32811e0f83b083cde09e84c94ef981f Mon Sep 17 00:00:00 2001 From: Marina Gourtovaia Date: Fri, 8 Jan 2021 18:15:29 +0000 Subject: [PATCH 1/2] script npg_samplesheet4MiSeq moved to teh pipeline - remove --- Changes | 4 ++ MANIFEST | 1 - bin/npg_samplesheet4MiSeq | 92 --------------------------------------- 3 files changed, 4 insertions(+), 93 deletions(-) delete mode 100755 bin/npg_samplesheet4MiSeq diff --git a/Changes b/Changes index 32a1236f..9558364b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ LIST OF CHANGES + - script npg_samplesheet4MiSeq is removed this utility has been moved + to a different git package; the samplesheet daemon stays in this + package till all MiSeq instruments are redirected off old staging servers + release 91.9.0 - Change label 'New Instrument Mod' to 'New Instrument Upgrade' on the Admin page - Remove 'New Instrument Status' and 'New Run Status' options from Admin page diff --git a/MANIFEST b/MANIFEST index b1e7d00d..209d5028 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2,7 +2,6 @@ bin/event_notifications bin/illumina_instruments_uptime bin/npg_daemon_control bin/npg_move_runfolder -bin/npg_samplesheet4MiSeq bin/npg_status2file bin/npg_status_watcher bin/staging_area_monitor diff --git a/bin/npg_samplesheet4MiSeq b/bin/npg_samplesheet4MiSeq deleted file mode 100755 index 6cf05cb6..00000000 --- a/bin/npg_samplesheet4MiSeq +++ /dev/null @@ -1,92 +0,0 @@ -#!/usr/bin/env perl - -use strict; -use warnings; -use FindBin qw($Bin); -use lib ( -d "$Bin/../lib/perl5" ? "$Bin/../lib/perl5" : "$Bin/../lib" ); -use Log::Log4perl qw(:easy); - -use npg::samplesheet::auto; - -our $VERSION = '0'; - -Log::Log4perl->easy_init($INFO); - -my $log = Log::Log4perl->get_logger('main'); -$log->info("Starting npg samplesheet"); - -npg::samplesheet::auto->new()->loop(); - -exit 0; - -1; - -__END__ - -=head1 NAME - -npg_samplesheet4MiSeq - -=head1 USAGE - - npg_samplesheet4MiSeq - -=head1 DESCRIPTION - - The script, once started, runs in perpetuity, generating Illumina-style - samplesheets for any MiSeq run with status 'run pending'. - -=head1 REQUIRED ARGUMENTS - - None - -=head1 OPTIONS - -=head1 DIAGNOSTICS - -=head1 CONFIGURATION - -=head1 DEPENDENCIES - -=over - -=item strict - -=item warnings - -=item FindBin - -=item lib - -=item Log::Log4perl - -=back - -=head1 INCOMPATIBILITIES - -=head1 BUGS AND LIMITATIONS - -=head1 AUTHOR - -Jaime Tovar Ejmtc@sanger.ac.ukE - -=head1 LICENSE AND COPYRIGHT - -Copyright (C) 2020 Genome Research Limited - -This file is part of NPG. - -NPG is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . - -=cut From 03064bfb90f939895a4677ca340c09aea5e849a6 Mon Sep 17 00:00:00 2001 From: mgcam Date: Mon, 25 Jan 2021 08:57:45 +0000 Subject: [PATCH 2/2] Changes file update for release 91.10.0 --- Changes | 1 + 1 file changed, 1 insertion(+) diff --git a/Changes b/Changes index 9558364b..a8159928 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ LIST OF CHANGES +release 91.10.0 - script npg_samplesheet4MiSeq is removed this utility has been moved to a different git package; the samplesheet daemon stays in this package till all MiSeq instruments are redirected off old staging servers