lifeomic / phc-sdk-py

The phc-sdk-py is a developer kit for interfacing with the PHC API on Python 3.8 and above.
https://lifeomic.github.io/phc-sdk-py/index.html
MIT License
1 stars 2 forks source link

fix: updateSample should be bool - not tuple #199

Closed NGabry closed 1 year ago

NGabry commented 1 year ago

When trying to use Genomics.create_set for a vcf / short variants file, the current code will always reject the call:

ApiError: The request to the API failed.
The server responded with: {
  "error": "data/updateSample must be boolean"
}

This removes the tuple casting that takes place for the updateSample arg.