Skip to content

Commit

Permalink
Update genome.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Jan 7, 2024
1 parent d9b58b9 commit 338c2f3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/models/genome.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,13 @@ def required
def important_sample_attributes
{
date: %i[collection_date],
location: %i[lat_lon lat lon],
toponym: %i[geo_loc_name geographic_location_country_and_or_sea],
location: %i[
lat_lon lat lon
geographic_location_latitude geographic_location_longitude
],
toponym: %i[
geo_loc_name geographic_location_country_and_or_sea
],
environment: %i[
env_material sample_type env_biome isolation_source
env_broad_scale env_local_scale env_medium
Expand Down

0 comments on commit 338c2f3

Please sign in to comment.