move experiment templates into the experiments app
[htsworkflow.git] / experiments / templates / experiments / started_email.html
diff --git a/experiments/templates/experiments/started_email.html b/experiments/templates/experiments/started_email.html
new file mode 100644 (file)
index 0000000..180cde6
--- /dev/null
@@ -0,0 +1,19 @@
+<p>
+The following libraries are on the flowcell {{ flowcell.flowcell_id }}
+which is a {{ flowcell.read_length }} base pair {% if flowcell.paired_end %}paired end{% else %}single ended{% endif %} flowcell.
+</p>
+<p>{% for lane in lanes %}
+Lane #{{ lane.lane_number }} : 
+<a href="https://jumpgate.caltech.edu/library/{{lane.library.id}}">
+{{ lane.library.id }}</a>
+{{ lane.library.library_name }}<br/>
+{% endfor %}</p>
+<p>
+The 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" }}
+</p>
+<p>
+<a href="https://jumpgate.caltech.edu/runfolders/{{ flowcell.sequencer}}/">
+https://jumpgate.caltech.edu/runfolders/{{ flowcell.sequencer }}
+</a></p>