From 0521210bf7620386093d4d9a58b2e0e794863f18 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 15 Jun 2010 18:47:09 +0000 Subject: [PATCH] Update the 'flowcell started' email message to include the sequencer in the url. --- htsworkflow/frontend/templates/experiments/started_email.html | 4 ++-- htsworkflow/frontend/templates/experiments/started_email.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htsworkflow/frontend/templates/experiments/started_email.html b/htsworkflow/frontend/templates/experiments/started_email.html index dcb2df0..180cde6 100644 --- a/htsworkflow/frontend/templates/experiments/started_email.html +++ b/htsworkflow/frontend/templates/experiments/started_email.html @@ -14,6 +14,6 @@ the pipeline finishes, probably in about {{ finish_low.days }} to {{ finish_high days from {{ now|date:"D, M d Y" }}

- -https://jumpgate.caltech.edu/runfolders/cellcenter/ + +https://jumpgate.caltech.edu/runfolders/{{ flowcell.sequencer }}

diff --git a/htsworkflow/frontend/templates/experiments/started_email.txt b/htsworkflow/frontend/templates/experiments/started_email.txt index a388dc4..7337ef8 100644 --- a/htsworkflow/frontend/templates/experiments/started_email.txt +++ b/htsworkflow/frontend/templates/experiments/started_email.txt @@ -11,7 +11,7 @@ The raw data should be available at the following link when the pipeline finishes, probably in about {{ finish_low.days }} to {{ finish_high.days }} days from {{ now|date:"D, M d Y" }} -https://jumpgate.caltech.edu/runfolders/cellcenter/ +https://jumpgate.caltech.edu/runfolders/{{ flowcell.sequencer}} Username: gec Password: gecilluminadata -- 2.30.2