EdinburghGenomics / pyclarity-lims

Python interface to the GenoLogics LIMS server via its REST API.
MIT License
11 stars 4 forks source link

Implement lims.create_batch #47

Closed tcezard closed 5 years ago

tcezard commented 5 years ago

At the moment Entity creation can only be done via the Entity contructors such as

Sample.create(...)

It would be useful to have leverage the batch/create function endpoints to create multiple samples/containers. Function should be called: lims.create_batch Implementation might be complicated as the entities cannot be created before they are passed on to batch.

tcezard commented 5 years ago

closed in #48