SciLifeLab / genologics

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

adding Artifact.attach_file #197

Closed Galithil closed 7 years ago

Galithil commented 7 years ago

I got a request for being able to attach files to artifacts without having them named with the artifact id. This should take care of that.

tcezard commented 7 years ago

How is this different from what is already in https://github.com/SciLifeLab/genologics/blob/master/genologics/lims.py#L105 Wouldn't it be preferable to refactor the existing upload function? At least they should use the same code.

Galithil commented 7 years ago

looks like I missed that.