Skip to content

Commit

Permalink
Update workflow id
Browse files Browse the repository at this point in the history
  • Loading branch information
rernst committed Dec 4, 2018
1 parent 997cc22 commit 6b52edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clarity_epp/upload/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ def transform_sex(value):
def stoftestcode_to_workflow(lims, stoftestcode):
"""Return workflow based on helix stoftestcode."""
if stoftestcode == 'NGS_008':
return Workflow(lims, id='702') # Dx Exoom KAPA v1.5
return Workflow(lims, id='751') # Dx Exoom KAPA v1.5
elif stoftestcode == 'NGS_022':
return Workflow(lims, id='702') # Dx Exoom KAPA v1.5
return Workflow(lims, id='751') # Dx Exoom KAPA v1.5
else:
return None

0 comments on commit 6b52edd

Please sign in to comment.