Skip to content

Commit

Permalink
AGR-1811
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Oct 30, 2019
1 parent f23790e commit 63091e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etl/affected_genomic_model_etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def get_generators(self, agm_data, data_provider, batch_size):
subtype = agmRecord.get('subtype')
if subtype is None and dataProvider == 'WB':
subtype = 'strain'
else:
if subtype is None:
subtype = 'affected_genomic_model'

# TODO: nameText
Expand Down

0 comments on commit 63091e2

Please sign in to comment.