Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid error in Docker uploading a datafile with no assays
added a dummy line to instantiate an Assay, which helps avoid an error later when attempting to access a method on an unmarshalled assay instance from the session. The error involved attempting to call super within a module, before the Assay class had yet been encountered for that process.
- Loading branch information