Skip to content

Commit

Permalink
added experiment_type property sop to list_of_loadxl_fields
Browse files Browse the repository at this point in the history
  • Loading branch information
sbreiff committed Apr 23, 2019
1 parent 1abf35e commit d5d71ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wranglertools/import_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def getArgs(): # pragma: no cover
list_of_loadxl_fields = [
['Document', ['references']],
['User', ['lab', 'submits_for']],
['ExperimentType', ['sop']],
['Biosample', ['biosample_relation']],
['Experiment', ['experiment_relation']],
['ExperimentMic', ['experiment_relation']],
Expand Down

0 comments on commit d5d71ca

Please sign in to comment.