Skip to content

Commit

Permalink
Merge branch 'release-2.3.0' into AGR-1015
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon authored Oct 31, 2019
2 parents 141995a + 2d13af6 commit 5f8b220
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 5f8b220

Please sign in to comment.