Skip to content

Commit

Permalink
feature: updated gelreportmomdels
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonior26 committed Dec 2, 2020
1 parent f932c5a commit c398037
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pycipapi/models.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import logging

from protocols.protocol_7_2.reports import Assembly, Program, InterpretationRequestRD, CancerInterpretationRequest, \
from protocols.protocol_7_2_1.reports import Assembly, Program, InterpretationRequestRD, CancerInterpretationRequest, \
InterpretedGenome as InterpretedGenomeGelModel
from protocols.protocol_7_3.participant import Referral as ReferralGelModel
from protocols.protocol_7_7.participant import Referral as ReferralGelModel


class PreviousData(Exception):
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pycipapi',
version='0.9.2',
version='0.9.3',
packages=find_packages(),
scripts=[],
url='https://github.com/genomicsengland/pycipapi',
Expand All @@ -12,6 +12,6 @@
description='',
install_requires=[
'requests==2.22',
'GelReportModels>=7.3'
'GelReportModels==7.7.1'
]
)

0 comments on commit c398037

Please sign in to comment.