Skip to content

Commit

Permalink
Added standard email body
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcam committed May 17, 2024
1 parent 4e835b7 commit a07b383
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/templates/run_read.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ IF ( ( current_status == 'qc review pending' ) || (current_status == 'qc in prog
</div>

<div id="email_link">
<a href= "mailto:[email protected]?subject=Illumina sequencing run [% id_run %]">
[%- subject = 'Illumina sequencing run ' _ id_run -%]
<a href= "mailto:[email protected]?subject=[% subject %]&body=[% subject %] [% SCRIPT_NAME %]/run/[% id_run %]">
Contact Sci Ops DNA Pipelines
</a>
</div>
Expand Down

0 comments on commit a07b383

Please sign in to comment.