Skip to content

Commit

Permalink
Merge pull request #458 from alliance-genome/AGR-1811
Browse files Browse the repository at this point in the history
AGR-1811
  • Loading branch information
sierra-moxon authored Oct 30, 2019
2 parents f23790e + 63091e2 commit 2d13af6
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 2d13af6

Please sign in to comment.