dekkerlab / cLIMS-docker

cLIMS repository running on Docker Contaienrs
GNU Lesser General Public License v3.0
3 stars 4 forks source link

DCIC view excel sheet generation #74

Closed Snehal1894 closed 4 years ago

Snehal1894 commented 4 years ago

Error due to NoneType in biosample_fields attribute of Biosample model. Jason object is returning NoneType. Need to put a check on this.

sergpolly commented 4 years ago

Where there are no entries , it returns NoneType object. In the database, some of the enzyme entries are empty. So a check is added.

resolved in https://github.com/dekkerlab/cLIMS-docker/pull/70