diff --git a/app/models/batch.rb b/app/models/batch.rb index 5e9e0a0a8..8a0cf9aae 100644 --- a/app/models/batch.rb +++ b/app/models/batch.rb @@ -67,6 +67,10 @@ def build_sample(**attributes) isolate_name: isolate_name, inactivation_method: inactivation_method, virus_lineage: virus_lineage, + reference_gene: reference_gene, + target_organism_taxonomy_id: target_organism_taxonomy_id, + pango_lineage: pango_lineage, + who_label: who_label, **attributes ) end