Module: BatchLoad

Defined in:
lib/batch_load/import/otus/data_attributes_interpreter.rb,
lib/batch_load.rb,
lib/batch_load/import.rb,
lib/batch_load/import/otus.rb,
lib/batch_load/helpers/sequences.rb,
lib/batch_load/import/descriptors.rb,
lib/batch_load/import/taxon_names.rb,
lib/batch_load/import/collecting_events.rb,
lib/batch_load/import/collection_objects.rb,
lib/batch_load/import/asserted_distributions.rb,
lib/batch_load/import/taxonifi_to_taxonworks.rb,
lib/batch_load/import/otus/identifiers_interpreter.rb,
lib/batch_load/import/namespaces/simple_interpreter.rb,
lib/batch_load/import/sequences/genbank_interpreter.rb,
lib/batch_load/import/sequences/primers_interpreter.rb,
lib/batch_load/import/taxon_names/nomen_interpreter.rb,
lib/batch_load/import/collecting_events/gpx_interpreter.rb,
lib/batch_load/import/descriptors/qualitative_interpreter.rb,
lib/batch_load/import/collecting_events/castor_interpreter.rb,
lib/batch_load/import/collection_objects/castor_interpreter.rb,
lib/batch_load/import/collection_objects/buffered_interpreter.rb,
lib/batch_load/import/sequence_relationships/primers_interpreter.rb,
lib/batch_load/import/descriptors/modify_gene_descriptor_interpreter.rb

Overview

TODO: THIS IS A GENERATED STUB, it does not function

Defined Under Namespace

Modules: BatchLoadHelper, ColumnResolver Classes: FileError, Import, ParamError, RowParse

Constant Summary collapse

COLUMNS =

Defines columns which may be used to identify existing instances on a per class basis, logic is in BatchLoad::ColumnResolver

{
  otu: %w{otu_name otu_id taxon_name_id taxon_name},
  geographic_area: %w{geographic_area_name country state county},
  source: %w{geographic_area_name country state :county} 
}.freeze