Skip to content

Commit

Permalink
Added produced_from field to phase 2
Browse files Browse the repository at this point in the history
  • Loading branch information
aschroed committed Jun 7, 2018
1 parent 9d70b0c commit 4e7149c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wranglertools/import_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def getArgs(): # pragma: no cover
['FileReference', ['related_files']],
['FileCalibration', ['related_files']],
['FileMicroscopy', ['related_files']],
['FileProcessed', ['related_files']],
['FileProcessed', ['related_files', 'produced_from']],
['Publication', ['exp_sets_prod_in_pub', 'exp_sets_used_in_pub']]
]

Expand Down

0 comments on commit 4e7149c

Please sign in to comment.