AllenInstitute / cell_type_mapper

Repository for storing prototype functionality implementations for the BKP
Other
18 stars 4 forks source link

Allow function to be called with inputs from Batch run script. Add co… #1

Closed cacerca closed 1 year ago

cacerca commented 1 year ago

Changes to from_specified_markers.py to allow for AWS Batch usage. The changes do the following:

danielsf commented 1 year ago

This functionality has been achieved by other changes, namely

a) introduction of argschema as a dependency b) implementation of the file_tracker.FileTracker class