-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #831 from wtsi-npg/devel
pull from devel to master to create release 101.2.0
- Loading branch information
Showing
7 changed files
with
48 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
[% content %] | ||
NPG on behalf of DNA Pipelines and GSLP | ||
|
||
If you have any questions or need further assistance, please feel free to reach out to a Scientific Service Representative at [email protected]. | ||
|
||
NPG on behalf of DNA Pipelines |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -157,6 +157,7 @@ IF ( ( current_status == 'qc review pending' ) || (current_status == 'qc in prog | |
</div> | ||
|
||
<div class="widgets_group"> | ||
|
||
<div id="tabs"> | ||
<div id="tag_tab" class="tab noncurrent"><a href="javascript:void(toggle_information('tag_tab'));">Tags</a></div> | ||
<div id="status_history_tab" class="tab noncurrent"><a href="javascript:void(toggle_information('status_history_tab'));">Status History</a></div> | ||
|
@@ -186,6 +187,15 @@ IF ( ( current_status == 'qc review pending' ) || (current_status == 'qc in prog | |
<div id="annotation" class="info_box"> | ||
[% PROCESS run_annotation_tables.tt2 %] | ||
</div> | ||
|
||
</div> | ||
|
||
<div id="email_link"> | ||
[%- subject = 'Illumina sequencing run ' _ id_run -%] | ||
If you have any questions or need further assistance, please feel free to reach out to a Scientific Service Representative at | ||
<a href="mailto:[email protected]?subject=[% subject %]&body=[% subject %] [% staging_url %]/[% SCRIPT_NAME %]/run/[% id_run %]"> | ||
[email protected] | ||
</a> | ||
</div> | ||
|
||
<script type="text/javascript"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,10 @@ Log::Log4perl->easy_init({layout => '%d %-5p %c - %m%n', | |
file => $logfile, | ||
utf8 => 1}); | ||
|
||
my $footer = 'If you have any questions or need further assistance, ' . | ||
'please feel free to reach out to a Scientific Service Representative at ' . | ||
'[email protected].' . "\n\n" . 'NPG on behalf of DNA Pipelines'; | ||
|
||
use_ok ('npg_tracking::report::event2subscribers'); | ||
|
||
my $template_dir = 'data/npg_tracking_email/templates'; | ||
|
@@ -156,7 +160,8 @@ Run 21915 was assigned status "run pending" on 2017-02-08 11:49:39 by joe_events | |
NPG page for this run: | ||
https://sfweb.internal.sanger.ac.uk:12443/perl/npg/run/21915 | ||
NPG on behalf of DNA Pipelines and GSLP | ||
$footer | ||
REPORT | ||
is ($e->report_full(), $report, 'full report text'); | ||
|
||
|
@@ -173,7 +178,8 @@ $lims_summary | |
NPG page for this run: | ||
https://sfweb.internal.sanger.ac.uk:12443/perl/npg/run/21915 | ||
NPG on behalf of DNA Pipelines and GSLP | ||
$footer | ||
REPORT1 | ||
is ($e->report_full($e->lims()), $report, 'full report text with LIMs data'); | ||
|
||
|
@@ -217,7 +223,8 @@ Instrument HS8 status changed to "wash performed" on $date_as_string by joe_appr | |
NPG page for this instrument: | ||
https://sfweb.internal.sanger.ac.uk:12443/perl/npg/instrument/HS8 | ||
NPG on behalf of DNA Pipelines and GSLP | ||
$footer | ||
REPORT2 | ||
is ($e->report_full($e->lims()), $report, 'full report text'); | ||
|
||
|
@@ -231,7 +238,8 @@ Instrument HS8 status changed to "wash performed" on $date_as_string by joe_appr | |
NPG page for this instrument: | ||
https://sfweb.internal.sanger.ac.uk:12443/perl/npg/instrument/HS8 | ||
NPG on behalf of DNA Pipelines and GSLP | ||
$footer | ||
REPORT3 | ||
is ($e->report_full($e->lims()), $report, 'full report text with a comment'); | ||
is (scalar @{$e->reports}, 1, 'One report generated'); | ||
|
@@ -272,7 +280,8 @@ $lims_summary | |
NPG page for this run: | ||
https://sfweb.internal.sanger.ac.uk:12443/perl/npg/run/21915 | ||
NPG on behalf of DNA Pipelines and GSLP | ||
$footer | ||
REPORT4 | ||
is ($e->report_full($e->lims()), $report, 'full report text with LIMs data'); | ||
}; | ||
|
@@ -325,7 +334,8 @@ Lane 2: Samples | |
NPG page for this run: | ||
https://sfweb.internal.sanger.ac.uk:12443/perl/npg/run/21915 | ||
NPG on behalf of DNA Pipelines and GSLP | ||
$footer | ||
REPORT5 | ||
is ($e->report_full($e->lims()), $report, 'full report text with LIMs data'); | ||
}; | ||
|
@@ -362,7 +372,8 @@ Instrument HS8 annotated by joe_loader on $date_as_string - New instrument annot | |
NPG page for this instrument: | ||
https://sfweb.internal.sanger.ac.uk:12443/perl/npg/instrument/HS8 | ||
NPG on behalf of DNA Pipelines and GSLP | ||
$footer | ||
REPORT6 | ||
is ($e->report_full($e->lims()), $report, 'full report text'); | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,5 +36,8 @@ https://sfweb.internal.sanger.ac.uk:12443/perl/npg/run/21915 | |
Analysis and QC information for this run will be/is available: | ||
http://sfweb.internal.sanger.ac.uk:1959/checks/runs/21915 | ||
|
||
NPG on behalf of DNA Pipelines and GSLP | ||
|
||
If you have any questions or need further assistance, please feel free to reach out to a Scientific Service Representative at [email protected]. | ||
|
||
NPG on behalf of DNA Pipelines | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,5 +44,8 @@ https://sfweb.internal.sanger.ac.uk:12443/perl/npg/run/21915 | |
Analysis and QC information for this run will be/is available: | ||
http://sfweb.internal.sanger.ac.uk:1959/checks/runs/21915 | ||
|
||
NPG on behalf of DNA Pipelines and GSLP | ||
|
||
If you have any questions or need further assistance, please feel free to reach out to a Scientific Service Representative at [email protected]. | ||
|
||
NPG on behalf of DNA Pipelines | ||
|