Turn the library_id back into the primary key for samples_library (SCHEMA CHANGE!)
[htsworkflow.git] / htsworkflow / frontend / templates / experiments / started_email.html
1 <p>
2 The following libraries are on the flowcell {{ flowcell.flowcell_id }}
3 which is a {{ flowcell.read_length }} base pair {% if flowcell.paired_end %}paired end{% else %}single ended{% endif %} flowcell.
4 </p>
5 <p>{% for lane in lanes %}
6 Lane #{{ lane.lane_number }} : 
7 <a href="https://jumpgate.caltech.edu/library/{{lane.library.id}}">
8 {{ lane.library.id }}</a>
9 {{ lane.library.library_name }}<br/>
10 {% endfor %}</p>
11 <p>
12 The data should be available at the following link when
13 the pipeline finishes, probably in about
14 {{ finish_low.days }} to {{ finish_high.days }} days after the flowcell is started.
15 </p>
16 <p>
17 <a href="https://jumpgate.caltech.edu/runfolders/cellcenter/">
18 https://jumpgate.caltech.edu/runfolders/cellcenter/
19 </a></p>