EdinburghGenomics / pyclarity-lims

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

Queued artifacts #19

Closed tcezard closed 6 years ago

tcezard commented 6 years ago

Properly parse the queued artifacts to retrieve the artifacts and the timed they were queued. queued_artifacts returns alist of tuple such as:

queued_artifacts =  [
    (Artifact(), datetime(...), (Container(), 'H11')),
    (Artifact(), datetime(...), (Container(), 'H12')), 
]

In python 3 the datetime object will have a time zone where it will be ignored in python 2.7 closes #18

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.2%) to 76.431% when pulling 6a228c1f26af2c09d20d88281226756aedc826ff on queued_artifacts into 82c1b93217a26395d5068fb0080ce09a0578121e on master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.4%) to 77.044% when pulling bed8bb99493549bfd0c7707c49aaeec518c98461 on queued_artifacts into 82c1b93217a26395d5068fb0080ce09a0578121e on master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.4%) to 77.044% when pulling bed8bb99493549bfd0c7707c49aaeec518c98461 on queued_artifacts into 82c1b93217a26395d5068fb0080ce09a0578121e on master.

Rubyj commented 6 years ago

Any idea when this feature will be rolled out in an official version? (0.4.2 or whatever the next will be)

tcezard commented 6 years ago

released now in 0.4.2