Skip to content

Commit

Permalink
Merge 0f0fc9b into 8bff040
Browse files Browse the repository at this point in the history
  • Loading branch information
EGCGDanForth committed Aug 26, 2019
2 parents 8bff040 + 0f0fc9b commit 3a66e6a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions EPPs/etc/customer_manifest.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
</head>
<body><div style="font-family:Calibri,Arial, sans-serif; font-size:12.0pt">
<p> Dear <span style="color: #ff0000"> CUSTOMER NAME(S)</span>,</p>
<p>Thank you for choosing to use our sequencing service. I am the LIMS Manager at Edinburgh Genomics Clinical and I will liaise with you from sample submission up until the release of your data. I will reference this project using <b>{{ project }}</b> in the subject line of all future email correspondence.<br>
<p><span style="color: #ff0000">Thank you for choosing to use our sequencing service. I am the Project Coordinator at Edinburgh Genomics Clinical and I will liaise with you from sample submission up until the release of your data. I will reference this project using <b>{{ project }}</b> in the subject line of all future email correspondence.<br>
<br>Please find attached the following two documents:<br>
Thank you for choosing to use our sequencing service again. Please find attached the following two documents:<br>
Please find attached the following two documents for your new batch of samples:<br>
Please find attached the following two documents for the replacement samples:<br></span>
<br>1) Sample Manifest &#8208; please complete all of the fields in the green columns that are relevant to your samples and return the file to EGCG-Projects@ed.ac.uk. We can only begin processing when both the manifest and samples have been received at Edinburgh Genomics.<br>
<br>2) Sample Submission Requirements &#8208; this document provides guidance on preparing and shipping your samples to Edinburgh Genomics Clinical.<br>
<br>Please note that we will require the sample(s) to have a concentration of <b>>=50ng/ul</b> at a volume of <b>>= 50 ul</b>. The sample(s) should only be shipped to us in the barcoded container(s) that we will provide. Plates must be sent frozen on dry-ice but tubes may be sent at ambient temperature.</p>
<br>Please note that we will require the sample(s) to have a concentration of <b>>=50ng/ul</b> at a volume of <b>>= 50 ul</b>. The sample(s) should only be shipped to us in the barcoded container(s) that we will provide. Plates must be sent frozen on dry-ice but tubes may be sent at ambient temperature.<br>
<br><span style="color: #ff0000">An order has been placed for the shipment of the sample collection containers to you and these are estimated to arrive on WEEK-DAY DD-MM-YYYY/The container(s) will be placed in your Roslin mailbox by TIME DAY.</span> If you have any questions about samples submission then please don't hesitate to contact me.</p>
<p>Kind regards,<br>
<br><span style="color: #ff0000">NAME<br>
<br>SIGNATURE</span>
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ openpyxl==2.5.12
Pillow==5.4.1
numpy==1.15.3
python-barcode==0.9.0
lxml==4.3.4
python-docx==0.8.7
1 change: 0 additions & 1 deletion scripts/email_manifest_tracking_letter_customer.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def _run(self):
template_name = 'customer_manifest.html'
elif container_type_name == 'rack 96 positions':
attachments_list.append(cfg.query('file_templates', 'requirements', 'tube'))
attachments_list.append(letter_filepath)
template_name = 'customer_manifest.html'
elif container_type_name == 'SGP rack 96 positions':
attachments_list.append(letter_filepath)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def test_send_email2(self):
self.epp._run()
mocked_send_email.assert_called_with(
attachments=['a_manifest-Edinburgh_Genomics_Sample_Submission_Manifest_project1.xlsx',
'tube requirements', 'a_letter-Edinburgh_Genomics_Sample_Tracking_Letter_project1.docx'],
'tube requirements'],
msg=None,
subject='project1: Homo sapiens WGS Sample Submission',
mailhost='smtp.test.me',
Expand Down

0 comments on commit 3a66e6a

Please sign in to comment.