We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b752a commit a406a7fCopy full SHA for a406a7f
1 file changed
app/models/sample_set.rb
@@ -7,8 +7,11 @@ def important_sample_attributes
7
date: %i[collection_date event_date_time_start event_date_time_end],
8
location: GenomeSampleAttribute.location_keys.values.flatten,
9
toponym: %i[
10
- geo_loc_name geographic_location_country_and_or_sea marine_region
+ geo_loc_name
11
+ geographic_location_country_and_or_sea
12
geographic_location_country_and_or_sea_region
13
+ geographic_location_region_and_locality
14
+ marine_region
15
],
16
environment: %i[
17
env_material sample_type env_biome isolation_source analyte_type
0 commit comments