Skip to content

Commit

Permalink
Fix NICU sample project name
Browse files Browse the repository at this point in the history
  • Loading branch information
rernst committed Apr 16, 2018
1 parent 588ad9a commit 23ca297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clarity_epp/export/illumina.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def update_samplesheet(lims, process_id, artifact_id, output_file):
for artifact in process.all_inputs():
for sample in artifact.samples:
if sample.udf['Dx NICU Spoed']:
sample_project[sample.name] = 'NICU_{fam}'.format('Dx Familienummer')
sample_project[sample.name] = 'NICU_{0}'.format(sample.udf['Dx Familienummer'])
elif sample.udf['Dx Protocolomschrijving'] == 'Exoom.analy_IL_elidS30409818_Exoomver.':
sample_project[sample.name] = 'CREv2'
else:
Expand Down

0 comments on commit 23ca297

Please sign in to comment.